ml-gsd
Version:
Global Spectral Deconvolution
9 lines • 387 B
TypeScript
import type { XIndex } from '../XIndex.ts';
import type { GSDPeakID } from '../gsd.ts';
import type { PeakData } from './PeakData.ts';
export declare function getPeakFromIntervals(options: Pick<PeakData, 'yThreshold' | 'ddY' | 'yData' | 'x'> & {
intervalR: XIndex[];
intervalL: XIndex[];
minData: number[];
}): GSDPeakID[];
//# sourceMappingURL=getPeaksFromIntervals.d.ts.map