Import Raman spectra/maps from Andor Cameras/Solis ASCII files.

read_asc_Andor(
  file = stop("filename or connection needed"),
  ...,
  quiet = TRUE,
  dec = ".",
  sep = ","
)

Arguments

file

filename or connection to ASCII file.

..., quiet, dec, sep

handed to base::scan().

Value

hyperSpec object.

Details

read_asc_Andor() reads Andor Solis ASCII (.asc) files where the first column gives the wavelength axes and the other columns the spectra.

Author

Claudia Beleites