Metadata-Version: 2.1
Name: nesse
Version: 0.0.13
Summary: A solid state detector simulation developed for the Nab experiment.
Author-email: RJ Taylor <rjtaylo2@ncsu.edu>, Leendert Hayen <hayen@lpccaen.in2p3.fr>
Project-URL: Homepage, https://github.com/rjtayl/nesse
Project-URL: Bug Tracker, https://github.com/rjtayl/nesse/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# 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 prior to using nessie.

- Cython==0.29.32
- uproot==4.3.7
- joblib==1.2.0
- ipywidgets==8.0.4 (for using with jupyter notebook)


### Install
To use nesse 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. 
