From 67da55c06eaa546d227a5e2d10c85d7bfb6ee0f3 Mon Sep 17 00:00:00 2001 From: Julien Marabotto Date: Tue, 16 Jul 2024 11:57:40 +0200 Subject: [PATCH] Feat: creation of notebook for vis module --- docs/notebooks/Visualizing transforms.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/notebooks/Visualizing transforms.ipynb b/docs/notebooks/Visualizing transforms.ipynb index dafc6faf..ea53de95 100644 --- a/docs/notebooks/Visualizing transforms.ipynb +++ b/docs/notebooks/Visualizing transforms.ipynb @@ -166,12 +166,12 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "... This is now meaningless. We can therefore call the 'nitransforms.vis' library to obtain a more meaningful representation." + "... This is now meaningless. We can therefore call PlotDenseField from the 'nitransforms.vis' library to obtain a more meaningful representation." ] }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 10, "metadata": {}, "outputs": [ { @@ -187,7 +187,7 @@ " transform=transform_file,\n", " is_deltas=True,\n", ")\n", - "print(pdf._field.shape)" + "print(pdf._xfm._field.shape)" ] }, {