cphot 0.1
A C++ tool for computing photometry from spectra.
cphot_licks::lickdata Struct Reference

Stores the definition of a Lick index. More...

#include <licks_data.hpp>

Public Attributes

std::string name
 name of the index More...
 
double index_band_min
 minimal wavelength of index interval More...
 
double index_band_max
 maximal wavelength of index interval More...
 
double blue_continuum_min
 minimal wavelength of blue continuum More...
 
double blue_continuum_max
 maximal wavelength of blue continuum More...
 
double red_continuum_min
 minimal wavelength of red continuum More...
 
double red_continuum_max
 maximal wavelength of red continuum More...
 
QLength wavelength_unit
 wavelength unit (usually Angstrom or nm) More...
 
bool is_mag
 true if the index is in magnitudes (else equivalent width) More...
 

Detailed Description

Stores the definition of a Lick index.

Definition at line 26 of file licks_data.hpp.

Member Data Documentation

◆ blue_continuum_max

double cphot_licks::lickdata::blue_continuum_max

maximal wavelength of blue continuum

Definition at line 31 of file licks_data.hpp.

◆ blue_continuum_min

double cphot_licks::lickdata::blue_continuum_min

minimal wavelength of blue continuum

Definition at line 30 of file licks_data.hpp.

◆ index_band_max

double cphot_licks::lickdata::index_band_max

maximal wavelength of index interval

Definition at line 29 of file licks_data.hpp.

◆ index_band_min

double cphot_licks::lickdata::index_band_min

minimal wavelength of index interval

Definition at line 28 of file licks_data.hpp.

◆ is_mag

bool cphot_licks::lickdata::is_mag

true if the index is in magnitudes (else equivalent width)

Definition at line 35 of file licks_data.hpp.

◆ name

std::string cphot_licks::lickdata::name

name of the index

Definition at line 27 of file licks_data.hpp.

◆ red_continuum_max

double cphot_licks::lickdata::red_continuum_max

maximal wavelength of red continuum

Definition at line 33 of file licks_data.hpp.

◆ red_continuum_min

double cphot_licks::lickdata::red_continuum_min

minimal wavelength of red continuum

Definition at line 32 of file licks_data.hpp.

◆ wavelength_unit

QLength cphot_licks::lickdata::wavelength_unit

wavelength unit (usually Angstrom or nm)

Definition at line 34 of file licks_data.hpp.


The documentation for this struct was generated from the following file: