26 #ifndef PHOTOMETRYATTRIBUTEFROMROW_H_
27 #define PHOTOMETRYATTRIBUTEFROMROW_H_
41 namespace SourceCatalog {
85 const bool missing_photometry_enabled,
const double missing_photometry_flag,
86 const bool upper_limit_enabled,
88 const double n_upper_limit_flag,
Interface for building a source Attribute from a table Row.
Implementation of the AttributeFromRow for a photometry attribute. This class implements the createAt...
std::vector< std::pair< size_t, size_t > > m_table_index_vector
double m_n_upper_limit_flag
double m_missing_photometry_flag
std::vector< std::pair< std::string, bool > > m_convert_from_mag
std::shared_ptr< std::vector< std::string > > m_filter_name_vector_ptr
bool m_missing_photometry_enabled
bool m_upper_limit_enabled
std::vector< std::pair< std::string, float > > m_n_map
Represents one row of a Table.