Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mommermi committed Oct 16, 2019
1 parent 6c2ef4b commit 6fcf5b9
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 @@ -1452,8 +1452,8 @@
'aprad_default': 4, # default aperture radius in px
'aprad_range': [2, 10], # [minimum, maximum] aperture radius (px)
'sex-config-file': rootpath+'/setup/soargoodman.sex',
'mask_file': {}, {'1,1': rootpath+'/setup/mask_soargoodman_1x1.fits',
'2,2': rootpath+'/setup/mask_soargoodman_2x2.fits'},
'mask_file': {'1,1': rootpath+'/setup/mask_soargoodman_1x1.fits',
'2,2': rootpath+'/setup/mask_soargoodman_2x2.fits'},
# mask files as a function of x,y binning

# registration settings (Scamp)
Expand Down Expand Up @@ -3937,7 +3937,7 @@
'MMT Rapid Imager': 'MMTCAM',
'LDSS3-C': 'MAGLDSS3',
'Finger Lakes Instr. ProLine Model PL23042, S/N PL0101015':
'STEWARD90SCC',}
'STEWARD90SCC', }

# translate telescope keyword into parameter set defined here
telescope_parameters = {'VATT4K': vatt4k_param,
Expand Down

0 comments on commit 6fcf5b9

Please sign in to comment.