Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Photometry.cpp
Go to the documentation of this file.
1/*
2 * Copyright (C) 2012-2021 Euclid Science Ground Segment
3 *
4 * This library is free software; you can redistribute it and/or modify it under
5 * the terms of the GNU Lesser General Public License as published by the Free
6 * Software Foundation; either version 3.0 of the License, or (at your option)
7 * any later version.
8 *
9 * This library is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11 * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
12 * details.
13 *
14 * You should have received a copy of the GNU Lesser General Public License
15 * along with this library; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17 */
18
27
28namespace Euclid {
29namespace SourceCatalog {
30
31//-----------------------------------------------------------------------------
32// find the value and error in the map for a specific filter name
33// return a ptr to a ValuePair(value, error) and null pointer otherwise
51
55
56} // namespace SourceCatalog
57} // end of namespace Euclid
T begin(T... args)
Store the Right Ascension (Ra) and Delination (Dec) of a source in decimal degrees,...
Definition Coordinates.h:41
std::shared_ptr< std::vector< std::string > > m_filter_name_vector_ptr
Shared pointer to the common list of filter names.
Definition Photometry.h:226
std::vector< FluxErrorPair > m_value_vector
The photometry map.
Definition Photometry.h:229
std::unique_ptr< FluxErrorPair > find(const std::string &filter_name) const
Return a photometry measurement through the specified filter. The current implementation of this meth...
const std::shared_ptr< std::vector< std::string > > & getFilterNames() const
T end(T... args)