lsst.pipe.tasks  16.0-39-gcc1e6200
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 32 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 35 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 39 of file warpAndPsfMatch.py.


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