read_bruker_sample {AlpsNMR}R Documentation

Read a Bruker sample directory

Description

Read a Bruker sample directory

Usage

read_bruker_sample(
  sample_path,
  pdata_file = NULL,
  pdata_path = "pdata/1",
  all_components = FALSE
)

Arguments

sample_path

A character path of the sample directory

pdata_file

File name of the binary NMR data to load. Usually "1r". If it is null it is autodetected and all files are loaded.

pdata_path

Path from sample_path to the preprocessed data

all_components

If FALSE load only the real component. Otherwise load all of them

Value

a list with all the bruker sample information


[Package AlpsNMR version 3.0.6 Index]