LSST Applications g0dd1f4853b+000f002471,g1635faa6d4+6e538e238c,g1653933729+a8ce1bb630,g28da252d5a+fa52f1c212,g2bbee38e9b+c2093a7170,g2bc492864f+c2093a7170,g2cdde0e794+6a4d5c7d0d,g3156d2b45e+07302053f8,g347aa1857d+c2093a7170,g35bb328faa+a8ce1bb630,g3a166c0a6a+c2093a7170,g3e281a1b8c+f03ad10ea9,g4005a62e65+17cd334064,g414038480c+137065b082,g41af890bb2+4cfacb531a,g531c6476d5+d96eb674f9,g57cf332d5c+f0686dec29,g781aacb6e4+a8ce1bb630,g80478fca09+44d780755c,g82479be7b0+7c413e076b,g858d7b2824+d96eb674f9,g9125e01d80+a8ce1bb630,ga5288a1d22+a87b493b11,gae0086650b+a8ce1bb630,gb58c049af0+d64f4d3760,gc28159a63d+c2093a7170,gcf0d15dbbd+1bd77c3621,gcfacc2a72f+e83db0ba67,gda3e153d99+d96eb674f9,gda6a2b7d83+1bd77c3621,gdaeeff99f8+1711a396fd,gdd07d4df61+52dc0b1df1,ge2409df99d+45d0fef90e,ge33fd446bb+d96eb674f9,ge79ae78c31+c2093a7170,gf0baf85859+147a0692ba,gf3967379c6+4d90842739,gf8bc214d71+5535dee525,v28.0.0.rc1
LSST Data Management Base Package
|
#include "lsst/afw/detection/Footprint.h"
#include "lsst/afw/table/Simple.h"
#include "lsst/afw/table/aggregates.h"
#include "lsst/afw/table/IdFactory.h"
#include "lsst/afw/table/Catalog.h"
#include "lsst/afw/table/BaseColumnView.h"
#include "lsst/afw/table/slots.h"
#include "lsst/afw/table/io/FitsWriter.h"
#include "lsst/afw/table/wcsUtils.h"
Go to the source code of this file.
Classes | |
class | lsst::afw::table::SourceRecord |
Record class that contains measurements made on a single exposure. More... | |
class | lsst::afw::table::SourceTable |
Table class that contains measurements made on a single exposure. More... | |
class | lsst::afw::table::SourceColumnViewT< RecordT > |
Namespaces | |
namespace | lsst |
namespace | lsst::afw |
namespace | lsst::afw::geom |
namespace | lsst::afw::table |
Typedefs | |
using | lsst::afw::table::Footprint = lsst::afw::detection::Footprint |
Enumerations | |
enum | lsst::afw::table::SourceFitsFlags { lsst::afw::table::SOURCE_IO_NO_FOOTPRINTS = 0x1 , lsst::afw::table::SOURCE_IO_NO_HEAVY_FOOTPRINTS = 0x2 } |
Bitflags to be passed to SourceCatalog::readFits and SourceCatalog::writeFits. More... | |