RLum.Data.Spectrum (required):
S4 object of class RLum.Data.Spectrum
spectral.efficiency
data.frame (required): Data set containing wavelengths
(x-column) and relative spectral response values (y-column) in percentage
Value
Returns same object as input (RLum.Data.Spectrum)
Function version
0.1 (2014-12-18 17:30:23)
Details
The efficiency correction is based on a spectral response dataset provided
by the user. Usually the data set for the quantum efficiency is of lower
resolution and values are interpolated for the required spectral
resolution.
##(1) - use with your own data (uncomment for usage)## spectral.efficiency <- read.csv("your data")#### your.spectrum <- apply_EfficiencyCorrection(your.spectrum, )