|
def | run (self, coordList) |
|
Base task for selecting images suitable for coaddition
Definition at line 74 of file selectImages.py.
◆ run()
def lsst.pipe.tasks.selectImages.BaseSelectImagesTask.run |
( |
|
self, |
|
|
|
coordList |
|
) |
| |
Select images suitable for coaddition in a particular region
@param[in] coordList: list of coordinates defining region of interest; if None then select all images
subclasses may add additional keyword arguments, as required
@return a pipeBase Struct containing:
- exposureInfoList: a list of exposure information objects (subclasses of BaseExposureInfo),
which have at least the following fields:
- dataId: data ID dictionary
- coordList: ICRS coordinates of the corners of the exposure (list of lsst.geom.SpherePoint)
Reimplemented in lsst.pipe.tasks.selectImages.WcsSelectImagesTask.
Definition at line 81 of file selectImages.py.
◆ ConfigClass
lsst.pipe.tasks.selectImages.BaseSelectImagesTask.ConfigClass = pexConfig.Config |
|
static |
The documentation for this class was generated from the following file: