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

maxPsfApCorrSigmaScaledDelta

Default
0.22
Field type

float Field (optional)

Maximum delta (max - min) of model PSF aperture correction values evaluated on a grid on the unmasked detector pixels scaled (divided) by the measured model psfSigma.

maxPsfApFluxDelta

Default
0.24
Field type

float Field (optional)

Maximum delta (max - min) of model PSF aperture flux (with aperture radius of max(2, 3*psfSigma)) values evaluated on a grid on the unmasked detector pixels (based on a normalized-to-one flux).

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

minNPsfStarPerBand

Default
{'u': 6, 'g': 15, 'r': 15, 'i': 15, 'z': 15, 'y': 15, 'fallback': 6}
Field type

DictField

Key type

str

Value type

float

Minimum number of PSF stars for the final PSF model to be considered well-constrained and suitible for inclusion in the coadd. This number should take into consideration the spatial order used for the PSF model. If the current band for the exposure is not included as a key in this dict, the value associated with the “fallback” key will be used.

saveLogOutput

Default
True
Field type

bool Field

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