An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![pschitt logo](https://github.com/vuillaut/pschitt/wiki/images/logo_150x180.png)

# _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](https://travis-ci.com/vuillaut/pschitt.svg?branch=master)](https://travis-ci.com/vuillaut/pschitt)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a2d0cf8f734642e187b39d3028203e23)](https://www.codacy.com/project/vuillaut/pschitt/dashboard?utm_source=github.com&utm_medium=referral&utm_content=vuillaut/pschitt&utm_campaign=Badge_Grade_Dashboard)
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/a2d0cf8f734642e187b39d3028203e23)](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.

-----