McStas Python Wrapper (mcpw)
Content
Why jet an other python wrapper
Quick start
Requirements
- mcstas
- gcc
- numpy
- matplotlib
Instalatlion
- Install with
pip install mcpw
First setup
- Enter the directory with your mcstas instrument
- run
mcpw_setup -I 'your_instrument.instr' -m 'path_to_mcstas_executable'
Final step
- run
mcpw_manager -p 'your_instrument.py' full
For more detailed instructions see the Install section and the rest of the Wiki at github.