Skip to content

Commit 01d2dcb

Browse files
authored
Merge pull request #233 from jhlegarreta/fix/fix-pet-nb-vble-name
FIX: Fix variable name for plot in PET notebook
2 parents e56c24a + f6d2434 commit 01d2dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/notebooks/pet_motion_estimation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2487,7 +2487,7 @@
24872487
"\n",
24882488
"from nifreeze.viz.motion_viz import plot_volumewise_motion\n",
24892489
"\n",
2490-
"plot_volumewise_motion(np.arange(len(fd)), motion_parameters)\n",
2490+
"plot_volumewise_motion(np.arange(len(estimated_fd)), motion_parameters)\n",
24912491
"\n",
24922492
"plt.show()"
24932493
]

0 commit comments

Comments
 (0)