RegisterTask¶
Python API summary¶
from lsst.pipe.tasks.registerImage import RegisterTask
-
class
(config: Optional[Config] = None, name: Optional[str] = None, parentTask: Optional[Task] = None, log: Optional[Union[logging.Logger, lsst.utils.logging.LsstLogAdapter]] = 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 The sources must have RA,Dec set, and accurate to within the ‘matchRadius’ of the configuration in order to facilitate source matching. We fit a new Wcs, but do NOT set it in the input exposure
...
See also
See the RegisterTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
warper¶
- Data type
lsst.afw.math._warper.WarperConfig
- Field type
ConfigField
Configuration for warping