Skip to content

Commit

Permalink
Feat: creation of notebook for vis module
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Marabotto authored and Julien Marabotto committed Jul 16, 2024
1 parent 011cf30 commit 67da55c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/notebooks/Visualizing transforms.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand All @@ -187,7 +187,7 @@
" transform=transform_file,\n",
" is_deltas=True,\n",
")\n",
"print(pdf._field.shape)"
"print(pdf._xfm._field.shape)"
]
},
{
Expand Down

0 comments on commit 67da55c

Please sign in to comment.