next up previous contents
Next: Reading the data Up: Using MagiC Previous: Example: magic.inp   Contents


MagicTools: Juggle with MagiC's data

This part of the package is an python-based library (set of procedures), and it is run in a python interpreter. We recommend to use ipython as an interpreter, but the standard python should also work. Once you have started ipython, you need to import the module. To do this type: import MagicTools, if no error message appeared, the importing was done correctly.

Analysis usually include the following phases: Reading the data from output files; Plotting the data; Numerical analysis/evaluation of the data; Export of the data.
Below we will discuss how these actions can be taken by MagicTools.



Subsections

Alexander Lyubartsev 2016-05-03