Mantid is a tool for performing slices and cuts of multi-dmensional data produced by Mantid.
The current MSlice documentation can be viewed at
http://mantidproject.github.io/mslice
The following setup steps are required regardless of the environment:
- install mantid from either http://download.mantidproject.org or yum/apt repositories (nightly on Linux)
- clone this repository
To develop purely on the command line then simply use your favourite editor and run either
mslicedevel.bat
(Windows) or./mslicedevel
(Linux)
Mantid must be installed prior to running this setup.
To set up the PyCharm IDE first open PyCharm and select File->Open Project
. Select the cloned mslice
directory and select open.
The project layout should be displayed. The first run may take some time to open while PyCharm parses the structure.
You will also need to edit the run configurations:
- The startup script is
start_mslice.py
. - The
bin
directory of an installed version of Mantid must be on thePATH
. - If you're developing on Windows, the Python interpreter used must be the one shipped with the Mantid installation
MantidInstall/bin/python.exe
.