JointcalCoaddTaskConfig¶
-
class
lsst.jointcal.JointcalCoaddTaskConfig¶ Bases:
lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfigConfig for JointcalCoaddTask
Attributes Summary
badMaskPlanesMask planes that, if set, the associated pixel should not be included in the coaddTempExp. bgSubtractedWork with a background subtracted calexp? ( bool, defaultTrue)coaddNameCoadd name: typically one of deep or goodSeeing. coaddPsfConfiguration for CoaddPsf ( CoaddPsfConfig, default<class 'lsst.meas.algorithms.coaddPsf.coaddPsfContinued.CoaddPsfConfig'>)doApplySkyCorrApply sky correction? ( bool, defaultFalse)doApplyUberCalApply meas_mosaic ubercal results to input calexps? ( bool, defaultFalse)doPsfMatchMatch to modelPsf? Deprecated. doWritepersist <coaddName>Coadd_<warpType>Warp ( bool, defaultTrue)inputRecorderSubtask that helps fill CoaddInputs catalogs added to the final Exposure ( ConfigurableInstance, default<class 'lsst.pipe.tasks.coaddInputRecorder.CoaddInputRecorderConfig'>)makeDirectMake direct Warp/Coadds ( bool, defaultTrue)makePsfMatchedMake Psf-Matched Warp/Coadd? ( bool, defaultFalse)matchingKernelSizeSize in pixels of matching kernel. modelPsfModel Psf factory ( ConfigurableInstance, default<class 'lsst.meas.algorithms.gaussianPsfFactory.GaussianPsfFactory'>)selectImage selection subtask. warpAndPsfMatchTask 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()
-