Skip to content

Commit

Permalink
clarified old/new version of SOARGOODMAN
Browse files Browse the repository at this point in the history
  • Loading branch information
mommermi committed Aug 7, 2018
1 parent b70bf75 commit 7f926d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup/telescopes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1258,8 +1258,8 @@
# running Goodman data requires the removal of header keywords
# PARAM0, PARAM61, PARAM62, PARAM63 (degree symbol is non-ASCII)
soargoodmanold_param = {
'telescope_instrument': 'SOAR/GOODMAN', # telescope/instrument name
'telescope_keyword': 'SOARGOODMAN', # telescope/instrument keyword
'telescope_instrument': 'SOAR/GOODMANOLD', # telescope/instrument name
'telescope_keyword': 'SOARGOODMANOLD', # telescope/instrument keyword
'observatory_code': 'I33', # MPC observatory code
'secpix': (0.15, 0.15), # pixel size (arcsec)
# before binning
Expand Down Expand Up @@ -2942,7 +2942,7 @@
'GENERIC': generic_param,
'RATIR': ratir_param,
#'SL74SHA': sl74sha_param,
'SOARGOODMANold': soargoodmanold_param,
'SOARGOODMANOLD': soargoodmanold_param,
'SOARGOODMAN': soargoodman_param,
'OHP120': ohp120_param,
'TNGDOLORES': tngdolores_param,
Expand Down

0 comments on commit 7f926d6

Please sign in to comment.