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, srcList, dataIds=None, **kwargs)

Return indices of provided lists that meet the selection criteria...

methodrunDataRef(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
ConfigField
Configurations describing the connections of the PipelineTask to datatypes

maxEllipResidual

Default
0.007
Field type
float Field (optional)
Maximum median ellipticity residual

maxScaledSizeScatter

Default
0.009
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

psfShape

Default
'base_SdssShape_psf'
Field type
str Field
name of psf shape

saveMetadata

Default
True
Field type
bool Field
Flag to enable/disable metadata saving for a task, enabled by default.

starSelection

Default
'calib_psf_used'
Field type
str Field
select star with this field

starShape

Default
'base_SdssShape'
Field type
str Field
name of star shape