read_opus_single: Import a single Bruker OPUS binary file

Description Usage Arguments Value

View source: R/read_opus.R

Description

Function to import single OPUS binary files; supports reading meta data stored in the text information data block. At the current state, no other information (e.g. instrumental parameters) such as INS, LWN, HUM, SRC, BMS, ZFF, DAT, TIM are processed. Consider this function as experimental.

Usage

1
read_opus_single(file_path, scale_y = TRUE, read_info = FALSE)

Arguments

file_path

character; path to the Bruker OPUS binary file.

scale_y

logical; use the y scaling factor provided within the binary file.

read_info

logical; read info stored in the text information data block.

Value

a hyperSpec object.


konradmayer/hyperSpec.utils documentation built on May 2, 2021, 4:17 a.m.