https://github.com/vuillaut/pschitt
pschitt! is a software to image an object in the sky by an array of ground Telescopes.
https://github.com/vuillaut/pschitt
Last synced: about 1 year ago
JSON representation
pschitt! is a software to image an object in the sky by an array of ground Telescopes.
- Host: GitHub
- URL: https://github.com/vuillaut/pschitt
- Owner: vuillaut
- License: bsd-3-clause
- Created: 2017-01-11T14:58:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T12:53:48.000Z (almost 7 years ago)
- Last Synced: 2025-03-25T07:36:15.973Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 22 MB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# _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.
-----
[](https://travis-ci.com/vuillaut/pschitt)
[](https://www.codacy.com/project/vuillaut/pschitt/dashboard?utm_source=github.com&utm_medium=referral&utm_content=vuillaut/pschitt&utm_campaign=Badge_Grade_Dashboard)
[](https://www.codacy.com/app/vuillaut/pschitt?utm_source=github.com&utm_medium=referral&utm_content=vuillaut/pschitt&utm_campaign=Badge_Coverage)
- Code : https://github.com/vuillaut/pschitt
- Author contact: Thomas Vuillaume - thomas.vuillaume@lapp.in2p3.fr
- License: BSD-3
-----
## Install:
Required packages:
- numpy
- scipy>=0.19
- matplotlib>=2.0
- numba
### Install using [anaconda](https://www.anaconda.com)
```
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.
-----