RegisterTask¶
Python API summary¶
from lsst.pipe.tasks.registerImage import RegisterTask
-
class
(config=None, name=None, parentTask=None, log=None)RegisterTask
Task to register (align) multiple images
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(inputSources, inputWcs, inputBBox, templateSources)run
Register (align) an input exposure to the template
...
See also
See the RegisterTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
matchRadius¶
Matching radius (arcsec)
sipIter¶
Rejection iterations for SIP WCS
sipOrder¶
Order for SIP WCS
sipRej¶
Rejection threshold for SIP WCS
warper¶
- Data type
lsst.afw.math._warper.WarperConfig
- Field type
Configuration for warping