Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.77 KB

README.md

File metadata and controls

55 lines (33 loc) · 1.77 KB

pschitt logo

pschitt! - A Python package for the modelling of atmoSpheric Showers and CHerenkov Imaging Terrestrial Telescopes

pschitt! is a software to image an object in the sky by an array of ground telescopes. It is intended to model atmospheric showers and image them with Imaging Atmospheric Cherenkov Telescopes. "pschitt" is a common French onomatopoeia for the sound produced when a rapid production of gas flows, for example when opening a bottle containing carbonated water.


Build Status Codacy Badge Codacy Badge


Install:

Required packages:

  • numpy
  • scipy>=0.19
  • matplotlib>=2.0
  • numba

Install using anaconda

conda create --name pschitt python=3 --file requirements.txt
source activate pschitt
python setup.py install

Install using pip

pip install -r requirements.txt .

Sorry there is no complete documentation yet.

You can start with notebooks/example.ipynb - or contact the author.