Class lsst::afw::image::VisitInfo

class VisitInfo : public lsst::afw::table::io::PersistableFacade<VisitInfo>, public Storable

Information about a single exposure of an imaging camera.

Includes exposure duration and date, and telescope pointing and orientation.

All information is for the middle of the exposure and at the boresight (center of the focal plane). Thus for a mosaic camera VisitInfo is the same for all detectors in the mosaic.

VisitInfo is immutable.