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, default True)
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, default False)
doApplyUberCal Apply meas_mosaic ubercal results to input calexps? (bool, default False)
doPsfMatch Match to modelPsf? Deprecated.
doWrite persist <coaddName>Coadd_<warpType>Warp (bool, default True)
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, default True)
makePsfMatched Make Psf-Matched Warp/Coadd? (bool, default False)
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',))

bgSubtracted

Work with a background subtracted calexp? (bool, default True)

coaddName

Coadd name: typically one of deep or goodSeeing. (str, default 'deep')

coaddPsf

Configuration for CoaddPsf (CoaddPsfConfig, default <class 'lsst.meas.algorithms.coaddPsf.coaddPsfContinued.CoaddPsfConfig'>)

doApplySkyCorr

Apply sky correction? (bool, default False)

doApplyUberCal

Apply meas_mosaic ubercal results to input calexps? (bool, default False)

doPsfMatch

Match to modelPsf? Deprecated. Sets makePsfMatched=True, makeDirect=False (bool, default False)

doWrite

persist <coaddName>Coadd_<warpType>Warp (bool, default True)

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, default True)

makePsfMatched

Make Psf-Matched Warp/Coadd? (bool, default False)

matchingKernelSize

Size in pixels of matching kernel. Must be odd. (int, default 21)

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()