In my opinion research should preferentially consist of new and unique tasks. Computers are ideally suited for repetitive tasks. Furthermore, in order to build and run an instrument such as LION or CHILI control software is required. I have worked and am currently working on multiple code development projects. Most of these projects that are of general interest can be found on my github profile. Below I will outline a few projects that might be of general interest.

Python Logo

As you will notice, my programming language of choice is python. Please feel free to contact me if you are interested in some code I wrote, want to contribute, collaborate, or you want like to discuss resources for getting started with scientific coding in python.

iniabu

Iniabu is a package for python that you can use to easily calculate the inital abundances of the solar system and return ratios as -values or in bracket notation. By default the initial abundances from Lodders et al. (2009) are called. You can install this module by simply calling:

pip install iniabu

Help on how to use it can either be found in the readme file on github or by accessing the docstring, e.g., from within ipython by calling:

import iniabu                                                           
ini = iniabu.IniAbu()                                                   
ini?

Mahon Fitting

In order to fit a linear regression we use the routine by Mahon (1996), also known as the “New York” regression, should be used. Along with the Trappitsch et al. (2018) publication we published a tool to easily apply the Mahon fitting routine to any dataset. The tool, including a detailed readme file, can be found on the respective github site.