Skip to content

Commit

Permalink
Merge pull request #33 from lsst/dc2/run1.2-v2
Browse files Browse the repository at this point in the history
Requesting a merge of DC2 Run1.2x configs
After discussion with Jim C and checking with Robert, merging and closing :)
  • Loading branch information
heather999 authored Nov 30, 2018
2 parents 093501a + 11c1a59 commit 0cd5dbc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/coaddDriver_noPSF.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from lsst.pipe.tasks.selectImages import WcsSelectImagesTask
config.select.retarget(WcsSelectImagesTask)
3 changes: 3 additions & 0 deletions config/multiBandDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
path = os.path.join(getPackageDir("obs_lsst"), "config", sub + ".py")
if os.path.exists(path):
getattr(config, sub).load(path)

config.measureCoaddSources.propagateFlags.ccdName="detector"

5 changes: 5 additions & 0 deletions config/processCcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,8 @@

config.charImage.measurement.plugins["base_Jacobian"].pixelScale = 0.2
config.calibrate.measurement.plugins["base_Jacobian"].pixelScale = 0.2

# Prevent spurious detections in vignetting areas
config.calibrate.detection.thresholdType='pixel_stdev'
config.charImage.detection.thresholdType='pixel_stdev'

0 comments on commit 0cd5dbc

Please sign in to comment.