chromatography
    Preparing search index...

    Interface MeanFilterOptions

    interface MeanFilterOptions {
        factor?: number;
        force?: boolean;
        seriesName?: string;
    }
    Index

    Properties

    factor?: number

    The values under the median times this factor are removed.

    2

    force?: boolean

    Force replacement of existing series. If false, trying to add an already existing series will throw an error.

    false

    seriesName?: string

    Name of the created series.

    'msMean'