PsfWcsSelectImagesTask¶
Python API summary¶
from lsst.pipe.tasks.selectImages import PsfWcsSelectImagesTask
-
class
(config: Optional[Config] = None, name: Optional[str] = None, parentTask: Optional[Task] = None, log: Optional[Union[logging.Logger, lsst.utils.logging.LsstLogAdapter]] = None)PsfWcsSelectImagesTask
Select images using their Wcs and cuts on the PSF properties
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(wcsList, bboxList, coordList, visitSummary, dataIds=None, **kwargs)run
Return indices of provided lists that meet the selection criteria
...
See also
See the PsfWcsSelectImagesTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
connections¶
- Data type
lsst.pipe.base.config.Connections
- Field type
ConfigField
Configurations describing the connections of the PipelineTask to datatypes
maxEllipResidual¶
Maximum median ellipticity residual
maxScaledSizeScatter¶
Maximum scatter in the size residuals, scaled by the median size
maxSizeScatter¶
Maximum scatter in the size residuals
saveLogOutput¶
Flag to enable/disable saving of log output for a task, enabled by default.