|
Field | matchRadius = Field(dtype=float, default=1.0, doc="Matching radius (arcsec)", check=lambda x: x > 0) |
|
Field | sipOrder = Field(dtype=int, default=4, doc="Order for SIP WCS", check=lambda x: x > 1) |
|
Field | sipIter = Field(dtype=int, default=3, doc="Rejection iterations for SIP WCS", check=lambda x: x > 0) |
|
Field | sipRej = Field(dtype=float, default=3.0, doc="Rejection threshold for SIP WCS", check=lambda x: x > 0) |
|
ConfigField | warper = ConfigField(dtype=Warper.ConfigClass, doc="Configuration for warping") |
|
Configuration for RegisterTask.
Definition at line 39 of file registerImage.py.
◆ matchRadius
Field lsst.pipe.tasks.registerImage.RegisterConfig.matchRadius = Field(dtype=float, default=1.0, doc="Matching radius (arcsec)", check=lambda x: x > 0) |
|
static |
◆ sipIter
Field lsst.pipe.tasks.registerImage.RegisterConfig.sipIter = Field(dtype=int, default=3, doc="Rejection iterations for SIP WCS", check=lambda x: x > 0) |
|
static |
◆ sipOrder
Field lsst.pipe.tasks.registerImage.RegisterConfig.sipOrder = Field(dtype=int, default=4, doc="Order for SIP WCS", check=lambda x: x > 1) |
|
static |
◆ sipRej
Field 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
ConfigField 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: