26#ifndef PHOTOMETRYATTRIBUTEFROMROW_H_
27#define PHOTOMETRYATTRIBUTEFROMROW_H_
41namespace SourceCatalog {
Interface for building a source Attribute from a table Row.
Store the Right Ascension (Ra) and Delination (Dec) of a source in decimal degrees,...
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
virtual ~PhotometryAttributeFromRow()
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.