DiPaC: Distortion Parameter Calculator Code
Brought to you by:
barthmes
| File | Date | Author | Commit |
|---|---|---|---|
| LICENSE | 2013-08-30 |
|
[68bee7] Initial commit |
| README | 2013-08-30 |
|
[a9f404] first additions |
| calc.py | 2013-08-30 |
|
[a9f404] first additions |
| dipac.py | 2013-08-30 |
|
[a9f404] first additions |
| dipacgui.py | 2013-08-30 |
|
[a9f404] first additions |
| io.py | 2013-08-30 |
|
[a9f404] first additions |
# -*- coding: utf-8 -*- #================================================================================= # DiPaC: Distortion Parameter Calculator # (c) Universität der Bundeswehr München, Institut für Strahlantriebe # # Authors: Sebastian G. Barthmes, Sebastian Brehm, Ruud Rademakers, Thomas Kächele # Published under the Terms of GNU public licence v3 #================================================================================= README Prerequisites: Python 2.7, numpy, scipy, PyQt4 (for GUI)