LSST Applications g063fba187b+66a50001ff,g0f08755f38+1a22dc2551,g1653933729+a8ce1bb630,g168dd56ebc+a8ce1bb630,g217e2c1bcf+12e87a5bd8,g246886dfd9+466c7b6c06,g28da252d5a+858b171e04,g2bbee38e9b+404b60ec9b,g2bc492864f+404b60ec9b,g3156d2b45e+6e55a43351,g347aa1857d+404b60ec9b,g35bb328faa+a8ce1bb630,g3a166c0a6a+404b60ec9b,g3e281a1b8c+c5dd892a6c,g414038480c+6b9177ef31,g41af890bb2+70bea58702,g599934f4f4+b8c5400ca5,g781aacb6e4+a8ce1bb630,g7af13505b9+b5b9cefdb8,g80478fca09+c2997882f3,g82479be7b0+8974e6af0f,g858d7b2824+1a22dc2551,g89c8672015+f4add4ffd5,g8f1c07a47a+de51c9b0a5,g9125e01d80+a8ce1bb630,ga5288a1d22+b66f8cf76b,gb58c049af0+d64f4d3760,gc28159a63d+404b60ec9b,gcab2d0539d+66cf1de5d4,gcf0d15dbbd+12cb7e2563,gda6a2b7d83+12cb7e2563,gdaeeff99f8+1711a396fd,ge79ae78c31+404b60ec9b,gef2f8181fd+414189b318,gf0baf85859+c1f95f4921,gf0c06eb49c+1a22dc2551,gfa517265be+1a22dc2551,gfa999e8aa5+17cd334064,v28.0.0.rc2
LSST Data Management Base Package
|
#include <Source.h>
Public Types | |
using | Record = RecordT |
using | Table = typename RecordT::Table |
Public Member Functions | |
ndarray::Array< double, 1 > | getPsfInstFlux () const |
Get the value of the PsfFlux slot measurement. | |
ndarray::Array< double, 1 > | getPsfInstFluxErr () const |
Get the uncertainty on the PsfFlux slot measurement. | |
ndarray::Array< double, 1 > | getApInstFlux () const |
Get the value of the ApFlux slot measurement. | |
ndarray::Array< double, 1 > | getApInstFluxErr () const |
Get the uncertainty on the ApFlux slot measurement. | |
ndarray::Array< double, 1 > | getModelInstFlux () const |
Get the value of the ModelFlux slot measurement. | |
ndarray::Array< double, 1 > | getModelInstFluxErr () const |
Get the uncertainty on the ModelFlux slot measurement. | |
ndarray::Array< double, 1 > | getGaussianInstFlux () const |
Get the value of the GaussianFlux slot measurement. | |
ndarray::Array< double, 1 > | getGaussianInstFluxErr () const |
Get the uncertainty on the GaussianFlux slot measurement. | |
ndarray::Array< double, 1 > | getCalibInstFlux () const |
Get the value of the CalibFlux slot measurement. | |
ndarray::Array< double, 1 > | getCalibInstFluxErr () const |
Get the uncertainty on the CalibFlux slot measurement. | |
ndarray::Array< double, 1 > const | getX () const |
ndarray::Array< double, 1 > const | getY () const |
ndarray::Array< double, 1 > const | getIxx () const |
ndarray::Array< double, 1 > const | getIyy () const |
ndarray::Array< double, 1 > const | getIxy () const |
SourceColumnViewT (SourceColumnViewT const &)=default | |
SourceColumnViewT (SourceColumnViewT &&)=default | |
SourceColumnViewT & | operator= (SourceColumnViewT const &)=default |
SourceColumnViewT & | operator= (SourceColumnViewT &&)=default |
~SourceColumnViewT ()=default | |
std::shared_ptr< Table > | getTable () const |
Return the table that owns the records. | |
Schema | getSchema () const |
Return the schema that defines the fields. | |
template<typename T > | |
ndarray::ArrayRef< T, 1 > const | operator[] (Key< T > const &key) const |
Return a 1-d array corresponding to a scalar field (or subfield). | |
template<typename T > | |
ndarray::ArrayRef< T, 2, 1 > const | operator[] (Key< Array< T > > const &key) const |
Return a 2-d array corresponding to an array field. | |
ndarray::result_of::vectorize< detail::FlagExtractor, ndarray::Array< Field< Flag >::Elementconst, 1 > >::type | operator[] (Key< Flag > const &key) const |
Return a 1-d array expression corresponding to a flag bit. | |
ndarray::Array< double, 1 > const | get_radians_array (Key< Angle > const &key) const |
Return an array column as a double array in radians. | |
BitsColumn | getBits (std::vector< Key< Flag > > const &keys) const |
Return an integer array with the given Flag fields repacked into individual bits. | |
BitsColumn | getAllBits () const |
Return an integer array with all Flag fields repacked into individual bits. | |
Static Public Member Functions | |
template<typename InputIterator > | |
static SourceColumnViewT | make (std::shared_ptr< Table > const &table, InputIterator first, InputIterator last) |
Construct a BaseColumnView from an iterator range. | |
template<typename InputIterator > | |
static BaseColumnView | make (std::shared_ptr< BaseTable > const &table, InputIterator first, InputIterator last) |
Construct a BaseColumnView from an iterator range. | |
template<typename InputIterator > | |
static bool | isRangeContiguous (std::shared_ptr< BaseTable > const &table, InputIterator first, InputIterator last) |
Return true if the given record iterator range is continuous and the records all belong to the given table. | |
Protected Member Functions | |
SourceColumnViewT (BaseColumnView const &base) | |
using lsst::afw::table::SourceColumnViewT< RecordT >::Record = RecordT |
using lsst::afw::table::SourceColumnViewT< RecordT >::Table = typename RecordT::Table |
|
default |
|
default |
|
default |
|
inlineexplicitprotected |
|
inherited |
Return an array column as a double array in radians.
Definition at line 117 of file BaseColumnView.cc.
|
inherited |
Return an integer array with all Flag fields repacked into individual bits.
The returned object contains both the int64 array and accessors to obtain a mask given a Key or field name.
pex::exceptions::LengthError | if the schema has more than 64 Flag fields. |
Definition at line 157 of file BaseColumnView.cc.
|
inline |
Get the value of the ApFlux slot measurement.
Definition at line 438 of file Source.h.
|
inline |
Get the uncertainty on the ApFlux slot measurement.
|
inherited |
Return an integer array with the given Flag fields repacked into individual bits.
The returned object contains both the int64 array and accessors to obtain a mask given a Key or field name.
pex::exceptions::LengthError | if keys.size() > 64 |
Definition at line 127 of file BaseColumnView.cc.
|
inline |
Get the value of the CalibFlux slot measurement.
|
inline |
Get the uncertainty on the CalibFlux slot measurement.
|
inline |
Get the value of the GaussianFlux slot measurement.
|
inline |
Get the uncertainty on the GaussianFlux slot measurement.
|
inline |
|
inline |
|
inline |
|
inline |
Get the value of the ModelFlux slot measurement.
|
inline |
Get the uncertainty on the ModelFlux slot measurement.
|
inline |
Get the value of the PsfFlux slot measurement.
|
inline |
Get the uncertainty on the PsfFlux slot measurement.
|
inlineinherited |
Return the schema that defines the fields.
Definition at line 89 of file BaseColumnView.h.
|
inlineinherited |
Return the table that owns the records.
Definition at line 179 of file BaseColumnView.h.
|
inline |
|
inline |
|
staticinherited |
Return true if the given record iterator range is continuous and the records all belong to the given table.
This tests exactly the same requiremetns needed to construct a column view, so if this test succeeds, BaseColumnView::make should as well.
Definition at line 221 of file BaseColumnView.h.
|
staticinherited |
Construct a BaseColumnView from an iterator range.
The iterators must dereference to a reference or const reference to a record. If the record data is not contiguous in memory, throws lsst::pex::exceptions::RuntimeError.
Definition at line 200 of file BaseColumnView.h.
|
inlinestatic |
Construct a BaseColumnView from an iterator range.
The iterators must dereference to a reference or const reference to a record. If the record data is not contiguous in memory, throws lsst::pex::exceptions::RuntimeError.
Definition at line 492 of file Source.h.
|
default |
|
default |
|
inherited |
Return a 2-d array corresponding to an array field.
Definition at line 84 of file BaseColumnView.cc.
|
inherited |
Return a 1-d array expression corresponding to a flag bit.
In C++, the return value is a lazy ndarray expression template that performs the bitwise & operation on every element when that element is requested. In Python, the result will be copied into a bool NumPy array.
Definition at line 101 of file BaseColumnView.cc.
|
inherited |
Return a 1-d array corresponding to a scalar field (or subfield).
Definition at line 71 of file BaseColumnView.cc.