analyst(Sigdata, Redose, sig.channel = NULL, back.channel = NULL,
mr = 0.01, disb = c("p","op"), typ = "cw", nstart = 100,
upb = 0.5, ErrorMethod = c("mc","sp"), nsim = 1000,
plot = TRUE, model = NULL, origin = NULL)
Redose=c(1,2,3,4,0,1)
sig.channel=1:4
back.channel
is set equal to the last 20 channels"p"
means Possion, and "op"
means over-Possion"CW"
is available currentlyorigin=NULL
Duller, G., 2007. Analyst. Use mannual. Available at
Further reading
Li B, 2007. A note on estimating the error when subtracting background counts from weak OSL signals. Ancient TL, 25: 9-14.
Adamiec G, Heer AJ, Bluszcz A, 2012. Statistics of count numbers from a photomultiplier tube and its implications for error estimation. Radiation Measurements, 47: 746-751.
# load package "numOSL".
library(numOSL)
# load data.
data(Signaldata)
# Early background subtraction.
analyst(Signaldata[[1]], Redose=c(80,160,240,320,0,80)*0.13,
sig.channel=1:2, back.channel=3:8)
Run the code above in your browser using DataLab