|
fbgsense 0.1
Generic FBG spectrum analysis tool
|
Data structure holding information about peak's properties. More...
#include <peak.h>
Public Member Functions | |
| peak (size_t position, size_t index, spectrum_unit_t wavelength, spectrum_unit_t intensity) | |
| peak (size_t position, size_t index, uint8_t channel, spectrum_unit_t wavelength, spectrum_unit_t intensity) | |
| peak (size_t position, size_t index, uint8_t channel, spectrum_unit_t wavelength, spectrum_unit_t intensity, spectrum_unit_t asymmetry) | |
| uint8_t | channel () |
| size_t | position () |
| size_t | index () |
| spectrum_unit_t | wavelength () |
| spectrum_unit_t | intensity () |
| spectrum_unit_t | asymmetry () |
| bounds_t | bounds () |
| void | index (uint8_t index) |
| void | bounds (bounds_t bounds) |
Data structure holding information about peak's properties.