Reads a Bruker FID file. The sample's acqus file is used to
determine how to interpret the raw binary data: BYTORDA gives the
byte order, DTYPA gives the data type (32-bit integer or 64-bit
double), TD gives the number of raw (real+imaginary interleaved)
data points actually acquired, and SW_h (the spectral width, in Hz)
is used to build the acquisition time axis.
Value
A data frame with columns time_s (the acquisition time, in
seconds, of each complex data point) and fid_complex (the free
induction decay, as a complex vector). Returns NULL if the sample
has no fid file.
See also
Other import/export functions:
Pipelines,
files_to_rDolphin(),
load_and_save_functions,
nmr_data(),
nmr_meta_export(),
nmr_read_samples(),
nmr_zip_bruker_samples(),
save_files_to_rDolphin(),
save_profiling_output(),
to_ChemoSpec()