ml-spectra-processing
    Preparing search index...

    Interface ZonesNormalizeOptions

    interface ZonesNormalizeOptions {
        exclusions?: FromTo[];
        from?: number;
        to?: number;
    }
    Index

    Properties

    Properties

    exclusions?: FromTo[]

    List of exclusion zones

    from?: number

    specify min value of zones

    Number.NEGATIVE_INFINITY
    
    to?: number

    specify max value of zones

    Number.POSITIVE_INFINITY