From 83f00de5ead4d073087de708b3dcfbeacc1faec9 Mon Sep 17 00:00:00 2001 From: Marijn van Vliet Date: Mon, 15 Jun 2020 22:06:15 +0300 Subject: [PATCH 1/2] Proper attribution for Blender tutorial --- doc/changes/latest.inc | 2 +- doc/changes/names.inc | 2 ++ doc/overview/faq.rst | 4 ++-- tutorials/source-modeling/plot_fix_bem_in_blender.py | 5 +++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/changes/latest.inc b/doc/changes/latest.inc index 59fa856e492..cb7e526a0ff 100644 --- a/doc/changes/latest.inc +++ b/doc/changes/latest.inc @@ -95,7 +95,7 @@ Changelog - Add support for reading and writing surfaces in Wavefront .obj format to the :func:`mne.read_surface` and :func:`mne.write_surface` by `Marijn van Vliet`_ -- Add tutorial on how to manually fix BEM meshes in Blender by `Marijn van Vliet`_ +- Add tutorial on how to manually fix BEM meshes in Blender by `Marijn van Vliet`_ and `Ezequiel Mikulan`_ Bug ~~~ diff --git a/doc/changes/names.inc b/doc/changes/names.inc index 063d340c796..04ff24602e3 100644 --- a/doc/changes/names.inc +++ b/doc/changes/names.inc @@ -305,3 +305,5 @@ .. _Lx37: https://github.com/Lx37 .. _Kyle Mathewson: https://github.com/kylemath + +.. _Ezequiel Mikulan: https://github.com/ezemikulan diff --git a/doc/overview/faq.rst b/doc/overview/faq.rst index c028af604e7..9258b83d42e 100644 --- a/doc/overview/faq.rst +++ b/doc/overview/faq.rst @@ -383,8 +383,8 @@ order of difficulty): :ref:`mne watershed_bem`. 2. Changing the ``--atlas`` and ``--gcaatlas`` options of :ref:`mne watershed_bem`. -3. Manually editing the meshes (see `this tutorial - `__. +3. Manually editing the meshes (see :ref:`this tutorial + `). 4. Manually running mri_watershed_ with various FreeSurfer flags (e.g., ``-less`` to fix the output). 5. Going farther back in your Freesurfer pipeline to fix the problem. diff --git a/tutorials/source-modeling/plot_fix_bem_in_blender.py b/tutorials/source-modeling/plot_fix_bem_in_blender.py index 235d9c834dd..61e9bc483e5 100644 --- a/tutorials/source-modeling/plot_fix_bem_in_blender.py +++ b/tutorials/source-modeling/plot_fix_bem_in_blender.py @@ -8,11 +8,12 @@ modeling program `Blender `_, editing them, and re-importing them. -This tutorial is based on https://github.com/ezemikulan/blender_freesurfer +This tutorial is based on https://github.com/ezemikulan/blender_freesurfer by +Ezequiel Mikulan. """ # Authors: Marijn van Vliet -# @ezemikulan +# Ezequiel Mikulan # # License: BSD (3-clause) From e5a1a5fc194124e8b6139141a2c252be84af6499 Mon Sep 17 00:00:00 2001 From: Marijn van Vliet Date: Tue, 16 Jun 2020 08:42:09 +0300 Subject: [PATCH 2/2] Fix link --- doc/overview/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/overview/faq.rst b/doc/overview/faq.rst index 9258b83d42e..6fa1d5e775c 100644 --- a/doc/overview/faq.rst +++ b/doc/overview/faq.rst @@ -384,7 +384,7 @@ order of difficulty): 2. Changing the ``--atlas`` and ``--gcaatlas`` options of :ref:`mne watershed_bem`. 3. Manually editing the meshes (see :ref:`this tutorial - `). + `). 4. Manually running mri_watershed_ with various FreeSurfer flags (e.g., ``-less`` to fix the output). 5. Going farther back in your Freesurfer pipeline to fix the problem.