diff --git a/advanced_topics/08_fslpy.ipynb b/advanced_topics/08_fslpy.ipynb index 4e073c4e8bc3f941502bb601a7d6320fa04405ef..92d917e55ae9246722b5f2dd1279a6d31d375e99 100644 --- a/advanced_topics/08_fslpy.ipynb +++ b/advanced_topics/08_fslpy.ipynb @@ -191,6 +191,14 @@ "- Ability to load metadata from BIDS sidecar files\n", "\n", "\n", + "> The `Image` class behaves differently to the `nibabel.Nifti1Image`. For\n", + "> example, when you create an `Image` object, the default behaviour is to load\n", + "> the image data into memory. This is configurable however; take a look at\n", + "> [the\n", + "> documentation](https://users.fmrib.ox.ac.uk/~paulmc/fsleyes/fslpy/latest/fsl.data.image.html#fsl.data.image.Image)\n", + "> to explore all of the options.\n", + "\n", + "\n", "Some simple image processing routines are also provided - these are covered\n", "[below](#image-processing).\n", "\n", diff --git a/advanced_topics/08_fslpy.md b/advanced_topics/08_fslpy.md index 0f54aba30fe55a228a86f75ef5a75396730e7d29..798cfdba6d8895929603dbcf17df5c63e655e2ea 100644 --- a/advanced_topics/08_fslpy.md +++ b/advanced_topics/08_fslpy.md @@ -161,6 +161,14 @@ as: - Ability to load metadata from BIDS sidecar files +> The `Image` class behaves differently to the `nibabel.Nifti1Image`. For +> example, when you create an `Image` object, the default behaviour is to load +> the image data into memory. This is configurable however; take a look at +> [the +> documentation](https://users.fmrib.ox.ac.uk/~paulmc/fsleyes/fslpy/latest/fsl.data.image.html#fsl.data.image.Image) +> to explore all of the options. + + Some simple image processing routines are also provided - these are covered [below](#image-processing).