RegisterTask

Python API summary

from lsst.pipe.tasks.registerImage import RegisterTask
classRegisterTask(config=None, name=None, parentTask=None, log=None)

Task to register (align) multiple images...

attributeconfig

Access configuration fields and retargetable subtasks.

methodrun(inputSources, inputWcs, inputBBox, templateSources)

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

Default
1.0
Field type
float Field
Matching radius (arcsec)

sipIter

Default
3
Field type
int Field
Rejection iterations for SIP WCS

sipOrder

Default
4
Field type
int Field
Order for SIP WCS

sipRej

Default
3.0
Field type
float Field
Rejection threshold for SIP WCS

warper

Data type
lsst.afw.math.warper.WarperConfig
Field type
ConfigField
Configuration for warping