WcsSelectImagesTask¶
Python API summary¶
from lsst.pipe.tasks.selectImages import WcsSelectImagesTask
-
class
(config: Optional[Config] = None, name: Optional[str] = None, parentTask: Optional[Task] = None, log: Optional[Union[logging.Logger, lsst.utils.logging.LsstLogAdapter]] = None)WcsSelectImagesTask
Select images using their Wcs
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(wcsList, bboxList, coordList, dataIds=None, **kwargs)run
Return indices of provided lists that meet the selection criteria
...
-
method
(dataRef, coordList, makeDataRefList=True, selectDataList=[])runDataRef
Select images in the selectDataList that overlap the patch
...
See also
See the WcsSelectImagesTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
No configuration fields.