This function aims to numerically match the NMRPipe `SP` function.
nmrpipe_sp(fid, off = 0, end = 1, pow = 1, cval = 1, dmx = FALSE)
Arguments
- fid
list with `int`, `header`, and `fheader` elements containing FID data
- off
equivalent to `-off` flag
- end
equivalent to `-end` flag
- pow
equivalent to `-pow` flag
- cval
equivalent to `-c` flag
- dmx
equivalent to `-dmx` flag
Details
See the NMRPipe documentation: https://www.nmrscience.com/ref/nmrpipe/sp.html