Metadata-Version: 2.3
Name: apantias
Version: 1.0.0
Summary: Tools for analysis of data from the DANAE experiment on HEPHY
Project-URL: Homepage, https://github.com/shakamaran/apantias
Project-URL: Issues, https://github.com/shakamaran/apantias/issues
Author-email: Florian Heinrich <florianheinrich@gmx.at>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: seaborn
Description-Content-Type: text/markdown

new features/bugs/requests:
https://github.com/shakamaran/apantias/issues

Steps to upload package:
https://packaging.python.org/en/latest/tutorials/packaging-projects/

Uploading to PyPi works automatically when merging to the github main-branch.

Be sure to update the version both in __init__.py and pyproject.toml!

COL vs ROW Convention:

In ROOT its (col, row), but:
data is represented as (frame,row,nreps,col), so i will use (row, col) here, since its the
natural order in the array.