R/read-asd.R
read_asd_bin.Rd
Read multiple ASD binary files and gather spectra and metadata into a simplerspec spectral tibble (data frame). The resulting spectral tibble is compatible with the simplerspec spectra processing and modeling framework.
read_asd_bin(fnames)
A spectral tibble (data frame) containing the follwing columns:
Character vector. Unique identifier containing file name pasted with date and time.
Character vector containing file names and exension
Character vector containing files names without extension
List-column. List of data frames containing spectral metadata
List-column. List of wavelengths vectors (numeric).
List-column. List of data.tables containing radiance sample spectra.
List-column. List of data.tables containing reference reflectance spectra.
List-column. List of data.tables containing final reflectance spectra.