Skip to content

EsterRicci/analyse_h5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

analyse_h5

Analysis tools for h5 files

  • writing out and plotting with root

Initialization

Depends on..

  • python3
  • and root

Environment is set to source /opt/exp_software/limadou/set_env_standalone.sh

Clone the git repository:

git clone https://github.com/CoralieNeubueser/analyse_h5.git .

Directory structure

--working_directory
----|--python
--------|
--------|--run.py
--------|--utils.py
--------|--readH5.py
----|--root
--------|
----|--plots
--------|

Run analysis

use run.py scipt in python/

python3 python/run.py --numRuns 1 --hepd 
  • it finds h5 files in /storage/gpfs_data/limadou/data/flight_data/L3h5/ if flag --hepd is raised. To run on LEOS data, specify --hepp and the files are found in /storage/gpfs_data/limadou/data/cses_data/HEPP_LEOS/.

  • the analysis is run from the top of the list, in case that the corresponding root file already exists in {workDir}/root/, the analysis is run on the next file on the list.

  • add --merge to merge the output root trees to one.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%