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(coordList)

Select images suitable for coaddition in a particular region...

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

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

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