Skip to content

Commit

Permalink
Add Source Table tasks to singleFrameDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
yalsayyad committed Apr 2, 2020
1 parent 37f70f1 commit cb32b7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@
config.deblend.maskLimits["NO_DATA"] = 0.25 # Ignore sources that are in the vignetted region
config.deblend.maxFootprintArea = 10000

config.measurement.plugins.names |= ["base_Jacobian", "base_FPPosition"]
config.measurement.plugins.names |= ["base_Jacobian", "base_FPPosition",
"base_LocalPhotoCalib", "base_LocalWcs"]
2 changes: 2 additions & 0 deletions config/hsc/singleFrameDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@

from lsst.utils import getPackageDir

config.doMakeSourceTable = True
config.processCcd.load(os.path.join(getPackageDir("obs_subaru"), "config", "hsc", "processCcd.py"))
config.transformSourceTable.load(os.path.join(getPackageDir("obs_subaru"), "config", "hsc", "transformSourceTable.py"))
config.ignoreCcdList = [9, 104, 105, 106, 107, 108, 109, 110, 111]

0 comments on commit cb32b7f

Please sign in to comment.