Function xyArrayAlignToFirst

  • We align all the data/spectra to the first array of X. The alignment is based on the X values of the first spectrum and the delta error allowed. If some x values are missing in the first spectrum we will add them

    Parameters

    Returns {
        x: NumberArray;
        ys: NumberArray[];
    }

    • x: NumberArray
    • ys: NumberArray[]