Skip to content

API Reference


API Reference / PeaksAndThreshold

Type Alias: PeaksAndThreshold

ts
type PeaksAndThreshold = {
  peaks: Peaks;
  threshold: Threshold;
};

Defined in: core/types.ts:64

Peaks with their associated threshold

Properties

PropertyTypeDefined in
peaksPeakscore/types.ts:65
thresholdThresholdcore/types.ts:66

Released under the Apache License 2.0