11#define spectrum_unit_t float
13typedef uint8_t channel_t;
14typedef uint16_t parameter_t;
15typedef spectrum_unit_t complex_t[2];
19 spectrum_unit_t wavelength;
20 spectrum_unit_t intensity;
29enum class extrema_type
49enum class detection_type
54enum class segment_type
62 spectrum_unit_t value{ 0 };
63 extrema_type extrema{ extrema_type::NONE };
70 fit_type fitType{ fit_type::GAUSSIAN };
71 bool equalize{
false };
Definition: spectrum_types.h:81
Definition: spectrum_types.h:61
Definition: spectrum_types.h:67
Definition: spectrum_types.h:24
Definition: spectrum_types.h:75
Definition: spectrum_types.h:18