|
lsst.pipe.tasks g2c8cee2ce7+a177a69160
|
Static Public Attributes | |
| 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.
|
static |
Definition at line 42 of file registerImage.py.
|
static |
Definition at line 44 of file registerImage.py.
|
static |
Definition at line 43 of file registerImage.py.
|
static |
Definition at line 45 of file registerImage.py.
|
static |
Definition at line 46 of file registerImage.py.