Skip to content

Commit 83c1f92

Browse files
committed
Add instructions for visualizing with roygbiv.
1 parent edbabd6 commit 83c1f92

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.rst

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ We have tested the software most extensively with Python 3.5.1 on Ubuntu Linux 1
1717
3. Installation
1818
4. Run one command
1919
5. Run separate commands
20-
6. Appendix: processing
21-
7. Appendix: output
20+
6. Visualize output
21+
7. Appendix: processing
22+
8. Appendix: output
2223
2324
:Release: |version|
2425
:Date: |today|
@@ -201,6 +202,22 @@ Generate only volume (no surface) labels and shapes::
201202
--ants $ANTS_SUBJECT/antsBrainSegmentation.nii.gz \
202203
--no_surfaces
203204

205+
------------------------------------------------------------------------------
206+
Visualize output
207+
------------------------------------------------------------------------------
208+
To visualize Mindboggle output with roygbiv, start the Docker image with::
209+
210+
docker run --rm -ti -v $HOST:$DOCK -p 5000:5000 --entrypoint /bin/bash nipy/mindboggle
211+
212+
and then inside the image, run roygbiv on an output directory::
213+
214+
roygbiv $OUT/$ID
215+
216+
and open a browser to `localhost:5000`.
217+
218+
Right now, roygbiv only shows summarized data, but Anisha Keshavan is working
219+
on by-vertex visualizations (for the latter, try `Paraview <https://www.paraview.org/2>`_).
220+
204221
------------------------------------------------------------------------------
205222
Appendix: processing
206223
------------------------------------------------------------------------------

0 commit comments

Comments
 (0)