Data Ananysis for CHAOS by Ava
Find a file
2026-03-17 12:56:57 +01:00
.gitignore new trigger changes and added xplot.py 2024-10-16 18:36:12 +02:00
BB-chaos.py UPDATE 18.06.25 2025-06-18 13:25:14 +02:00
calparams_statistic.py UPDATE 18.06.25 2025-06-18 13:25:14 +02:00
CHAOS_B.py schripts to reproduces results from justus (HV ramp) 2026-03-17 12:56:57 +01:00
CHAOSa.py Cherenkov threshold investigations 2026-02-04 12:17:29 +01:00
CHAOScustom.py Cherenkov threshold investigations 2026-02-04 12:17:29 +01:00
CHAOShk.py UPDATE 18.06.25 2025-06-18 13:25:14 +02:00
CHAOSx.py xxx 2025-02-19 18:24:59 +01:00
Ecalib.py Latest Changes 2025-07-02 12:43:59 +02:00
Ecalib_D.py UPDATE 18.06.25 2025-06-18 13:25:14 +02:00
fit_edges.py First plots for MA defined 2024-12-19 17:51:48 +01:00
fit_functions.py Changes Ecalib and plots 2025-03-06 14:33:22 +01:00
histframe.py furtehr investigartions trigge rthreshold B 2026-02-03 10:10:30 +01:00
histplot.py schripts to reproduces results from justus (HV ramp) 2026-03-17 12:56:57 +01:00
HK_flight.py First plots for MA defined 2024-12-19 17:51:48 +01:00
HV_hists.py HV ramp studies 2026-02-11 15:40:48 +01:00
HV_photoelectrons.py schripts to reproduces results from justus (HV ramp) 2026-03-17 12:56:57 +01:00
HV_ramp.py schripts to reproduces results from justus (HV ramp) 2026-03-17 12:56:57 +01:00
justus_data_eval_CHAOS.py HV ramp studies 2026-02-11 15:40:48 +01:00
justus_housekeepingCHAOS.py HV ramp studies 2026-02-11 15:40:48 +01:00
MadeInkiel_dark.py Trajectory for SETH 2025-11-26 08:59:48 +01:00
masks.py Changes Ecalib and plots 2025-03-06 14:33:22 +01:00
plot3d.py furtehr investigartions trigge rthreshold B 2026-02-03 10:10:30 +01:00
plot_Bhist.py schripts to reproduces results from justus (HV ramp) 2026-03-17 12:56:57 +01:00
plot_simulations.py Changes Ecalib and plots 2025-03-06 14:33:22 +01:00
plot_trajectory.py Trajectory for SETH 2025-11-26 08:59:48 +01:00
plotAC_5d.py 2025-01-29 2025-01-29 12:26:08 +01:00
plotstyle.py schripts to reproduces results from justus (HV ramp) 2026-03-17 12:56:57 +01:00
README.md ADD README.md 2024-08-29 08:57:54 +02:00
Road_to_launch_dark.py Add Road_to_launch_dark.py 2025-07-02 12:59:29 +02:00
ssc.py Trajectory for SETH 2025-11-26 08:59:48 +01:00
us_standard_atmosphere.py ADD new files from Kiruna 2024-10-08 21:28:23 +02:00
xplot.py Cherenkov threshold investigations 2026-02-04 12:17:29 +01:00

BGO

author: Ava description: git repositpory of scripts for data analysis of CHAOS

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 'CHAOSx.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' A log-file can be found at https://wolke.bexus.org/index.php/s/ZRoCYf4LrGS3WtJ?dir=undefined&openfile=22696

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'