ml-spectra-processing
    Preparing search index...

    Interface XYUniqueXOptions

    interface XYUniqueXOptions {
        algorithm?: "sum" | "average";
        isSorted?: boolean;
    }
    Index

    Properties

    algorithm?: "sum" | "average"

    either 'average' or 'sum'

    'average'
    
    isSorted?: boolean

    if false the DataXY has to be sorted first

    true