cphot 0.1
A C++ tool for computing photometry from spectra.
Vega

Handle vega spec/mags/fluxes manipulations. More...

Classes

class  cphot::Vega
 Interface to Vega reference data. More...
 

Functions

Vega cphot::vega_from_votable (const std::string &infile)
 Construct a new Vega object from a votable. More...
 

Detailed Description

Handle vega spec/mags/fluxes manipulations.

Class that handles vega spectrum and references. This class knows where to find the Vega synthetic spectrum taken from Bohlin 2007 in order to compute fluxes and magnitudes in given filters.

Note
the Vega zeropoints are defined by the magnitude of Vega being exactly zero in all filters.

Function Documentation

◆ vega_from_votable()

Vega cphot::vega_from_votable ( const std::string &  infile)

Construct a new Vega object from a votable.

Parameters
infilevotable containing the vega spectrum
Returns
Vega object

Definition at line 110 of file vega.hpp.