#include <cmath>#include <vector>#include <cphot/rquantities.hpp>#include <cphot/hardcoded_data/licks_data.hpp>Go to the source code of this file.
Classes | |
| class | cphot::LickIndex |
| Define a Lick Index similarily to a Filter object. More... | |
| class | cphot::LickLibrary |
| Collection of Lick indices. More... | |
Namespaces | |
| cphot | |
Functions | |
| DMatrix | cphot::reduce_resolution (const DMatrix &w, const DMatrix &flux, double fwhm0, double sigma_floor) |
| Adapt the resolution of the spectra to match the lick definitions. More... | |
| std::ostream & | cphot::operator<< (std::ostream &os, LickIndex &index) |
| Nice representation of Filter objects. More... | |
| std::ostream & | cphot::operator<< (std::ostream &os, LickLibrary &l) |
| Nice representation of LickLibrary. More... | |