MakeCoaddTempExpTask¶
Python API summary¶
from lsst.pipe.tasks.makeCoaddTempExp import MakeCoaddTempExpTask
-
class
(reuse=False, **kwargs)MakeCoaddTempExpTask
!Warp and optionally PSF-Match calexps onto an a common projection
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(calExpList, ccdIdList, skyInfo, visitId=0, dataIdList=None)run
Create a Warp from inputs
...
-
method
(patchRef, selectDataList=[])runDataRef
!Produce <coaddName>Coadd_<warpType>Warp images by warping and optionally PSF-matching
...
See also
See the MakeCoaddTempExpTask
API reference for complete details.
Retargetable subtasks¶
inputRecorder¶
- Default
lsst.pipe.tasks.coaddInputRecorder.CoaddInputRecorderTask
- Field type
ConfigurableField
Subtask that helps fill CoaddInputs catalogs added to the final Exposure
modelPsf¶
- Default
lsst.meas.algorithms.gaussianPsfFactory.applyWrapper
- Field type
ConfigurableField
Model Psf factory
select¶
- Default
lsst.pipe.tasks.selectImages.WcsSelectImagesTask
- Field type
ConfigurableField
Image selection subtask.
warpAndPsfMatch¶
- Default
lsst.pipe.tasks.warpAndPsfMatch.WarpAndPsfMatchTask
- Field type
ConfigurableField
Task to warp and PSF-match calexp
Configuration fields¶
badMaskPlanes¶
Mask planes that, if set, the associated pixel should not be included in the coaddTempExp.
coaddPsf¶
- Data type
lsst.meas.algorithms.coaddPsf.coaddPsf.CoaddPsfConfig
- Field type
ConfigField
Configuration for CoaddPsf
doApplyUberCal¶
Apply jointcal WCS and PhotoCalib results to input calexps?
doPsfMatch¶
Match to modelPsf? Deprecated. Sets makePsfMatched=True, makeDirect=False
hasFakes¶
Should be set to True if fake sources have been inserted into the input data.
includeCalibVar¶
Add photometric calibration variance to warp variance plane.