BestSeeingWcsSelectImagesTask

Python API summary

from lsst.pipe.tasks.selectImages import BestSeeingWcsSelectImagesTask
classBestSeeingWcsSelectImagesTask(config=None, name=None, parentTask=None, log=None)

Select up to a maximum number of the best-seeing images using their Wcs...

attributeconfig

Access configuration fields and retargetable subtasks.

methodrun(coordList)

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

methodrunDataRef(dataRef, coordList, makeDataRefList=True, selectDataList=None)

Select the best-seeing images in the selectDataList that overlap the patch...

See also

See the BestSeeingWcsSelectImagesTask API reference for complete details.

Retargetable subtasks

No subtasks.

Configuration fields

maxPsfFwhm

Default
5.0
Field type
float Field (optional)
Maximum PSF FWHM (in pixels) to select

minPsfFwhm

Default
0.0
Field type
float Field (optional)
Minimum PSF FWHM (in pixels) to select

nImagesMax

Default
5
Field type
int Field
Maximum number of images to select