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