12#include "../spectrum_types.h"
22 spectrum_unit_t* wavelengths;
23 spectrum_unit_t* intensities;
24 spectrum_unit_t* filtered_intensities;
25 std::span<complex_t>& frequencies;
26 std::span<derivation_t>& derivation;
28 std::vector<peak>& peaks;
Definition: spectrum_types.h:24
Data structure reflecting spectrum's current state. Used in processors.
Definition: spectrum_state.h:19