To use MIEN:
For more information:
MIEN: Model Interaction Environment for Neuroscience
MIEN is a package of interface and library code intended to make a number of scientific modeling, data markup, and data storage tasks easier. MIEN was developed for use in computational neuroscience. Neuroscience remains in the name, and many of the extension functions are devoted to neuroscience tasks, but a good deal of effort has gone into making the core MIEN package a general purpose scientific modeling and data visualization tool with a flexible extension system. MIEN is implemented primarily in Python, making heavy use of the excellent NumPy extension library. The MIEN GUIs use the equally excellent wxWidgets library (and its wxPython wrapper), as well as PyOpenGL for 3D visualization. Aside from these dependencies, the MIEN core is a pure Python project. Various extension packages make use of C Python extensions.
