lsst.pipe.tasks  20.0.0-37-ga6f1a29d+a12e1f8e37
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

Definition at line 54 of file selectImages.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.selectImages.BaseExposureInfo.__init__ (   self,
  dataId,
  coordList 
)
Create exposure information that can be used to generate data references

The object has the following fields:
- dataId: data ID of exposure (a dict)
- coordList: ICRS coordinates of the corners of the exposure (list of lsst.geom.SpherePoint)
plus any others items that are desired

Definition at line 58 of file selectImages.py.


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