- a working python installation
- python matplotlib
- python numpy
- a latex build environment
-
clone the repository
-
On your Laptop, you need the python packages matplotlib and numpy installed. If you have the package anaconda installed, both packages were alreary installed. If not: type into the commmandline:
pip install numpyThen:
pip install matplotlib -
run the python script "calc.py" with the following command from the directory "calc/"
python calc.pyThis creates the pictures that are necessairy to compile the latex file, and gives the fit parameters.
-
compile the latex file "motors.tex"