mne-tools / mne-gsoc2018-3d

Sandbox for GSoC 2018 3D Viz
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

ipysurfer package #29

Closed OlehKSS closed 6 years ago

OlehKSS commented 6 years ago

Create a pysurfer-like package based on the code done for GSOC. Proposed name is ipysurfer. Change APIs so they will be compatible with pysurfer. Use this repository for storing code related to this package.

Sub-tasks:

OlehKSS commented 6 years ago

The new API should be derived mainly from this PySurfer class: http://pysurfer.github.io/generated/surfer.Brain.html#surfer.Brain

Examples of PySurfer usage: https://pysurfer.github.io/auto_examples/plot_basics.html#sphx-glr-auto-examples-plot-basics-py https://pysurfer.github.io/auto_examples/plot_meg_inverse_solution.html#sphx-glr-auto-examples-plot-meg-inverse-solution-py https://pysurfer.github.io/auto_examples/plot_fmri_activation.html#sphx-glr-auto-examples-plot-fmri-activation-py

All examples can be found here.

OlehKSS commented 6 years ago

Solved by #31.