Normalise mrs_data to a spectral region.
norm_mrs(mrs_data, xlim = NULL, scale = "ppm", mode = "re", summation = "l2")
mrs_data | MRS data. |
---|---|
xlim | spectral range to be integrated (defaults to full range). |
scale | units of xlim, can be : "ppm", "Hz" or "points". |
mode | spectral mode, can be : "re", "im", "mod" or "cplx". |
summation | can be "sum", "mean" or "l2" (default). |
normalised data.