#include <source.h>
|
std::map< double, double > | data |
|
PhoenixSpectrum::PhoenixSpectrum |
( |
std::string |
spectrum_file, |
|
|
std::string |
wavelength_file, |
|
|
const double & |
min_wavelength, |
|
|
const double & |
max_wavelength |
|
) |
| |
double PhoenixSpectrum::get_spectral_density |
( |
double |
wavelength | ) |
|
|
virtual |
This function returns the spectral density at a given wavelength. It is the essential function for all subclasses.
- See also
- Source::get_spectrum() will use this function to integrate over it to retreive a spectrum for a given wavelength vector.
- Parameters
-
- Returns
- spectral density
Reimplemented from Source.
void PhoenixSpectrum::read_spectrum |
( |
std::string |
spectrum_file, |
|
|
std::string |
wavelength_file, |
|
|
const double & |
min_wavelength, |
|
|
const double & |
max_wavelength |
|
) |
| |
std::map<double, double> PhoenixSpectrum::data |
|
private |
The documentation for this class was generated from the following files:
- /home/stuermer/Repos/cpp/EchelleSimulator/include/source.h
- /home/stuermer/Repos/cpp/EchelleSimulator/src/source.cpp