Skip to content

Commit

Permalink
Merge pull request #21 from mkelley/comet-filters
Browse files Browse the repository at this point in the history
Add comet filters to DCTLMI
  • Loading branch information
mommermi committed Mar 14, 2017
2 parents 21255d2 + 1344f80 commit 8038b10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup/telescopes.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@
'filter_translations' : {'V': 'V', 'R': 'R', 'B': 'B', 'VR': None,
'I': 'I', 'SDSS-U' : 'u', 'SDSS-G' : 'g',
'SDSS-R' : 'r', 'SDSS-I' : 'i',
'SDSS-Z' : 'z'},
'SDSS-Z' : 'z', 'OH': None, 'CN': None,
'UC': None, 'NH': None, 'BC': None,
'C2': None, 'C3': None, 'CO+': None,
'H2O+': None, 'GC': None, 'RC': None},
# filtername translation dictionary
'exptime' : 'EXPTIME', # exposure time keyword (s)
'airmass' : 'AIRMASS', # airmass keyword
Expand Down

0 comments on commit 8038b10

Please sign in to comment.