26 #ifndef SPECTROSCOPICATTRIBUTEFROMROW_H_
27 #define SPECTROSCOPICATTRIBUTEFROMROW_H_
40 namespace SourceCatalog {
78 if (specz_value_column_index_ptr ==
nullptr) {
79 throw Elements::Exception() <<
"Column info does not have the spectroscopic redshift value column!";
83 if (specz_error_column_index_ptr ==
nullptr) {
84 throw Elements::Exception() <<
"Column info does not have the spectroscopic redshift error column!";
113 if (specz_value_column_index_ptr ==
nullptr) {
114 throw Elements::Exception() <<
"Column info does not have the spectroscopic redshift value column!";
122 logger.
warn() <<
"specz error values are set to zero by default! ";
154 #endif // SPECTROSCOPICATTRIBUTEFROMROW_H_