LsstCamMakeRawVisitInfo¶
-
class
lsst.obs.lsst.
LsstCamMakeRawVisitInfo
(log=None)¶ Bases:
lsst.obs.base.MakeRawVisitInfoViaObsInfo
Make a VisitInfo from the FITS header of a raw image.
Attributes Summary
metadataTranslator
Methods Summary
__call__
(md[, exposureId])Construct a VisitInfo and strip associated data from the metadata. Attributes Documentation
-
metadataTranslator
= None¶
Methods Documentation
-
__call__
(md, exposureId=None)¶ Construct a VisitInfo and strip associated data from the metadata.
Parameters: - md :
lsst.daf.base.PropertyList
orlsst.daf.base.PropertySet
Metadata to pull from. Items that are used are stripped from the metadata.
- exposureId :
int
, optional Ignored. Here for compatibility with
MakeRawVisitInfo
.
Returns: - visitInfo :
lsst.afw.image.VisitInfo
VisitInfo
derived from the header using aMetadataTranslator
.
- md :
-