lsst.pipe.tasks g59f6dce098+83b7f37e51
Loading...
Searching...
No Matches
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

pexConfig psfMatch
 
pexConfig warp
 

Detailed Description

Config for WarpAndPsfMatchTask

Definition at line 33 of file warpAndPsfMatch.py.

Member Data Documentation

◆ psfMatch

pexConfig 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

pexConfig 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: