Skip to content

Commit

Permalink
Merge pull request #47 from Siltala/not
Browse files Browse the repository at this point in the history
NOTALFOSC parameter updates
  • Loading branch information
mommermi committed May 6, 2020
2 parents cb7044d + 2dfdb4e commit cc302ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup/telescopes.py
Original file line number Diff line number Diff line change
Expand Up @@ -4030,7 +4030,7 @@
notalfosc_param = {
'telescope_instrument': 'NOT/ALFOSC', # telescope/instrument name
'telescope_keyword': 'NOTALFOSC', # telescope/instrument keyword
'observatory_code': 'Z18', # MPC observatory code
'observatory_code': 'Z23', # MPC observatory code
'secpix': (0.2138, 0.2138), # pixel size (arcsec)
# before binning
'ext_coeff': 0.05, # typical extinction coefficient
Expand All @@ -4057,7 +4057,9 @@
# pp_prepare
'object': 'OBJECT', # object name keyword
'filter': 'ALFLTNM', # filter keyword
'filter_translations': {'Open': None},
'filter_translations': {'Open': None, 'U_Bes 362_60': 'U',
'B_Bes 440_100': 'B', 'V_Bes 530_80': 'V',
'R_Bes 650_130': 'R', 'i_int 797_157': 'I'},
# filtername translation dictionary
'exptime': 'EXPTIME', # exposure time keyword (s)
'airmass': 'AIRMASS', # airmass keyword
Expand Down

0 comments on commit cc302ad

Please sign in to comment.