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, srcList=None, **kwargs) Return indices of provided lists that meet the selection criteria
...
-
method
runDataRef
(dataRef, coordList, makeDataRefList=True, selectDataList=[]) 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
Configurations describing the connections of the PipelineTask to datatypes
doLegacyStarSelectionComputation¶
Perform the legacy star selection computations (for backwards compatibility) Deprecated: This field is here for backwards compatibility and will be removed after v24.
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
psfShape¶
name of psf shape Deprecated: This field has been moved to ComputeExposureSummaryStatsTask and will be removed after v24.
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.
starSelection¶
select star with this field Deprecated: This field has been moved to ComputeExposureSummaryStatsTask and will be removed after v24.
starShape¶
name of star shape Deprecated: This field has been moved to ComputeExposureSummaryStatsTask and will be removed after v24.