PsfWcsSelectImagesTask¶
Python API summary¶
from lsst.pipe.tasks.selectImages import PsfWcsSelectImagesTask
-
class
(config=None, name=None, parentTask=None, log=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, srcList, 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 and satisfy PSF quality critera
...
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.
saveMetadata¶
Flag to enable/disable metadata saving for a task, enabled by default.