read_signal_1d: Read 1D Bruker fid file

Description Usage Arguments Value

Description

Reads a raw bruker 1D fid file based on specified parameters.

Usage

1
read_signal_1d(path, acqus.list)

Arguments

path

Character string that points to either an fid file or the broader scan directory.

acqus.list

A list of acqus parameters that contains 'td', 'sw', 'sfo1', and 'bytorda' entries. This list can be generated using read_acqus_1d() or through other means. These parameters can also be nested within a list item called 'acqus' if multiple dimensions are read at once.

Value

A data.frame made of two columns – "direct.time" and "signal", corresponding to sampling time and the complex signal, respectively.


ssokolen/rnmrfit documentation built on May 23, 2019, 1:48 p.m.