read_signal_2d: Read 2D Bruker ser file

Description Usage Arguments Value

Description

Reads a raw bruker 2D ser file based on specified parameters.

Usage

1
read_signal_2d(path, acqus.list)

Arguments

path

Character string that points to either a ser file or the broader scan directory.

acqus.list

A list of lists containing acqus parameters with 'td', 'sw', 'sfo1', and 'bytorda' entries. This list can be generated using read_acqus() or through other means. Unless the sublists are named acqus and acqu2s, the first and second sublits are assumed to correspond to direct and indirect dimensions.

Value

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


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