First Code Review: calc_aida_all.py
Double check the code used for AIDA data analysis
The code should be double checked by (at least) a second person being familiar with the physics behind the code.
Tasks
What could be checked?
- Compare output with already existing code (IDL)
- search for missing calculations
- search for wrong assumptions
- search for bugs
- search for missing features
- and maybe cosmetic improvements (variable names etc.)
Files
Main file is calc_aida_all.py, but it is closely related with toolbox.py, tools_import.py and tools_parametrizations.py through function calls.