ml-spectra-processing
    Preparing search index...

    Interface XYArrayAlignOptions

    interface XYArrayAlignOptions {
        delta?: number | ((arg: number) => number);
        requiredY?: boolean;
    }
    Index

    Properties

    Properties

    delta?: number | ((arg: number) => number)

    The range in which the two x values of the data/spectra must be to be placed on the same line. It may also be a function that allows to change delta depending on the X values of the spectrum

    1
    
    requiredY?: boolean

    If true, the y values must be present everywhere

    false