Alexandria  2.16
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Variables
Euclid::SourceCatalog Namespace Reference

Classes

class  Attribute
 Attribute interface extended by all source attributes. More...
 
class  AttributeFromRow
 Interface for building a source Attribute from a table Row. More...
 
class  Catalog
 Catalog contains a container of sources. More...
 
class  CatalogFromTable
 
class  PhotometryParsingException
 
class  Source
 The Source class includes all information related to a sky source. More...
 
class  CastSourceIdVisitor
 This type can be used together with boost::apply_visitor to cast boost::variant with an unknown underlying type, to a Source::id_type. More...
 
class  Coordinates
 Store the Right Ascension (Ra) and Delination (Dec) of a source in decimal degrees, i.e., 0.0 < Ra < 360.00 -90.0 < Dec < 90.0. More...
 
class  Pdf
 
class  PdfFromRow
 
struct  FluxErrorPair
 
class  Photometry
 
class  PhotometryAttributeFromRow
 Implementation of the AttributeFromRow for a photometry attribute. This class implements the createAttribute method that must be used to create Photometry objects. More...
 
class  SpectroscopicRedshift
 Store the spectroscopic redshift of a source. More...
 
class  SpectroscopicRedshiftAttributeFromRow
 Implementation of the AttributeFromRow for a SpectroscopicRedshift attribute. This class implements the createAttribute method that must be used to create SpectroscopicRedshift objects. More...
 
class  TableRowAttribute
 Source attribute which can be used to retrieve the table row used to create the source. More...
 
class  TableRowAttributeFromRow
 Implementation of the AttributeFromRow interfaces for the TableRowAttribute. More...
 

Variables

static Elements::Logging logger = Elements::Logging::getLogger("SpectroscopicRedshiftAttributeFromRow")
 

Variable Documentation

Elements::Logging Euclid::SourceCatalog::logger = Elements::Logging::getLogger("SpectroscopicRedshiftAttributeFromRow")
static