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
|
Introduction
============
PySurfer is a Python based program for visualization and interaction
with cortical surface representations of neuroimaging data from
`Freesurfer <http://surfer.nmr.mgh.harvard.edu/>`_. It extends
`Mayavi's <http://github.enthought.com/mayavi/mayavi/index.html>`_ powerful
visualization engine with a high-level interface for working with
MRI and MEG data.
PySurfer offers both a command-line interface designed to broadly
replicate Freesurfer's Tksurfer program as well as a Python library
for writing scripts to efficiently explore complex datasets.
Contents
--------
.. toctree::
:maxdepth: 2
install
examples/index.rst
documentation/index.rst
Authors
-------
Michael Waskom, Stanford University
Alexandre Gramfort, Harvard Med. School MGH Martinos Center - INRIA
Scott Burns, Harvard Med. School MGH Martinos Center
Martin Luessi, Harvard Med. School MGH Martinos Center
License
-------
The PySurfer source code is available under the simplified BSD license
Support
-------
If you have problems installing the software or questions about usage,
documentation or something else related to PySurfer, you can post to the NiPy
mailing list. Please preface the subject line with "[PySurfer]".
:Mailing list: nipy-devel@neuroimaging.scipy.org [subscription_, archive_]
.. _subscription: http://mail.scipy.org/mailman/listinfo/nipy-devel
.. _archive: http://mail.scipy.org/pipermail/nipy-devel
Contribute
----------
https://github.com/nipy/PySurfer/
|