Data Ananysis for CHAOS by Ava
- Python 100%
| .gitignore | ||
| BB-chaos.py | ||
| calparams_statistic.py | ||
| CHAOS_B.py | ||
| CHAOSa.py | ||
| CHAOScustom.py | ||
| CHAOShk.py | ||
| CHAOSx.py | ||
| Ecalib.py | ||
| Ecalib_D.py | ||
| fit_edges.py | ||
| fit_functions.py | ||
| histframe.py | ||
| histplot.py | ||
| HK_flight.py | ||
| HV_hists.py | ||
| HV_photoelectrons.py | ||
| HV_ramp.py | ||
| justus_data_eval_CHAOS.py | ||
| justus_housekeepingCHAOS.py | ||
| MadeInkiel_dark.py | ||
| masks.py | ||
| plot3d.py | ||
| plot_Bhist.py | ||
| plot_simulations.py | ||
| plot_trajectory.py | ||
| plotAC_5d.py | ||
| plotstyle.py | ||
| README.md | ||
| Road_to_launch_dark.py | ||
| ssc.py | ||
| us_standard_atmosphere.py | ||
| xplot.py | ||
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'