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.1 (2016-05-02 09:36:06)
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 using
the function approx
If the energy calibration differes for both data set NA values are produces that
will be removed from the matrix.
##(1) - use with your own data (uncomment for usage)## spectral.efficiency <- read.csv("your data")#### your.spectrum <- apply_EfficiencyCorrection(your.spectrum, )