MATLAB cosmo sessions 2022
These sessions require some basic understanding of the MATLAB/Octave language. Here you can find an introductory course.
Online sessions on the usage and understanding of scripts that might be useful on the interpretation of cosmonuclide data.
We will go through some existing scripts to learn some useful methods to work with cosmo-related data in MATLAB/Octave.
Ángel Rodés, 2022
angelrodes.com
Sessions
- ICP-OES data reduction (24/01/2022)
- Slides
- Scripts: ICPOES-datared. Download all the files in the previous link.
- These scripts are used to calibrate ICP-OES data using the data from all standards, to perform some quality checks, and output data in a useful format.
- We will go through ICPOESdatared_vXX.m to understand how the script imports the data exported from Qtegra, performs the analyte calibrations and averages, plots results, and display results in a excel-friendly format.
- Statistics (26/01/2022)
- Scripts: Cosmogenic Exposure Age Averages (CEAA) , Cosmo-Ages Plotter (CAP) and Cosmo-Ages Sequence Calculator (CASC). Download all the files in the previous links.
- We will learn how to produce camelplots, the different methods to get age averages and identify outliers, and how to work with sequential ages in MATLAB.
- Burial dating (31/01/2022)
- Working with constant and time-dependent production rates consistently.
- How to plot bananas in MATLAB. Script: banana.m.
- Methods for calculating burial ages.
- AMS raw data (tba)
- Manipulating files and folders (script coming soon).
- Input data from text files and organise it.
- Plotting time series.