ricmperes / sipmarray

A simple package to design circular SiPM arrays
https://ricmperes.github.io/sipmarray/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link
photosensor physics sipm sipm-detector

sipmarray

PyPI version shields.io Static Badge

Ricardo Peres, 2023

This pakacge provides a quick and easy way to get the goemetry of circular SiPM arrays. It was developed to know how many SiPM would be required to fully instrument a DARWIN- or XLZD-size detector.

More SiPM unit options coming soon!

Instalation

pip install sipmarray

To install with an editable source:

git clone git@github.com:ricmperes/sipmarray.git
cd sipmarray 
pip install -e .

Usage

In a jupyter notebook simply import sipmarray. Take a look at the docs 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 sipmarray or sipmunit. Check the `sipmarray/Do the following for more info: