chromatography
    Preparing search index...

    Interface GetPeaksOptions

    interface GetPeaksOptions {
        broadenPeaksOptions?: BroadenPeaksOptions;
        heightFilter?: number;
        seriesName?: string;
    }
    Index

    Properties

    broadenPeaksOptions?: BroadenPeaksOptions
    { factor: 1, overlap: false }
    
    heightFilter?: number

    Filter all objects that are below heightFilter times the median of the height. Peak height should be this factor times the noise (Median Absolute Deviation)

    5
    
    seriesName?: string

    Series to do the peak picking on

    'tic'