Skip to content

Commit

Permalink
Updating configs for star+galaxy ref cats
Browse files Browse the repository at this point in the history
  • Loading branch information
heather999 committed Mar 22, 2019
1 parent 00d4fc8 commit 374a798
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/imsim/processCcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@
# see <http://www.lsstcorp.org/LegalNotices/>.

config.isr.doCrosstalk=True

# Additional configs for star+galaxy ref cats now that DM-17917 is merged
config.calibrate.astrometry.referenceSelection.doUnresolved = True
config.calibrate.astrometry.referenceSelection.unresolved.name = 'isresolved'
config.calibrate.astrometry.referenceSelection.unresolved.minimum = None
config.calibrate.astrometry.referenceSelection.unresolved.maximum = 0.5

8 changes: 8 additions & 0 deletions config/imsim/singleFrameDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@
#

config.processCcd.isr.doCrosstalk=True


# Additional configs for star+galaxy ref cats now that DM-17917 is merged
config.processCcd.calibrate.astrometry.referenceSelection.doUnresolved = True
config.processCcd.calibrate.astrometry.referenceSelection.unresolved.name = 'isresolved'
config.processCcd.calibrate.astrometry.referenceSelection.unresolved.minimum = None
config.processCcd.calibrate.astrometry.referenceSelection.unresolved.maximum = 0.5

7 changes: 7 additions & 0 deletions config/phosim/processCcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@
#

config.isr.doCrosstalk=True

# Additional configs for star+galaxy ref cats now that DM-17917 is merged
config.calibrate.astrometry.referenceSelection.doUnresolved = True
config.calibrate.astrometry.referenceSelection.unresolved.name = 'isresolved'
config.calibrate.astrometry.referenceSelection.unresolved.minimum = None
config.calibrate.astrometry.referenceSelection.unresolved.maximum = 0.5

7 changes: 7 additions & 0 deletions config/phosim/singleFrameDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@
#

config.processCcd.isr.doCrosstalk=True

# Additional configs for star+galaxy ref cats now that DM-17917 is merged
config.processCcd.calibrate.astrometry.referenceSelection.doUnresolved = True
config.processCcd.calibrate.astrometry.referenceSelection.unresolved.name = 'isresolved'
config.processCcd.calibrate.astrometry.referenceSelection.unresolved.minimum = None
config.processCcd.calibrate.astrometry.referenceSelection.unresolved.maximum = 0.5

0 comments on commit 374a798

Please sign in to comment.