Skip to content

Commit 5ad1eee

Browse files
committed
added missing mipav documentation
1 parent 416b4c7 commit 5ad1eee

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

doc/users/mipav.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.. _mipav:
2+
3+
================================
4+
Using MIPAV, JIST, and CBS Tools
5+
================================
6+
7+
If you are trying to use MIPAV, JIST or CBS Tools interfaces you need
8+
to configure CLASSPATH environmental variable correctly. It needs to
9+
include extensions shipped with MIPAV, MIPAV itself and MIPAV plugins.
10+
For example:
11+
12+
In order to use the standalone MCR version of spm, you need to ensure that
13+
the following commands are executed at the beginning of your script:
14+
15+
.. testcode::
16+
17+
# location of additional JAVA libraries to use
18+
JAVALIB=/Applications/mipav/jre/Contents/Home/lib/ext/
19+
20+
# location of the MIPAV installation to use
21+
MIPAV=/Applications/mipav
22+
23+
# location of the plugin installation to use
24+
# please replace 'ThisUser' by your user name
25+
PLUGINS=/Users/ThisUser/mipav/plugins
26+
27+
export CLASSPATH=$JAVALIB/*:$MIPAV:$MIPAV/lib/*:$PLUGINS

0 commit comments

Comments
 (0)