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 2f97593 commit 33544f7Copy full SHA for 33544f7
niworkflows/interfaces/cifti.py
@@ -357,8 +357,8 @@ def _create_cifti_image(
357
bold_img = resample_to_img(bold_img, label_img)
358
359
# ensure images match HCP orientation (LAS)
360
- bold_img = reorient_image(bold_img, target_orientation="LAS")
361
- label_img = reorient_image(label_img, target_orientation="LAS")
+ bold_img = reorient_image(bold_img, target_ornt="LAS")
+ label_img = reorient_image(label_img, target_ornt="LAS")
362
363
bold_data = bold_img.get_fdata(dtype="float32")
364
timepoints = bold_img.shape[3]
0 commit comments