RLum.Data.Spectrum (required):
S4 object of class RLum.Data.Spectrum
spectral.efficiency
data.frame (required): Data set containg 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-04-13 14:27:05)
Details
The efficiency correction is based on a spetral 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, )