Modelling cosmic-ray showers, their light production and its detection
Project description
ShowerModel
A Python package for modelling cosmic-ray showers, their light production and their detection.
- Code : https://github.com/JaimeRosado/ShowerModel
- Docs: https://showermodel.readthedocs.io/
- License: GPL-3.0
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
Built Distribution
File details
Details for the file ShowerModel-0.1.9.tar.gz
.
File metadata
- Download URL: ShowerModel-0.1.9.tar.gz
- Upload date:
- Size: 2.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 274d2321cf33f869042d3c4e5d75ec8474e8ed6a9afb67cd88819af66d62b1f6 |
|
MD5 | b6329d505fd608d2f074346fc53ee2f8 |
|
BLAKE2b-256 | 8b3b275e09e0ee27f5567adf778ed9fc11af4dfe79454f3ffd16d44a64e6f7b7 |
File details
Details for the file ShowerModel-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: ShowerModel-0.1.9-py3-none-any.whl
- Upload date:
- Size: 66.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35252c74908185a9e95333a5433b8b9c749539c91a92ef89377d5b0e30c6bc79 |
|
MD5 | e32b91e9e1b55488a18c43370d48ef95 |
|
BLAKE2b-256 | 35cac28cfa62ffc72c28cd8b22e3a9782fa3f73d09c1bedd9eb6b9bc1c43342a |