peak Module
This module defines a signal peak for Spyral.
Peak
dataclass
Dataclass representing a singal peak in a trace
Attributes:
Name | Type | Description |
---|---|---|
centroid |
float
|
The peak location |
amplitude |
float
|
The amplitude of the peak |
positive_inflection |
float
|
The location of the left edge of the peak for integration TODO: This name is bad, change it |
negative_inflection |
float
|
The location of the right edge of the peak for integration TODO: This name is bad, change it |
integral |
float
|
The integral of the peak between postive_inflection and negative_inflection |