Peak |
The PeakFinder type exposes the following members.
Name | Description | |
---|---|---|
LeftBases | The position of the lowest valley point to the left of each peak. This array is only set if the parameter 'Prominence' was specified. | |
LeftEdges | Position of the first point to the left of each peak, whose value is different from the peak's value. This array is only set if the parameter 'PlateauSize' was specified. | |
LeftIps | The left intersection points of each peak. This array is only set if the parameter 'Width' was specified. | |
LeftThresholds | The left thresholds of each peak. This array is only set if the parameter 'Threshold' was specified. | |
PeakHeights | The peak height of each peak. This array is only set if the parameter Height was specified. | |
PeakPositions | The peak positions (indices of the y-array). This array is always set after a call to Execute. | |
PlateauSizes | The plateau sizes of each peak. This array is only set if the parameter PlateauSize was specified. | |
Prominences | The prominence values of each peak. This array is only set if the parameter 'Prominence' was specified. | |
RightBases | The position of the lowest valley point to the right of each peak. This array is only set if the parameter 'Prominence' was specified. | |
RightEdges | Position of the first point to the right of each peak, whose value is different from the peak's value. This array is only set if the parameter 'PlateauSize' was specified. | |
RightIps | The right intersection points of each peak. This array is only set if the parameter 'Width' was specified. | |
RightThresholds | The right thresholds of each peak. This array is only set if the parameter 'Threshold' was specified. | |
Warnings | The warnings during the execution of the peak finder algorithm. | |
WidthHeights | The height at which the width of each peak was determined. This array is only set if the parameter 'Width' was specified. | |
Widths | The width of each peak. This array is only set if the parameter 'Width' was specified. |