lsst.pipe.tasks g369a80f31c+1548045218
Public Member Functions | List of all members
lsst.pipe.tasks.selectImages.BaseExposureInfo Class Reference
Inheritance diagram for lsst.pipe.tasks.selectImages.BaseExposureInfo:

Public Member Functions

def __init__ (self, dataId, coordList)
 

Detailed Description

Data about a selected exposure.

    Parameters
    ----------
    dataId : `dict` of dataId keys
        Data ID of exposure.
    coordList : `list` of `lsst.afw.geom.SpherePoint`
        ICRS coordinates of the corners of the exposure
        plus any others items that are desired.

Definition at line 60 of file selectImages.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.selectImages.BaseExposureInfo.__init__ (   self,
  dataId,
  coordList 
)
Data about a selected exposure.

    Parameters
    ----------
    dataId : `dict` of dataId keys
        Data ID of exposure.
    coordList : `list` of `lsst.afw.geom.SpherePoint`
        ICRS coordinates of the corners of the exposure
        plus any others items that are desired.

Definition at line 72 of file selectImages.py.


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