A python package to help evaluate data from experiment at the JETi-200 laser system at the Helmholtz Institute Jena (HIJ) and the nonlinear Breit-Wheeler pair production at the Centre for Advanced Laser Applications (CALA).
For working examples using real experimental data, please see the folder examples/
Jetito requires python3
.
The latest version of jetito should be installed directly from github using pip
(python package manager):
pip install --user git https://github.com/felipecsalgado/jetito.git
After installing the jetito package, users can import the package using import jetito
.
Note:
- Depending on your system python setup,
pip
may default topython2
. In this case, you will need use substitute it topip3
and make sure that jetito is installed forpython3
. - The
--user
flag allows the package to be installed withoutroot
privileges by installing it into your user profile.
The following functionalities are to be added in the future:
- Electron-beam spectrum analysis
- Espec analysis for the 10 cm and 20 cm magnets examples
- Emittance laser grating analysis
- Breit-Wheeler pair-production experimental data analysis
- CsI detectors
- Beam energy, pointing, and charge
Please check the changelog file.
Felipe C. Salgado (Friedrich-Schiller-Universität Jena, Helmholtz Institute Jena)
Github: https://github.com/felipecsalgado
- Farfield and laser focus
- Electron beam
- Pointing analysis
- Emittance from pepper pots (code integration in the package)
- Pair-Production CALA experiment
- Calorimeter signal anaylsis (filtering, Bayesian signal bakground anaylsis)
Alperen Kozan (Friedrich-Schiller-Universität Jena, Helmholtz Institute Jena)
- Electron beam
- Emittance from pepper pots (base code creator)
Thanks to our colleagues at the FSU Jena and Helmholtz Institute Jena for providing few experimental data for benchmarking the code. Special thanks to A. Seidel, Harsh, and D. Seipt.
If you feel like to contribute to the jetito package, please send us your pull requests, bug fixes and new features!
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.