MakeDirectWarpTask¶
Warp single visit images (calexps or PVIs) onto a common projection by performing the following operations:
Group the single-visit images by visit/run
For each visit, generate a Warp by calling method @ref run.
Python API summary¶
from lsst.pipe.tasks.make_direct_warp import MakeDirectWarpTask
-
class
MakeDirectWarpTask
(**kwargs) Warp single-detector images onto a common projection
...
- attributeconfig
Access configuration fields and retargetable subtasks.
See also
See the MakeDirectWarpTask
API reference for complete details.
Retargetable subtasks¶
inputRecorder¶
Subtask that helps fill CoaddInputs catalogs added to the final coadd
preWarpInterpolation¶
- Default
lsst.meas.algorithms.cloughTocher2DInterpolator.CloughTocher2DInterpolateTask
- Field type
Interpolation task to use for pre-warping interpolation
select¶
- Default
- Field type
Image selection subtask.
Configuration fields¶
border¶
Pad the patch boundary of the warp by these many pixels, so as to allow for PSF-matching later
coaddPsf¶
- Data type
lsst.meas.algorithms.CoaddPsfConfig
- Field type
Configuration for CoaddPsf
connections¶
- Data type
lsst.pipe.base.config.MakeDirectWarpConfigConnections
- Field type
Configurations describing the connections of the PipelineTask to datatypes
doApplyNewBackground¶
Apply the new backgrounds from the background_apply_list
connection?
doPreWarpInterpolation¶
Interpolate over bad pixels before warping?
doRevertOldBackground¶
Revert the old backgrounds from the background_revert_list
connection?
doSelectPreWarp¶
Select ccds before warping?
doWarpMaskedFraction¶
Warp the masked fraction image?
idGenerator¶
- Data type
lsst.meas.base._id_generator.DetectorVisitIdGeneratorConfig
- Field type
Configuration for how to generate catalog IDs from data IDs.
includeCalibVar¶
Add photometric calibration variance to warp variance plane?
maskedFractionWarper¶
- Data type
lsst.afw.math._warper.WarperConfig
- Field type
Configuration for the warp that warps the mask fraction image
numberOfNoiseRealizations¶
- Default
0
- Field type
- Range
[0,3]
Number of noise realizations to simulate and persist.
saveLogOutput¶
Flag to enable/disable saving of log output for a task, enabled by default.
seedOffset¶
Offset to the seed used for the noise realization. This can be used to create a different noise realization if the default ones are catastrophic, or for testing sensitivity to the noise.
useMedianVariance¶
Use the median of variance plane in the input calexp to generate noise realizations? If False, per-pixel variance will be used.
useVisitSummaryPsf¶
If True, use the PSF model and aperture corrections from the ‘visit_summary’ connection to make the warp. If False, use the PSF model and aperture corrections from the ‘calexp’ connection.
warper¶
- Data type
lsst.afw.math._warper.WarperConfig
- Field type
Configuration for the warper that warps the image and noise