This function aims to numerically match the NMRPipe `FT -inv` function.
Value
A modified FID-like `list` with inverse-transformed `int` values and updated `header`/`fheader` metadata.
Examples
fid_path <- system.file("extdata", "noesy1d", "11", "test.fid", package = "fitnmr")
fid <- read_nmrpipe(fid_path, complex_data = TRUE)
sp <- nmrpipe_sp(fid)
zf <- nmrpipe_zf(sp)
ft <- nmrpipe_ft(zf)
fti <- nmrpipe_fti(ft)