ExampleData.BINfileData: Example data from a SAR OSL and SAR TL measurement for the package
Luminescence
Description
Example data from a SAR OSL and TL measurement for package Luminescence
directly extracted from a Risoe BIN-file and provided in an object of type
Risoe.BINfileData
Arguments
Format
CWOSL.SAR.Data: SAR OSL measurement data
TL.SAR.Data: SAR TL measurement data
Each class object contains two slots: (a) METADATA is a data.frame with
all metadata stored in the BIN file of the measurements and (b) DATA
contains a list of vectors of the measured data (usually count values).
## show first 5 elements of the METADATA and DATA elements in the terminaldata(ExampleData.BINfileData, envir = environment())
CWOSL.SAR.Data@METADATA[1:5,]
CWOSL.SAR.Data@DATA[1:5]