common-spectrum
    Preparing search index...

    Interface PeakPickingOptions

    interface PeakPickingOptions {
        max?: boolean;
        optimize?: boolean;
        shape?: Shape1D;
        xVariable?: OneLowerCase;
        yVariable?: OneLowerCase;
    }
    Index

    Properties

    max?: boolean

    are we looking for maxima or minima, default true

    optimize?: boolean

    should we look for the closest min / max, default true

    shape?: Shape1D

    options of the peak shape fit

    xVariable?: OneLowerCase

    x variable label, by default 'x'

    yVariable?: OneLowerCase

    y variable label, by default 'y'