Skip to content

RLumSK/FSF-paper

 
 

Repository files navigation

FSF-paper - supplementing material DOI

This repository contains all the R scripts from the paper:

Simulating feldspar luminescence phenomena using R

by Vasilis Pagonis, Christoph Schmidt, Sebastian Kreutzer

Journal of Luminescence 235 (2021) 117999

February 2021


HOW THE R SCRIPTS ARE ORGANIZED

The repository contains the 13 R scripts which were used to produce the figures in the paper.

These scripts are self contained and ready to run.

The scripts use the R file containing the FSF:

  • Functions_FSFpaper.R

The FSF are loaded at the beginning of the scripts, with the command:

  • source("Functions_FSFpaper.R")

DATA FILES USED BY THE R CODES

The folders contains also two data files (.txt or .asc format):

ph300s0IR.asc

which contains the CW-IRSL data analyzed in Figure 13,

and the file

ph300s0.asc

which contains the TL data analyzed in Figure 14.

These data files must be placed in the appropriate working directory.


ABSTRACT

Kinetic models have been used extensively for modeling and numerical simulation of luminescence phenomena and dating techniques in a variety of dosimetric materials. While several comprehensive models have been implemented for quartz, there are no such comprehensive models implemented for feldspars. In this paper we introduce the open-access R scripts Feldspar Simulation Functions (FSF), for kinetic model simulation of luminescence phenomena in feldspars. Several compact and flexible functions are designed to simulate events in the geological history of feldspars: irradiation, optical illumination, and heating processes. These R functions provided by FSF offer useful numerical tools to perform luminescence simulations in a user friendly manner. The mathematical framework of four different types of previously published models is presented in a uniform manner, and the models are simulated with FSF. While previously published versions of these four models require numerical integration of the differential equations, FSF circumvent the need for numerical integration by using accurate summations over the finite range of the model parameters. The simulation process can be understood easily by creating transparent sequences of events, consisting of these compact R functions. Several practical examples are provided of using the FSF to simulate the geological history, as well as the laboratory treatments of feldspar samples. The key physical concept in FSF is that irradiation, thermal and optical treatments of feldspars change the distribution of nearest neighbor (NN) distances in donor-acceptor pairs. These changes are described using analytical equations within the four models examined in this paper. The NN distribution at the end of one simulation stage, becomes the initial distribution for the next stage in the sequences of events being simulated.

Funding

Sebastian Kreutzer received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No 844457 (project: CREDit).

LICENSE

The R functions FSF is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • AGS Script 53.6%
  • R 46.4%