extract Data from a Opus file (X-values)
This commit is contained in:
parent
1ab7d81733
commit
18b0d38317
13
OpusData.R
Normal file
13
OpusData.R
Normal file
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env Rscript
|
||||
#if (!require("remotes")) install.packages("remotes")
|
||||
#remotes::install_github("philipp-baumann/simplerspec")
|
||||
|
||||
file_path <- "D:\\OpusData\\Spektrometer Anbindung\\Test Daten\\OPUS\\Rng02_Rng2630_01.0"
|
||||
|
||||
data <- read_opus_univ(file_path, extract = "AB",
|
||||
atm_comp_minus4offset = FALSE)
|
||||
|
||||
print(data[1])
|
||||
|
||||
print(ls())
|
||||
|
Loading…
Reference in New Issue
Block a user