WcsSelectImagesTask

Python API summary

from lsst.pipe.tasks.selectImages import WcsSelectImagesTask
classWcsSelectImagesTask(config: Optional[Config] = None, name: Optional[str] = None, parentTask: Optional[Task] = None, log: Optional[Union[logging.Logger, lsst.utils.logging.LsstLogAdapter]] = None)

Select images using their Wcs...

attributeconfig

Access configuration fields and retargetable subtasks.

methodrun(wcsList, bboxList, coordList, dataIds=None, **kwargs)

Return indices of provided lists that meet the selection criteria...

See also

See the WcsSelectImagesTask API reference for complete details.

Retargetable subtasks

No subtasks.

Configuration fields

No configuration fields.