Structure of the HDF5 filter record. More...
#include <library.hpp>
Public Attributes | |
double | wavelength |
double | transmission |
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.
double cphot::filter_t::transmission |
Definition at line 72 of file library.hpp.
double cphot::filter_t::wavelength |
Definition at line 71 of file library.hpp.