|
lsst.afw g712618294e+4813a5392e
|
#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 |
| namespace | lsst::afw |
| namespace | lsst::afw::image |
| 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 > |