lsst.afw
22.0.1-36-g99137b0eb+24a98d482b
|
#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 | |
lsst | |
A base class for image defects. | |
lsst::afw | |
lsst::afw::image | |
Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects. | |
lsst::afw::detection | |
lsst::afw::geom | |
lsst::afw::geom::polygon | |
lsst::afw::cameraGeom | |
lsst::afw::table | |
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 > |