Source code for my work on the Cherenkov detector on CHAOS and AHEPaM.
Find a file
2024-12-15 17:55:37 +01:00
.gitignore Initial commit 2024-01-31 09:45:02 +01:00
CHAOS.py Some changes 2024-12-15 17:55:37 +01:00
EI_eval.py Further Evaluation of RP-Max 2024-06-30 17:37:07 +02:00
ET_Loader.py New basic loader for remote file access 2024-05-11 10:17:05 +02:00
Eval_instuments.py Added a lott of stuff 2024-12-13 14:18:07 +01:00
EXPACS.py Worked on channels for RP-Max 2024-12-07 17:37:38 +01:00
formulas.py Added formulas to fit the Cherenkov signal 2024-09-17 13:56:06 +02:00
FrankTamm_eval.py Updated files 2024-07-04 15:19:06 +02:00
geant_eval.py Edited geant_eval.py 2024-03-18 12:25:25 +01:00
geometrical_factor.py updated geometrical_factor.py 2024-05-19 14:26:21 +02:00
paschen.py Added paschen.py, updated vac.py 2024-04-22 18:11:37 +02:00
README.md Added script to work on SSC data 2024-10-11 15:41:54 +02:00
readout_g4_to_EI.py Adjusted some stfuff 2024-12-11 16:17:45 +01:00
science_eval.py Further Evaluation of RP-Max 2024-06-30 17:37:07 +02:00
ssc.py Added script to work on SSC data 2024-10-11 15:41:54 +02:00
stat_eval.py Added stuff for fits of BGO 2024-10-15 16:38:01 +02:00
thermal.py Adjusted power consumption in CHAOS thermal model 2024-10-14 15:09:17 +02:00
Tutorial.md Updated Tutorial 2024-03-19 15:42:50 +01:00
us_standard_atmosphere.py updates 2024-05-30 13:44:01 +02:00
vac.py updated vac-scripts 2024-09-20 14:32:53 +02:00

CHAOS_Cherenkov

Source code for my work on the Cherenkov detector on CHAOS and AHEPaM and CHAOS in general.

  • formulas.py: Contains all formulas related to Frank-Tamm and the light production in the Cherenkov aerogel as well as Bethe-Bloch.
  • geant_eval.py: Contains functions to evaluate Geant4-simulations.
  • EI_eval.py: Contains functions to evaluate EI-files.
  • ET_Loader.py: Basic loader for remote file access on the ET servers.
  • thermal.py: Contains a model to do thermal calculations on the CHAOS instrument.
  • geometrical_factor.py: Contains functions to do work with geometrical factors.
  • vac.py: Contains functions related to the thermal vacuum tests.
  • paschen.py: Contains class for calculations with Paschen curve.
  • us_standard_atmosphere.py: Implementation of the US Standard Atmosphere Model from 1976.
  • stat_eval.py: Everything related to the statistical evaluation of data and error calculation.
  • EXPACS.py: Tools for evaluation of EXPACS simulations.
  • science_eval.py: Everything related to the evaluation of scientific data sets.
  • Eval_instruments: Contains functions to evaluate EI-files from specific BEXUS-flights from Kiel.
  • FrankTamm_eval.py: Contains functions to evaluate Justus FrankTamm setup.
  • CHAOS.py: Everything for the data analysis for the Cherenkov Atmospheric Observation System.
  • ssc.py: Everything related to the data provided by SSC.