@@ -6,8 +6,8 @@ What is PySurfer?
66PySurfer is a Python library and application for visualizing brain imaging
77data. It is specifically useful for plotting data on a three-dimensional mesh
88representing the cortical surface of the brain. If you have functional MRI,
9- magnetoencephalography, or anatomical measurements from cortex, PySurfer can
10- help you turn them into beautiful and reproducible graphics.
9+ magnetoencephalography (MEG) , or anatomical measurements from cortex, PySurfer
10+ can help you turn them into beautiful and reproducible graphics.
1111
1212PySurfer uses an explicit model of cortical geometry to generate
1313highly-accurate images of neuroimaging data. This is preferable to other
@@ -23,15 +23,17 @@ PySurfer and its dependencies are written in Python and released with a liberal
2323open source license. PySurfer can be combined with other tools from the nipy _
2424ecosystem to manipulate and plot data in the same script or interactive
2525session. The visualization is primarily controlled with a high-level API that
26- allow you to draw a complex scene with just a few lines of code. This means
26+ allows you to draw a complex scene with just a few lines of code. This means
2727that PySurfer is naturally scriptable. Once you have developed a basic
2828visualization, it's easy to add a for-loop and generate the same image for
2929every subject in your experiment. It also aids the reproducibility of graphics
3030you create for conferences or papers, as each figure can be associated with a
3131short script that shows exactly how the visualization was produced.
3232
33- To see a set of examples demonstrating some of PySurfer's capabilities, you can
34- check out the :ref: `example gallery <examples >`.
33+ If you want to find out how to get started using PySurfer, check out our
34+ :ref: `installation guide<install> `. To see a set of examples demonstrating some
35+ of PySurfer's capabilities, you can browse the :ref: `example gallery
36+ <examples>`.
3537
3638.. include :: links_names.txt
3739
0 commit comments