diff --git a/advanced_topics/08_fslpy.ipynb b/advanced_topics/08_fslpy.ipynb index 92d917e55ae9246722b5f2dd1279a6d31d375e99..dc39b2866e85db3157240e275f0395c076a69b94 100644 --- a/advanced_topics/08_fslpy.ipynb +++ b/advanced_topics/08_fslpy.ipynb @@ -21,11 +21,6 @@ "perform analyses and image processing in conjunction with FSL.\n", "\n", "\n", - "> **Note**: `fslpy` is distinct from `fslpython` - `fslpython` is the Python\n", - "> environment that is baked into FSL. `fslpy` is a Python library which is\n", - "> installed into the `fslpython` environment.\n", - "\n", - "\n", "* [The `Image` class, and other data types](#the-image-class-and-other-data-types)\n", " * [Creating images](#creating-images)\n", " * [Working with image data](#working-with-image-data)\n", @@ -51,6 +46,11 @@ " * [Working with atlases](#working-with-atlases)\n", "\n", "\n", + "> **Note**: `fslpy` is distinct from `fslpython` - `fslpython` is the Python\n", + "> environment that is baked into FSL. `fslpy` is a Python library which is\n", + "> installed into the `fslpython` environment.\n", + "\n", + "\n", "Let's start with some standard imports and environment set-up:" ] }, diff --git a/advanced_topics/08_fslpy.md b/advanced_topics/08_fslpy.md index 798cfdba6d8895929603dbcf17df5c63e655e2ea..9cfe1d6ea0c24a8c6f6cfc6efdbd09687618c81f 100644 --- a/advanced_topics/08_fslpy.md +++ b/advanced_topics/08_fslpy.md @@ -15,11 +15,6 @@ This practical highlights some of the most useful features provided by perform analyses and image processing in conjunction with FSL. -> **Note**: `fslpy` is distinct from `fslpython` - `fslpython` is the Python -> environment that is baked into FSL. `fslpy` is a Python library which is -> installed into the `fslpython` environment. - - * [The `Image` class, and other data types](#the-image-class-and-other-data-types) * [Creating images](#creating-images) * [Working with image data](#working-with-image-data) @@ -45,6 +40,11 @@ perform analyses and image processing in conjunction with FSL. * [Working with atlases](#working-with-atlases) +> **Note**: `fslpy` is distinct from `fslpython` - `fslpython` is the Python +> environment that is baked into FSL. `fslpy` is a Python library which is +> installed into the `fslpython` environment. + + Let's start with some standard imports and environment set-up: