Python in Mantid Reference
From MantidProject
Contents |
Python in Mantid Reference
This reference documents the functions available in the Python environment once the Mantid Framework has been initialized, e.g. after executing
from mantidsimple import *
Python functions that are only available in Mantidplot are documented in the Viewing the Instrument from Python and Matrix and Plot Control sections of Mantidplot manual.
For an introduction to Python in Mantid go to this page here and for examples of using Python to analyse data and exercises look here.
