Skip to main content

Modelling cosmic-ray showers, their light production and its detection

Project description

ShowerModel

Build Status Binder DOI pypi Documentation Status

ShowerModel logo

A Python package for modelling cosmic-ray showers, their light production and their detection.



Install

  • Install miniconda or anaconda first.

As user

It can be installed by doing:

pip install ShowerModel

If pip install ShowerModel fails as it is, you probably need to use --user option. This may happen in Windows installations.

pip install --user ShowerModel

Although it is optional, it is recommended to create a dedicated conda virtual environment.

As developer

  • Create and activate the conda environment:
git clone https://github.com/JaimeRosado/ShowerModel.git
cd ShowerModel
conda env create -f environment.yml
conda activate showermodel
  • To update the environment when dependencies get updated use:
conda env update -n showermodel -f environment.yml

To install ShowerModel, run the following command from the ShowerModel root directory where the setup.py file is located:

pip install -e .

Test your installation by running any of the notebooks in this repository. Otherwise, open an Issue with your error.

Further information

See our presentation video and poster from ADASS XXX conference https://adass2020.es/:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ShowerModel-0.1.9.tar.gz (2.1 MB view hashes)

Uploaded Source

Built Distribution

ShowerModel-0.1.9-py3-none-any.whl (66.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page