Module pmtarray.models

PMT models

Expand source code
"""PMT models
"""

from .model_lib import model_lib
from .R11410 import R11410

Sub-modules

pmtarray.models.R11410
pmtarray.models.R12699
pmtarray.models.model_lib

Model library for PMTArray This was supposed to be a .json file but I couldn't get it to work with the python packaging, so now it's a simple python …