We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b4a11 commit 6508a5eCopy full SHA for 6508a5e
phys2denoise/metrics/retroicor.py
@@ -64,6 +64,8 @@ def retroicor(
64
phase = np.empty((n_scans, n_slices))
65
66
for i_slice in range(n_slices):
67
+ retroicor_regressors.append(np.empty((n_scans, 2 * n_harmonics)))
68
+
69
# Initialize slice timings for current slice
70
crslice_timings = t_r * np.arange(n_scans) + slice_timings[i_slice]
71
0 commit comments