Skip to content

Commit

Permalink
reorganize photometry files in prep for final photometry release
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarayan committed Sep 1, 2017
1 parent 95fe0b2 commit 82a3bef
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def main():
pbnames = 'F275W,F336W,F475W,F625W,F775W,F160W'
pbnames = pbnames.split(',')
mag_type= 'vegamag'
map = np.recfromtxt('../../WDmodel/WDmodel_pb_obsmode_map.txt',names=True)
map = np.recfromtxt('../../../../WDmodel/WDmodel_pb_obsmode_map.txt',names=True)
map = dict(zip(map.pb, map.obsmode))

# load the passbands
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 82a3bef

Please sign in to comment.