scripts for data analysis of experiments with large BGO
Find a file
2026-04-28 11:48:03 +02:00
.gitignore ADD T_calib to gitignore 2024-06-11 16:34:08 +02:00
2023-12-21-AHBGOC-14-langzeitx.hist ADD hist for larsR 2024-06-17 14:57:45 +02:00
AHBGOC_vertical.py UPDATE 05-08 2024-05-08 19:00:28 +02:00
AHBGOx.py ADD timediffs to AHBGOx.py 2024-08-21 17:35:58 +02:00
assignment_trigger_pos.txt CHANGED AHBGOx.py 2024-03-13 09:19:46 +01:00
BGO_inventory.txt include NMAHEPAM measurements in overview.py and overview_mpvs.py 2026-04-14 13:25:41 +02:00
BigBGO.py Change BigBGO.py 2023-11-20 17:53:55 +01:00
fit_functions.py CHANGE files 2023-08-07 12:47:52 +02:00
histfit_vertical.py ADD overview.py AND histfit_vertical.py 2024-04-08 17:40:49 +02:00
histplot.py ADJUSTMENTS and ADD BGO_inventory.txt 2024-08-05 09:55:57 +02:00
landau_sum.py Change landau_sum AND landau_trigger 2023-11-20 17:54:33 +01:00
landau_trigger.py CHANGE landau_sum.py AND landau_trigger.py AND BigBGO.py 2023-10-09 12:36:02 +02:00
make_Tcalibs.py ADD plots for temperature calibration 2024-06-11 16:31:10 +02:00
make_verticals.py ADJUSTMENTS and ADD BGO_inventory.txt 2024-08-05 09:55:57 +02:00
overview.py INCLUDE new Tcalibration 2024-06-13 13:49:39 +02:00
overview_mpvs.py Change ovevriew-nmahepam.py 2026-04-28 11:48:03 +02:00
overview_nmahepam.py Change ovevriew-nmahepam.py 2026-04-28 11:48:03 +02:00
overview_sums.py include NMAHEPAM measurements in overview.py and overview_mpvs.py 2026-04-14 13:25:41 +02:00
plot2d_BA.py ADD plot2d_BA 2024-05-21 10:35:48 +02:00
plot_dThist.py ADD plot_dThist.py 2024-08-21 17:36:29 +02:00
plot_hist.py spelling of commandline corrected 2024-03-28 11:09:49 +01:00
plot_tp.py Fehlerbehebung plot_tp.py 2024-05-30 10:32:24 +02:00
README.md EXPLAINSTIONS IN 'README.md' 2024-05-27 17:38:22 +02:00
T_comp.py now plots both figures 2024-05-27 17:12:18 +02:00
T_landau_sums.py include NMAHEPAM measurements in overview.py and overview_mpvs.py 2026-04-14 13:25:41 +02:00
temperature_dependence.py include NMAHEPAM measurements in overview.py and overview_mpvs.py 2026-04-14 13:25:41 +02:00
Trigger_Zuordnung.txt Die alte und neue Zuordnung der Triggerdioden auf dem BGO 2024-07-29 14:34:34 +02:00
vacmonitor-2d.py include NMAHEPAM measurements in overview.py and overview_mpvs.py 2026-04-14 13:25:41 +02:00
vacmonitor.py CHANGES vacmonitor 2024-06-11 16:30:28 +02:00

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'