forked from fmihpc/analysator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
28 lines (19 loc) · 820 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Installation:
#################################################
#################################################
# Install dependencies:
sudo apt-get install mayavi2 python-matplotlib python-numpy python-scipy ipython
# Set pythonpath environment variable:
echo "export PYTHONPATH=$PYTHONPATH:/home/otto/pythontools" >> $HOME/.bashrc
# Using Analysator:
#################################################
#################################################
ipython # Start ipython
import pytools as pt # Import Analysator
# Navigating functions:
pt.calculations.pitch_angles? #press [Enter]
pt.vlsvfile.VlsvReader? #press [Enter]
# For more information visit the link:
#################################################
#################################################
https://github.com/fmihpc/analysator/wiki