JointcalCoaddTaskConfig¶
-
class
lsst.jointcal.
JointcalCoaddTaskConfig
¶ Bases:
lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig
Config for JointcalCoaddTask
Attributes Summary
badMaskPlanes
Mask planes that, if set, the associated pixel should not be included in the coaddTempExp. bgSubtracted
Work with a background subtracted calexp? ( bool
, defaultTrue
)coaddName
Coadd name: typically one of deep or goodSeeing. coaddPsf
Configuration for CoaddPsf ( CoaddPsfConfig
, default<class 'lsst.meas.algorithms.coaddPsf.coaddPsfContinued.CoaddPsfConfig'>
)doApplySkyCorr
Apply sky correction? ( bool
, defaultFalse
)doApplyUberCal
Apply meas_mosaic ubercal results to input calexps? ( bool
, defaultFalse
)doPsfMatch
Match to modelPsf? Deprecated. doWrite
persist <coaddName>Coadd_<warpType>Warp ( bool
, defaultTrue
)inputRecorder
Subtask that helps fill CoaddInputs catalogs added to the final Exposure ( ConfigurableInstance
, default<class 'lsst.pipe.tasks.coaddInputRecorder.CoaddInputRecorderConfig'>
)makeDirect
Make direct Warp/Coadds ( bool
, defaultTrue
)makePsfMatched
Make Psf-Matched Warp/Coadd? ( bool
, defaultFalse
)matchingKernelSize
Size in pixels of matching kernel. modelPsf
Model Psf factory ( ConfigurableInstance
, default<class 'lsst.meas.algorithms.gaussianPsfFactory.GaussianPsfFactory'>
)select
Image selection subtask. warpAndPsfMatch
Task to warp and PSF-match calexp ( ConfigurableInstance
, default<class 'lsst.pipe.tasks.warpAndPsfMatch.WarpAndPsfMatchConfig'>
)Methods Summary
setDefaults
()Derived config classes that must compute defaults rather than using the Field defaults should do so here. Attributes Documentation
-
badMaskPlanes
¶ Mask planes that, if set, the associated pixel should not be included in the coaddTempExp. (
List
, default('NO_DATA',)
)
-
coaddPsf
¶ Configuration for CoaddPsf (
CoaddPsfConfig
, default<class 'lsst.meas.algorithms.coaddPsf.coaddPsfContinued.CoaddPsfConfig'>
)
-
doPsfMatch
¶ Match to modelPsf? Deprecated. Sets makePsfMatched=True, makeDirect=False (
bool
, defaultFalse
)
-
inputRecorder
¶ Subtask that helps fill CoaddInputs catalogs added to the final Exposure (
ConfigurableInstance
, default<class 'lsst.pipe.tasks.coaddInputRecorder.CoaddInputRecorderConfig'>
)
-
modelPsf
¶ Model Psf factory (
ConfigurableInstance
, default<class 'lsst.meas.algorithms.gaussianPsfFactory.GaussianPsfFactory'>
)
-
select
¶ Image selection subtask. (
ConfigurableInstance
, default<class 'lsst.pex.config.config.Config'>
)
-
warpAndPsfMatch
¶ Task to warp and PSF-match calexp (
ConfigurableInstance
, default<class 'lsst.pipe.tasks.warpAndPsfMatch.WarpAndPsfMatchConfig'>
)
Methods Documentation
-
setDefaults
()¶ Derived config classes that must compute defaults rather than using the Field defaults should do so here. To correctly use inherited defaults, implementations of setDefaults() must call their base class’ setDefaults()
-