MakeCoaddTempExpTask¶
Python API summary¶
from lsst.pipe.tasks.makeCoaddTempExp import MakeCoaddTempExpTask
-
class
MakeCoaddTempExpTask
(reuse=False, **kwargs) ! Warp and optionally PSF-Match calexps onto an a common projection
...
- attributeconfig
Access configuration fields and retargetable subtasks.
-
method
run
(calExpList, ccdIdList, skyInfo, visitId=0, dataIdList=None, **kwargs) Create a Warp from inputs
...
-
method
runDataRef
(patchRef, selectDataList=[]) ! 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¶
Subtask that helps fill CoaddInputs catalogs added to the final Exposure
modelPsf¶
- Default
lsst.meas.algorithms.gaussianPsfFactory.applyWrapper
- Field type
Model Psf factory
select¶
- Default
- Field type
Image selection subtask.
warpAndPsfMatch¶
- Default
- Field type
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.
bgSubtracted¶
Work with a background subtracted calexp?
coaddName¶
Coadd name: typically one of deep or goodSeeing.
coaddPsf¶
- Data type
lsst.meas.algorithms.coaddPsf.coaddPsf.CoaddPsfConfig
- Field type
Configuration for CoaddPsf
doApplyExternalPhotoCalib¶
Whether to apply external photometric calibration via an lsst.afw.image.PhotoCalib
object. Uses the externalPhotoCalibName
field to determine which calibration to load.
doApplyExternalSkyWcs¶
Whether to apply external astrometric calibration via an lsst.afw.geom.SkyWcs
object. Uses externalSkyWcsName
field to determine which calibration to load.
doApplyFinalizedPsf¶
Whether to apply finalized psf models and aperture correction map.
doApplySkyCorr¶
Apply sky correction?
doPsfMatch¶
Match to modelPsf? Deprecated. Sets makePsfMatched=True, makeDirect=False
doWrite¶
persist <coaddName>Coadd_<warpType>Warp
doWriteEmptyWarps¶
Write out warps even if they are empty
externalPhotoCalibName¶
- Default
'jointcal'
- Field type
str
ChoiceField
(optional)- Choices
'jointcal'
Use jointcal_photoCalib
'fgcm'
Use fgcm_photoCalib
'fgcm_tract'
Use fgcm_tract_photoCalib
None
Field is optional
Type of external PhotoCalib if doApplyExternalPhotoCalib
is True. This field is only used for Gen2 middleware.
externalSkyWcsName¶
- Default
'jointcal'
- Field type
str
ChoiceField
(optional)- Choices
'jointcal'
Use jointcal_wcs
None
Field is optional
Type of external SkyWcs if doApplyExternalSkyWcs
is True. This field is only used for Gen2 middleware.
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.
makeDirect¶
Make direct Warp/Coadds
makePsfMatched¶
Make Psf-Matched Warp/Coadd?
matchingKernelSize¶
Size in pixels of matching kernel. Must be odd.
useGlobalExternalPhotoCalib¶
When using doApplyExternalPhotoCalib, use ‘global’ calibrations that are not run per-tract. When False, use per-tract photometric calibration files.
useGlobalExternalSkyWcs¶
When using doApplyExternalSkyWcs, use ‘global’ calibrations that are not run per-tract. When False, use per-tract wcs files.