lsst.afw g5dde539398+76be3eb1da
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.afw.image._visitInfo.VisitInfo Class Reference

Public Member Functions

def __deepcopy__ (self, memo=None)
 
def copyWith (self, exposureId=None, exposureTime=None, darkTime=None, date=None, ut1=None, era=None, boresightRaDec=None, boresightAzAlt=None, boresightAirmass=None, boresightRotAngle=None, rotType=None, observatory=None, weather=None, instrumentLabel=None, id=None, focusZ=None, observationType=None, scienceProgram=None, observationReason=None, object=None, hasSimulatedContent=None)
 

Static Public Attributes

 getExposureId
 
 reason
 
 version
 

Detailed Description

Definition at line 33 of file _visitInfo.py.

Member Function Documentation

◆ __deepcopy__()

def lsst.afw.image._visitInfo.VisitInfo.__deepcopy__ (   self,
  memo = None 
)

Definition at line 35 of file _visitInfo.py.

◆ copyWith()

def lsst.afw.image._visitInfo.VisitInfo.copyWith (   self,
  exposureId = None,
  exposureTime = None,
  darkTime = None,
  date = None,
  ut1 = None,
  era = None,
  boresightRaDec = None,
  boresightAzAlt = None,
  boresightAirmass = None,
  boresightRotAngle = None,
  rotType = None,
  observatory = None,
  weather = None,
  instrumentLabel = None,
  id = None,
  focusZ = None,
  observationType = None,
  scienceProgram = None,
  observationReason = None,
  object = None,
  hasSimulatedContent = None 
)

Definition at line 38 of file _visitInfo.py.

Member Data Documentation

◆ getExposureId

lsst.afw.image._visitInfo.VisitInfo.getExposureId
static

Definition at line 133 of file _visitInfo.py.

◆ reason

lsst.afw.image._visitInfo.VisitInfo.reason
static

Definition at line 135 of file _visitInfo.py.

◆ version

lsst.afw.image._visitInfo.VisitInfo.version
static

Definition at line 137 of file _visitInfo.py.


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