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

Structure of the HDF5 filter record. More...

#include <library.hpp>

Public Attributes

double wavelength
 
double transmission
 

Detailed Description

Structure of the HDF5 filter record.

definition of records in HDF5 library datasets (wavelength, transmission) This structure is needed to read-in the dataset as a compound data type

this needs HIGHFIVE_REGISTER_TYPE(filter_t, create_compound_filter_t);

Definition at line 70 of file library.hpp.

Member Data Documentation

◆ transmission

double cphot::filter_t::transmission

Definition at line 72 of file library.hpp.

◆ wavelength

double cphot::filter_t::wavelength

Definition at line 71 of file library.hpp.


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