-
Notifications
You must be signed in to change notification settings - Fork 1
Scripting
RaiBishal edited this page Dec 9, 2019
·
76 revisions
There are two ways of running scripts in IBEX - locally, and on the IBEX server.
Scripting in IBEX is done using genie_python. The genie_python reference manual gives a full account of what functions are available in genie_python.
This page is intended to give a broad guide to scripting for the beginner and novice user. For a more in-depth discussion, see our genie_python and IBEX training course.
- Script Server
- Plotting Using Matplotlib
- genie_python Commands
- Converting Open GENIE to genie_python
- Creating and running scripts
- Tips and Examples
- The Scripting Console
- Using Futurize
There is some specific scripting advice for the Muon Front End
If you are new to Python, the Mantid team has created an excellent Introduction to Python on the Mantid website.