|
| matchRadius = Field(dtype=float, default=1.0, doc="Matching radius (arcsec)", check=lambda x: x > 0) |
|
| sipOrder = Field(dtype=int, default=4, doc="Order for SIP WCS", check=lambda x: x > 1) |
|
| sipIter = Field(dtype=int, default=3, doc="Rejection iterations for SIP WCS", check=lambda x: x > 0) |
|
| sipRej = Field(dtype=float, default=3.0, doc="Rejection threshold for SIP WCS", check=lambda x: x > 0) |
|
| warper = ConfigField(dtype=Warper.ConfigClass, doc="Configuration for warping") |
|
Configuration for RegisterTask.
Definition at line 39 of file registerImage.py.
◆ matchRadius
lsst.pipe.tasks.registerImage.RegisterConfig.matchRadius = Field(dtype=float, default=1.0, doc="Matching radius (arcsec)", check=lambda x: x > 0) |
|
static |
◆ sipIter
lsst.pipe.tasks.registerImage.RegisterConfig.sipIter = Field(dtype=int, default=3, doc="Rejection iterations for SIP WCS", check=lambda x: x > 0) |
|
static |
◆ sipOrder
lsst.pipe.tasks.registerImage.RegisterConfig.sipOrder = Field(dtype=int, default=4, doc="Order for SIP WCS", check=lambda x: x > 1) |
|
static |
◆ sipRej
lsst.pipe.tasks.registerImage.RegisterConfig.sipRej = Field(dtype=float, default=3.0, doc="Rejection threshold for SIP WCS", check=lambda x: x > 0) |
|
static |
◆ warper
lsst.pipe.tasks.registerImage.RegisterConfig.warper = ConfigField(dtype=Warper.ConfigClass, doc="Configuration for warping") |
|
static |
The documentation for this class was generated from the following file: