read.txt.Horiba: Import Horiba Labspec exported ASCII files

Description Usage Arguments Details Value Author(s)

Description

Read ASCII (.txt) files exported by Horiba's Labspec software (LabRAM spectrometers)

read.txt.Horiba.t reads time series, i.e. .txt files with the time in the first column

Usage

1
2
3
4
5
6
7
8
read.txt.Horiba(file, cols = c(spc = "I / a.u.", .wavelength =
  expression(Delta * tilde(nu)/cm^-1)), header = TRUE, sep = "\t",
  row.names = NULL, check.names = FALSE, ..., remove.zerospc = TRUE)

read.txt.Horiba.xy(file, ...)

read.txt.Horiba.t(file, header = TRUE, sep = "\t", row.names = NULL,
  check.names = FALSE, ..., remove.zerospc = TRUE)

Arguments

file

connection (file name and path) to the .txt file

cols,header,sep,row.names,check.names,...

further parameters are handed over to read.txt.wide

remove.zerospc

LabRAM saves spectra consisting of zeros only if e.g. a map was aborted. The default is to remove these spectra.

Details

read.txt.Horiba.xy reads maps, i.e. .txt files where the first two columns give x and y coordinates.

Value

hyperSpec object

Author(s)

C. Beleites


hyperSpec documentation built on May 2, 2019, 5:45 p.m.