LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Static Public Attributes | List of all members
lsst.pipe.tasks.registerImage.RegisterConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.registerImage.RegisterConfig:

Static Public Attributes

tuple matchRadius = Field(dtype=float, default=1.0, doc="Matching radius (arcsec)", check=lambda x: x > 0)
 
tuple sipOrder = Field(dtype=int, default=4, doc="Order for SIP WCS", check=lambda x: x > 1)
 
tuple sipIter = Field(dtype=int, default=3, doc="Rejection iterations for SIP WCS", check=lambda x: x > 0)
 
tuple sipRej = Field(dtype=float, default=3.0, doc="Rejection threshold for SIP WCS", check=lambda x: x > 0)
 
tuple warper = ConfigField(dtype=Warper.ConfigClass, doc="Configuration for warping")
 

Detailed Description

Configuration for RegisterTask

Definition at line 41 of file registerImage.py.

Member Data Documentation

tuple lsst.pipe.tasks.registerImage.RegisterConfig.matchRadius = Field(dtype=float, default=1.0, doc="Matching radius (arcsec)", check=lambda x: x > 0)
static

Definition at line 43 of file registerImage.py.

tuple lsst.pipe.tasks.registerImage.RegisterConfig.sipIter = Field(dtype=int, default=3, doc="Rejection iterations for SIP WCS", check=lambda x: x > 0)
static

Definition at line 45 of file registerImage.py.

tuple lsst.pipe.tasks.registerImage.RegisterConfig.sipOrder = Field(dtype=int, default=4, doc="Order for SIP WCS", check=lambda x: x > 1)
static

Definition at line 44 of file registerImage.py.

tuple lsst.pipe.tasks.registerImage.RegisterConfig.sipRej = Field(dtype=float, default=3.0, doc="Rejection threshold for SIP WCS", check=lambda x: x > 0)
static

Definition at line 46 of file registerImage.py.

tuple lsst.pipe.tasks.registerImage.RegisterConfig.warper = ConfigField(dtype=Warper.ConfigClass, doc="Configuration for warping")
static

Definition at line 47 of file registerImage.py.


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