chromatography
    Preparing search index...

    Interface IntegrateOptions

    interface IntegrateOptions {
        baseline?: "trapezoid" | "min";
        seriesName?: string;
    }
    Index

    Properties

    baseline?: "trapezoid" | "min"

    Apply the specified baseline correction.

    seriesName?: string

    Name of the chromatogram series to use.

    'tic'