A solid state detector simulation developed for the Nab experiment.
Project description
nesse
Nab Event Shape Simulation Effort (NESSE) is a python based solid state detector simulation developed for the Nab experiment.
Dependencies
Please insure the following dependencies are installed if installing nesse manually.
- Cython==0.29.32
- uproot==4.3.7
- numpy==1.24.3
- scipy
- tqdm
- matplotlib
- numba
- h5py
- pandas
Install
nesse can either be installed using pip or manually.
To install with pip
python3 -m pip install nesse
To install manually git clone and append the path to the nesse src directory like below:
import sys
sys.path.append(path_to_nesse+"/src/")
import nesse
Please see the tutorial notebook for more instruction on how to use nesse.
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
nesse-0.1.2.tar.gz
(17.0 kB
view hashes)
Built Distribution
nesse-0.1.2-py3-none-any.whl
(18.3 kB
view hashes)