Lum | R Documentation |
Lum extracts TL measurements
Lum(
file,
ech = 1,
Doseb0 = 90,
Dosea0 = 90,
alpha = TRUE,
supra = TRUE,
TypLum = c("TL", "BG"),
Temp = seq(26, 599)
)
file |
Risoe.BINfileData (required) the BIN/BINX file(s) |
ech |
numeric (with default) the sample number |
Doseb0 |
numeric (with default) the reference of beta irradiation (in seconds) |
Dosea0 |
numeric (with default) the reference of alpha irradiation (in seconds) |
alpha |
logical (with default) TRUE if alpha measurements are included. Based on the number of data file, the value is corrected and returned |
supra |
logical (with default) TRUE if supra measurements are included. Based on the number of data files, the value is corrected |
TypLum |
character,list (with default) luminescence type "TL" = signal; "BG" = background |
Temp |
numeric,list (with default) the temperature range |
a list object
$alpha TRUE if alpha measurements are included.
$supra TRUE if supra measurements are included.
$b glowcurve corrected from background for beta irradiation
$a glowcurve corrected from background for alpha irradiation
$n glowcurve corrected from background for normalisation
$Bb uncorrected glowcurve for beta irradiation
$Ba uncorrected glowcurve for alpha irradiation
$Bn uncorrected glowcurve for normalisation
$bsup glowcurve corrected from background for supralinearity irradiation
$nsup glowcurve corrected from background for supralinearity nomalisation
$Bbsup uncorrected glowcurve for supralinearity irradiation
$Bnsup uncorrected glowcurve for supralinearity nomalisation
$CanalTemp Temperature channel. channel = temperature for Risoe (SystemID=88); channel = Temperature-25 for Lexsyg reader (SYSTEMID=0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.