cphot 0.1
A C++ tool for computing photometry from spectra.
filter.hpp File Reference
#include "rquantities.hpp"
#include <cmath>
#include <exception>
#include <iostream>
#include <regex>
#include <stdexcept>
#include <string>
#include <xtensor/xadapt.hpp>
#include <xtensor/xarray.hpp>
#include "vega.hpp"

Go to the source code of this file.

Classes

class  cphot::Filter
 Unit Aware Filter. input spectra and output values have units to avoid mis-interpretation. More...
 

Namespaces

 cphot
 

Typedefs

using cphot::DMatrix = xt::xarray< double, xt::layout_type::row_major >
 

Functions

std::ostream & cphot::operator<< (std::ostream &os, Filter &F)
 Nice representation of Filter objects. More...