Import Raman Spectra/Maps from Witec Instrument via ASCII files
scan.txt.Witec(file = stop("filename or connection needed"),
points.per.line = NULL, lines.per.image = NULL, nwl = NULL,
remove.zerospc = TRUE, type = c("single", "map"), hdr.label = FALSE,
hdr.units = FALSE, ..., quiet = TRUE)scan.dat.Witec(filex = stop("filename or connection needed"),
filey = sub("-x", "-y", filex), points.per.line = NULL,
lines.per.image = NULL, type = c("single", "map"), ...,
quiet = hy.getOption("debuglevel") < 1L)
scan.txt.Witec.Graph(headerfile = stop("filename or connection needed"),
filex = gsub("Header", "X-Axis", headerfile), filey = gsub("Header",
"Y-Axis", headerfile), type = c("single", "map"), ..., quiet = TRUE)
filename or connection to ASCII file
number of spectra in x direction of the map
number of spectra in y direction
is deprecated and will be removed soon. Number of wavelengths is calculated automatically.
is deprecated and will be removed soon. Use hy.setOptions (file.remove.emptyspc = TRUE)
instead.
type of spectra: single
for single spectra (including time series), map
for imaging data.
WITec Project exports the spectra names (contain information of map position or number of spectra) within the file
.
WITec Project exports the spectra units within the file
.
handed to scan
filename wavelength axis file
filename intensity file
filename or connection to ASCII file with header information
a hyperSpec object
scan.txt.Witec
reads Witec ASCII files where the first column gives the wavelength
axes and the other columns the spectra. scan.dat.Witec
reads Witec's ASCII exported data
which comes in separate files with x and y data.
vignette ("fileio")
for more information on file import and
options
for details on options.