LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Public Member Functions | Static Public Attributes | List of all members
lsst.afw.table.exposure.exposureContinued.ExposureRecord Class Reference

Public Member Functions

def getCalib (self, args, kwargs)
 
def setCalib (self, args, kwargs)
 

Static Public Attributes

 reason
 
 category
 

Detailed Description

Definition at line 34 of file exposureContinued.py.

Member Function Documentation

◆ getCalib()

def lsst.afw.table.exposure.exposureContinued.ExposureRecord.getCalib (   self,
  args,
  kwargs 
)

Definition at line 36 of file exposureContinued.py.

36  def getCalib(self, *args, **kwargs):
37  return self._getCalib(*args, **kwargs)
38 

◆ setCalib()

def lsst.afw.table.exposure.exposureContinued.ExposureRecord.setCalib (   self,
  args,
  kwargs 
)

Definition at line 40 of file exposureContinued.py.

40  def setCalib(self, *args, **kwargs):
41  self._setCalib(*args, **kwargs)
42 
43 
44 Catalog.register("Exposure", ExposureCatalog)
45 

Member Data Documentation

◆ category

lsst.afw.table.exposure.exposureContinued.ExposureRecord.category
static

Definition at line 35 of file exposureContinued.py.

◆ reason

lsst.afw.table.exposure.exposureContinued.ExposureRecord.reason
static

Definition at line 35 of file exposureContinued.py.


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