analyst(Sigdata, Redose, sig.channel = NULL, back.channel = NULL, mr = 0.01, typ = "cw", model = "exp", origin = FALSE, ErrorMethod = "mc", nsim = 1000, weight = TRUE, plot = TRUE)
Redose=c(1,2,3,4,0,1)
sig.channel=1:4
back.channel
is set equal to the last 20 channelsErrorMethod="mc"
Duller, G., 2007. Software Analyst, user mannual. Freely available at http://www.nutech.dtu.dk/english/Products-and-Services/Dosimetry/Radiation-Measurement-Instruments/TL_OSL_reader/Software.
# load package "numOSL".
library(numOSL)
# load data.
data(Signaldata)
# Early background subtraction.
analyst(Signaldata$cw[,-1L], Redose=c(80,160,240,320,0,80)*0.13,
sig.channel=1:2, back.channel=3:8, model="exp")
Run the code above in your browser using DataLab