BestSeeingWcsSelectImagesTask¶
Python API summary¶
from lsst.pipe.tasks.selectImages import BestSeeingWcsSelectImagesTask
-
class
BestSeeingWcsSelectImagesTask
(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.
-
method
run
(wcsList, bboxList, coordList, dataIds=None, **kwargs) Return indices of provided lists that meet the selection criteria
...
-
method
runDataRef
(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¶
Maximum PSF FWHM (in arcseconds) to select
minPsfFwhm¶
Minimum PSF FWHM (in arcseconds) to select
nImagesMax¶
- Default
5
- Field type
- Range
[0,inf)
Maximum number of images to select