read_HeliosOSL2R {Luminescence} | R Documentation |
Import Luminescence Data from Helios Luminescence Reader
Description
Straightforward import of files with the ending .osl
produced
by the zero rad Helios luminescence reader and conversion to RLum.Analysis objects.
Usage
read_HeliosOSL2R(file, verbose = TRUE, ...)
Arguments
file |
character (required): path to file to be imported. Can be a list for further processing |
verbose |
logical (with default): enable/disable output to the terminal. |
... |
not in use, for compatibility reasons only |
Value
RLum.Analysis object
Function version
0.1.0
How to cite
Kreutzer, S., 2025. read_HeliosOSL2R(): Import Luminescence Data from Helios Luminescence Reader. Function version 0.1.0. In: Kreutzer, S., Burow, C., Dietze, M., Fuchs, M.C., Schmidt, C., Fischer, M., Friedrich, J., Mercier, N., Philippe, A., Riedesel, S., Autzen, M., Mittelstrass, D., Gray, H.J., Galharret, J., Colombo, M., Steinbuch, L., Boer, A.d., 2025. Luminescence: Comprehensive Luminescence Dating Data Analysis. R package version 1.1.0. https://r-lum.github.io/Luminescence/
Note
Thanks to Krzysztof Maternicki for providing example data.
Author(s)
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany) , RLum Developer Team
See Also
RLum.Data.Curve, RLum.Analysis
Examples
file <- system.file("extdata/HeliosOSL_Example.osl", package = "Luminescence")
read_HeliosOSL2R(file)