/corsika-pyreader

Python-based program to read and histogram CORSIKA-simulated photon bunches on the ground

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

CORSIKA output reader

Python-based script for reading and histogramming Cherenkov/Fluorescence photons from CORSIKA standard output CERnnnnnn (without IACT option). It also performs 2D histograms of both light components on the ground.

Tested for CORSIKA Version 7.6300

Create conda enviroment

conda create -n [ENV_NAME] --file requirements.txt

Usage

python reader.py --help

Requirements:

  • Python 3.6
  • Numpy
  • Numba
  • Scipy
  • Astropy