|
lsst.pipe.tasks g2c8cee2ce7+721f9a9580
|
Public Member Functions | |
| run (self, coordList) | |
Static Public Attributes | |
| ConfigClass = pexConfig.Config | |
Static Protected Attributes | |
| str | _DefaultName = "selectImages" |
Base task for selecting images suitable for coaddition.
Definition at line 109 of file selectImages.py.
| lsst.pipe.tasks.selectImages.BaseSelectImagesTask.run | ( | self, | |
| coordList ) |
Select images suitable for coaddition in a particular region.
Parameters
----------
coordList : `list` [`lsst.geom.SpherePoint`] or `None`
List of coordinates defining region of interest; if `None`, then
select all images subclasses may add additional keyword arguments,
as required.
Returns
-------
result : `pipeBase.Struct`
Results as a struct with attributes:
``exposureInfoList``
A list of exposure information objects (subclasses of
BaseExposureInfo), which have at least the following fields:
- dataId: Data ID dictionary (`dict`).
- coordList: ICRS coordinates of the corners of the exposure.
(`list` [`lsst.geom.SpherePoint`])
Reimplemented in lsst.pipe.tasks.selectImages.PsfWcsSelectImagesTask, and lsst.pipe.tasks.selectImages.WcsSelectImagesTask.
Definition at line 117 of file selectImages.py.
|
staticprotected |
Definition at line 114 of file selectImages.py.
|
static |
Definition at line 113 of file selectImages.py.