lsst.afw g68453d69bf+914da4f383
Classes | Namespaces | Typedefs
Exposure.h File Reference
#include "lsst/geom/Box.h"
#include "lsst/geom/SpherePoint.h"
#include "lsst/afw/fitsDefaults.h"
#include "lsst/afw/table/BaseRecord.h"
#include "lsst/afw/table/BaseTable.h"
#include "lsst/afw/table/SortedCatalog.h"
#include "lsst/afw/table/BaseColumnView.h"
#include "lsst/afw/table/io/FitsWriter.h"
#include "lsst/afw/table/aggregates.h"

Go to the source code of this file.

Classes

class  lsst::afw::table::ExposureRecord
 Record class used to store exposure metadata. More...
 
class  lsst::afw::table::ExposureTable
 Table class used to store exposure metadata. More...
 
class  lsst::afw::table::ExposureCatalogT< RecordT >
 Custom catalog class for ExposureRecord/Table. More...
 

Namespaces

namespace  lsst
 A base class for image defects.
 
namespace  lsst::afw
 
namespace  lsst::afw::image
 Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects.
 
namespace  lsst::afw::detection
 
namespace  lsst::afw::geom
 
namespace  lsst::afw::geom::polygon
 
namespace  lsst::afw::cameraGeom
 
namespace  lsst::afw::table
 
namespace  lsst::afw::table::io
 

Typedefs

using lsst::afw::table::ExposureColumnView = ColumnViewT< ExposureRecord >
 
using lsst::afw::table::ExposureCatalog = ExposureCatalogT< ExposureRecord >
 
using lsst::afw::table::ConstExposureCatalog = ExposureCatalogT< const ExposureRecord >