Metadata-Version: 2.4
Name: pmtarray
Version: 1.0
Summary: A simple package to get the geometry of PMT arrays.
Author-email: Ricardo Peres <rperes@physik.uzh.ch>
Project-URL: Homepage, https://github.com/ricmperes/pmtarray
Project-URL: Bug Tracker, https://github.com/ricmperes/pmtarray/issues
Project-URL: Documentation, https://ricmperes.github.io/pmtarray/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: hexalattice
Requires-Dist: pandas
Dynamic: license-file

# pmtarray

> Ricardo Peres, 2024

The long-awaited follow-up to the successeful [sipmarray](https://github.com/ricmperes/sipmarray/) package
More PMT unit options coming soon!

## Instalation
```bash
pip install pmtarray
```

To install with an editable source:

```bash
git clone git@github.com:ricmperes/pmtarray.git
cd pmtarray 
pip install -e .
```

## Usage

In a jupyter notebook simply `import pmtarray`. Take a look at the [docs](https://ricmperes.github.io/pmtarray/) and example notebook (really, the package is pretty simple and self-explanatory).

The package can be used from the terminal (from anywhere woop woop!) to quickly get a plot or coordinate geometry of a pmtarray or pmtunit. Check the `pmtarray/Do the following for more info: 
  * `pmtarray --help`
  * `pmtunit --help`
