Files
python3-damaris/src/damaris/__init__.py
T
markusro 83a01f1d83
Build Debian Packages / build (trixie, debian13) (push) Successful in 13m25s
Build Debian Packages / build (bookworm, debian12) (push) Successful in 13m22s
Build Debian Packages / build (bullseye, debian11) (push) Has been cancelled
new release
2026-07-05 14:13:32 +02:00

20 lines
338 B
Python

##\mainpage DArmstadt MAgnetic Resonance Instrument Software
#
#Python Frontend based on
# - Python/GTK
# - Matplotlib
# - Numpy
# - PyTables
#
#Written by
# - Achim Gaedke
# - Christopher Schmitt
# - Markus Rosenstihl
# - Holger Stork
# - Christian Tacke
## module contents
#
__version__ = "0.22"
__all__=["experiments", "data", "gui"]