lsst.pipe.tasks
13.0-66-gfbf2f2ce+5
|
Public Member Functions | |
def | __init__ (self, dataId, coordList) |
Data about a selected exposure
Definition at line 55 of file selectImages.py.
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: a list of corner coordinates of the exposure (list of afwCoord.IcrsCoord) plus any others items that are desired
Definition at line 59 of file selectImages.py.