PsfWcsSelectImagesTask

Python API summary

from lsst.pipe.tasks.selectImages import PsfWcsSelectImagesTask
classPsfWcsSelectImagesTask(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.

methodrun(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.PsfWcsSelectImagesConfigConnections

Field type

ConfigField

Configurations describing the connections of the PipelineTask to datatypes

maxEllipResidual

Default
0.007
Field type

float Field (optional)

Maximum median ellipticity residual

maxPsfTraceRadiusDelta

Default
0.7
Field type

float Field (optional)

Maximum delta (max - min) of model PSF trace radius values evaluated on a grid on the unmasked detector pixels (pixel).

maxScaledSizeScatter

Default
0.019
Field type

float Field (optional)

Maximum scatter in the size residuals, scaled by the median size

maxSizeScatter

Default
None
Field type

float Field (optional)

Maximum scatter in the size residuals

saveLogOutput

Default
True
Field type

bool Field

Flag to enable/disable saving of log output for a task, enabled by default.