Contributors:
- Wouter Gins (wouter.gins@kuleuven.be)
- Ruben de Groote (ruben.degroote@kuleuven.be)
- Kara Marie Lynch (kara.marie.lynch@cern.ch)
This Python package has been created with the goal of creating an easier interface for the analysis of data gathered from laser spectroscopy experiments. Support for fitting the spectra, using both :math:\chi^2
-fitting and Maximum Likelihood Estimation routines, are present.
This package makes use of the following packages:
Only Python 3.x is supported! Parts of the code have been based on other resources; this is signaled in the documentation when this is the case. Inspiration has been drawn from the triangle.py
script, written by Dan Foreman-Mackey et al., for the correlation plot code.
A detailed documentation of the code can be found here.
A package is available on PyPi, so 'pip install satlas' should provide a working environment. Please note that the package is still in beta, and bugs might be present.