Skip to content

Commit

Permalink
activated masks for soargoodman
Browse files Browse the repository at this point in the history
  • Loading branch information
mommermi committed Oct 16, 2019
1 parent 0339f19 commit 6c2ef4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ setup/mytelescopes.py
doc/_build/
ppident_asteroids*
ppident_variablestars*
.idea/

### Python ###
## Byte-compiled / optimized / DLL files
Expand Down
4 changes: 2 additions & 2 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

0 comments on commit 6c2ef4b

Please sign in to comment.