PsfWcsSelectImagesTask¶
Python API summary¶
from lsst.pipe.tasks.selectImages import PsfWcsSelectImagesTask
-
class
PsfWcsSelectImagesTask
(config=None, name=None, parentTask=None, log=None) Select images using their Wcs and cuts on the PSF properties
...
- attributeconfig
Access configuration fields and retargetable subtasks.
-
method
run
(wcsList, bboxList, coordList, visitSummary, dataIds=None, **kwargs) 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
Configurations describing the connections of the PipelineTask to datatypes
maxEllipResidual¶
Maximum median ellipticity residual
maxPsfTraceRadiusDelta¶
Maximum delta (max - min) of model PSF trace radius values evaluated on a grid on the unmasked detector pixels (pixel).
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.
saveMetadata¶
Flag to enable/disable metadata saving for a task, enabled by default.