by Dirk Mittelstraß | Last update: Sep 01, 2025

Luminescence dating might be the best tool to determine the age of landscapes and archaeological artefacts in the last 400,000 years. This blog is about publications which I find interesting or where I contributed too. And it is about my own two projects: The R package OSLdecomposition for enhancing the accuracy of optically stimulated luminescence (OSL) dating, and the further development of the radiofluorescence dating method for obtaining sediment chronologies and provenance marker.


2025-09-01 R package OSLdecomposition 1.1.0 published

My R package about signal deconvolution got an update! In addition to some bug fixes, the update focuses on two topics: a) prettier, more customisable and bug-free component plots as shown in the example above. b) test scripts with automatically generated reports (see this example) for some first functions. This way, I like to ensure code quality of my package. See the Changelog for more details on the update.

If you use the package, please don’t forget to cite it using this DOI: doi.org/10.32614/CRAN.package.OSLdecomposition


2025-04-29 Map of some publications using luminescence dating

Recently I got myself into data mining and creating interactive maps. As input data, I used publications about the Quaternary that I had either used as reference in the past or that I find interesting. In the end, I got the map you see above. I will soon publish the code behind this project as well as quick tutorial how to build such a map by your own.

How to use: Zoom in and click on the circles to get the reference and a list of used methods. The circles show the sampling location: Small circle means the location is stated exactly, whereas for larger circles the sample side is either not exactly indicated or a larger area. Purple circles refer to recent publications, gray circles to older publications.

Dislcaimer: The map is based on the Leaflet package for R and the OpenStreetMap project. All data is taken from publications that fall under copyright law. However, I assume to the best of my knowledge and belief that the interactive map published here falls under the Fair Use policy for non-commercial purposes. If a copyright holder believes that the map violates their rights, contact me and I will remove the data in in question.


2024-11-12 Back from the DLED 2024

Pałac Wojanów, the DLED 2024 hosting place in the morning fog.
Pałac Wojanów, the DLED 2024 hosting place in the morning fog.


The Central European luminescence and ESR dating conference this year was held in Jelenia Góra, Poland. It took place at a beautiful castle (see picture). Organisation and catering were great! Many thanks to the organisation team consisting of Fatima, Grzegorz, Konrad and Joanna from the Silesian University of Technology and miDose.

Of course, there were also some interesting talks and posters. For the luminescence dating community the following news are probably the most interesting:

And of course, I participated with a poster. This time, I had a look if IR-RF signal curve features can be used to distinct between samples of different origin using Principal Component Analysis. And yes, it works:

PCA score plot for IR-RF decay curve attributes of samples with different origin.
PCA score plot for IR-RF decay curve attributes of samples with different origin.


For more information, see my poster here.


2023-06-25 IR-RF component fitting

In my latest side project, I analysed the shapes of IR-RF signal curves of a variety of K-feldspar samples with methods from OSLdecomposition. Apparently, IR-RF curves can be sufficiently described by multi-exponential fittings, see the example below. Although further investigations are necessary, I summarized my findings in my poster for the LED conference 2023.

Figure: Multi-exponential curve fitting results for a RF70 measurement of an aliquot of sample Gi149
Figure: Multi-exponential curve fitting results for a RF70 measurement of an aliquot of sample Gi149

2022-11-16 Sontag-Gonzales et al. (2022) published in Radiation Measurements

A new scientific paper I co-authored is published: Wavelength calibration and spectral sensitivity correction of luminescence measurements for dosimetry applications: Method comparison tested on the IR-RF of K-feldspar written by Mariana Sontag-Gonzales who is part of Markus Fuchs’s work group in Giessen. Mariana did an excellent job in describing multiple approaches for wavelength and sensitivity calibration of for luminescence spectroscopy and comparing them. As case study, the paper includes also IR-RF peak analyses of two K-feldspar samples. doi: 10.1016/j.radmeas.2022.106876.


2022-08-14 Package OSLdecomposition is released on CRAN

Finally, my OSLdecomposition function library for R is released on CRAN. The package can now be installed using the RStudio package manager or by simply typing this into your R environment:

install.packages("OSLdecomposition")

If you are not familiar with what it is all about or how to use the package, check out the Introduction & Tutorial page.


2021-06-19 Spatially resolved IR-RF paper published / vDEUQUA 2021

The research article presenting the method of grain-wise IR-RF dating of K-feldspars developed by Sebastian Kreutzer and myself has passed the review process in Geochronology and is now officially available at doi.org/10.5194/gchron-3-299-2021.

If you would like to discuss the future of IR-RF dating with me or Sebastian, why not register for the vDEUQUA 2021 online conference? The vDEUQUA is about quaternary climate and environmental changes, the methods to investigate them and how quarternary processes shaped our todays world. The conference is virtual, free of charge and happens from 2021-09-30 to 2021-10-01. See you there!


2020-11-26 ‘OSLdecomposition’ pre-release

Just in time for the DLED2020, we released our R package OSLdecomposition for signal component identification and separation in multi-exponentially decaying measurements. Our focus laid on continous-wave optically stimulated luminescence (CW-OSL) measurements of quartz samples for dosimetry purposes. But you might find the package helpful for other applications too. Check out our DLED poster for a quick introduction into the Why and How.

© Dirk Mittelstraß, 2020 - 2025 | This website was created with Rmarkdown