20 lines
338 B
Python
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"]
|