Skip to content

RLumCarlo - Modelling luminescence using Monte Carlo methods

License

Notifications You must be signed in to change notification settings

R-Lum/RLumCarlo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1865ca3 · Jul 5, 2020
Oct 9, 2019
Jun 6, 2020
Jul 5, 2020
May 3, 2019
Jul 5, 2020
Jul 5, 2020
Jul 5, 2020
Jul 5, 2020
Jul 5, 2020
May 1, 2020
Aug 29, 2018
Jun 12, 2020
Jul 5, 2020
Feb 16, 2017
Jun 13, 2020
May 23, 2020
Jul 5, 2020
Jul 5, 2020
Jul 5, 2020
Jun 12, 2020
Jul 5, 2020
Jun 12, 2020
May 27, 2020
Oct 9, 2019
Jul 5, 2020
Jun 13, 2020

Repository files navigation

RLumCarlo

The R package RLumCarlo provides a collection of R functions modelling luminescence production in isolators and semiconductors for various stimulation modes using Monte Carlo methods.

Project Status: Concept CRAN DOI Downloads Build Status Build status codecov

Installation

i. Requirements

Depending on your OS please download and install one of the following:

  • Windows: Rtools (provided by CRAN)
  • macOS: Xcode (provided by Apple)
  • Linux: gcc often comes pre-installed in most distributions. Should gcc be not available, however, we kindly refer to the exhaustive collection of installation guides depending on the Linux distribution.

ii. Install the package from GitHub

if(!require("devtools"))
  install.packages("devtools")
devtools::install_github("R-Lum/RLumCarlo@master")

Examples

run_MC_CW_IRSL_TUN(A = 0.12, rho = 0.003, times = 0:1000) %>%
     plot_RLumCarlo(norm = TRUE, legend = TRUE)

Supported models

TRANSITION BASE MODEL IRSL OSL LM-OSL TL
Delocalised OTOR FALSE TRUE TRUE TRUE
Localised GOT TRUE FALSE TRUE TRUE
Excited state tunnelling LTM TRUE FALSE TRUE TRUE

License

This program 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.

Funding

The development of RLumCarlo benefited from the support by various funding bodies:

Related projects