lsst.pipe.tasks  21.0.0-64-g1122c245+4fb2b8f86e
Static Public Attributes | List of all members
lsst.pipe.tasks.warpAndPsfMatch.WarpAndPsfMatchConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.warpAndPsfMatch.WarpAndPsfMatchConfig:

Static Public Attributes

 psfMatch
 
 warp
 

Detailed Description

Config for WarpAndPsfMatchTask

Definition at line 33 of file warpAndPsfMatch.py.

Member Data Documentation

◆ psfMatch

lsst.pipe.tasks.warpAndPsfMatch.WarpAndPsfMatchConfig.psfMatch
static
Initial value:
= pexConfig.ConfigurableField(
target=ModelPsfMatchTask,
doc="PSF matching model to model task",
)

Definition at line 36 of file warpAndPsfMatch.py.

◆ warp

lsst.pipe.tasks.warpAndPsfMatch.WarpAndPsfMatchConfig.warp
static
Initial value:
= pexConfig.ConfigField(
dtype=afwMath.Warper.ConfigClass,
doc="warper configuration",
)

Definition at line 40 of file warpAndPsfMatch.py.


The documentation for this class was generated from the following file: