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.
read_opus_single(file_path, scale_y = TRUE, read_info = FALSE)
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. |
a hyperSpec object.