scripts for data analysis of experiments with large BGO
- Python 100%
| .gitignore | ||
| 2023-12-21-AHBGOC-14-langzeitx.hist | ||
| AHBGOC_vertical.py | ||
| AHBGOx.py | ||
| assignment_trigger_pos.txt | ||
| BGO_inventory.txt | ||
| BigBGO.py | ||
| fit_functions.py | ||
| histfit_vertical.py | ||
| histplot.py | ||
| landau_sum.py | ||
| landau_trigger.py | ||
| make_Tcalibs.py | ||
| make_verticals.py | ||
| overview.py | ||
| overview_mpvs.py | ||
| overview_nmahepam.py | ||
| overview_sums.py | ||
| plot2d_BA.py | ||
| plot_dThist.py | ||
| plot_hist.py | ||
| plot_tp.py | ||
| README.md | ||
| T_comp.py | ||
| T_landau_sums.py | ||
| temperature_dependence.py | ||
| Trigger_Zuordnung.txt | ||
| vacmonitor-2d.py | ||
| vacmonitor.py | ||
BGO
authors: Ava, Nicolas description: git repositpory of scripts for data analysis of experiments with large BGO
scripts are designed to be executed in the command line type 'scriptname.py -h' to see what the script does and what options are available
universal script 'AHBGOx.py' processes EI-data and stores results in '/histograms' figures will be saved in '/plots'
DATA STORAGE EI-data is stored in '/net/asterix3/data/asterix/athena/arm/irena/ahbgo' The file 'README.txt' in the previous destination provides description to the data files
pressure and temperature data from vac-cham is stored in '/net/falbala/home/falbala/stephan/solo/spectra/dau'
histograms,Itime, dau(T_BGO) are beeing created using f.e. 'AHBGOx.py' and stored in '/histograms'. The foulder '/histograms/' is ignored by the git repository. Create data by yourself or copy 'net/asterix/home/asterix/ava/BGO/histograms/'
SYMLINK to avoid long file paths in the function call, symlinks to the storage locations are suitable
example: 'ln -s /net/falbala/home/falbala/stephan/solo/spectra/dau/ dau'
to see, where the symlink goes type 'readlink -f dau'