-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
64 lines (53 loc) · 1.8 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
FOS - Free on Shades - A scientific visualization library in Python & Cython
------------------------------------------------------------------------------
General Dependencies
-----------------------
- Python >= 2.6 <=3.0
- Numpy >= 1.3.0
- Cython >= 0.13
- Pyglet >= 1.1.4
Local Installation Instructions
------------------------------------
1.Clone the repository
>>> git clone git://github.com/fos/Fos.git
2.Add Fos to your PYTHONPATH
3.Go to Fos directory and Build it locally
>>> python setup.py build_ext --inplace
Fos-Developers Instructions
------------------------------------
As above but you need to clone for read+write access
>>> git clone git@github.com:fos/Fos.git
Applications
--------------
Track Interactions using Spaghetti
===================================
(Fos/applications/spaghetti.py)
Extra Dependencies:
- Nibabel >= 1.0
- Dipy >= 0.6-dev
- Pytables >= 2.1.2
Interaction Keys:
P : select/unselect the representative track.
E : expand/collapse the selected tracks
F : keep selected tracks rerun QuickBundles and hide everything else.
A : select all representative tracks which are currently visible.
I : invert selected tracks to unselected.
H : hide/show all representative tracks.
S : save the ids of selected tracks.
Left Mouse Button: keep pressed with dragging - rotation
Middle Mouse Button: keep pressed with dragging for slow zoom
Scrolling Mouse: fast zoom
Right Button : panning - translation
R : reset camera for the entire scene.
LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN : change slice.
SHIFT + (LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN): change slices faster.
1, 2, 3 : hide/show slice.
0 : hide/show all slices.
SPACE : Select ROI
M : Maximize ROI
N : minNimize ROI
ENTER : Store ROI in mask
G : Get tracks intersecting with mask
D : Delete all ROIs and reset mask
? : Print this menui
ESC : exit