lsst.pipe.tasks g369a80f31c+ba1a864b1f
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.selectImages.BaseSelectImagesTask Class Reference
Inheritance diagram for lsst.pipe.tasks.selectImages.BaseSelectImagesTask:
lsst.pipe.tasks.selectImages.WcsSelectImagesTask

Public Member Functions

def run (self, coordList)
 

Static Public Attributes

 ConfigClass = pexConfig.Config
 

Detailed Description

Base task for selecting images suitable for coaddition.

Definition at line 76 of file selectImages.py.

Member Function Documentation

◆ run()

def lsst.pipe.tasks.selectImages.BaseSelectImagesTask.run (   self,
  coordList 
)
Select images suitable for coaddition in a particular region.

Parameters
----------
coordList : `list` of `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` of `lsst.geom.SpherePoint`)

Reimplemented in lsst.pipe.tasks.selectImages.WcsSelectImagesTask.

Definition at line 84 of file selectImages.py.

Member Data Documentation

◆ ConfigClass

lsst.pipe.tasks.selectImages.BaseSelectImagesTask.ConfigClass = pexConfig.Config
static

Definition at line 80 of file selectImages.py.


The documentation for this class was generated from the following file: