File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ We have tested the software most extensively with Python 3.5.1 on Ubuntu Linux 1
17
17
3. Installation
18
18
4. Run one command
19
19
5. Run separate commands
20
- 6. Appendix: processing
21
- 7. Appendix: output
20
+ 6. Visualize output
21
+ 7. Appendix: processing
22
+ 8. Appendix: output
22
23
23
24
:Release: |version |
24
25
:Date: |today |
@@ -201,6 +202,22 @@ Generate only volume (no surface) labels and shapes::
201
202
--ants $ANTS_SUBJECT/antsBrainSegmentation.nii.gz \
202
203
--no_surfaces
203
204
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
+
204
221
------------------------------------------------------------------------------
205
222
Appendix: processing
206
223
------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments