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 27d0823 commit d6310d5Copy full SHA for d6310d5
nibabel/parrec.py
@@ -786,8 +786,8 @@ def get_bvals_bvecs(self):
786
reorder = self.get_sorted_slice_indices()
787
if len(self.get_data_shape()) == 3:
788
# Any original diffusion scans will have >=2 volumes. However, a
789
- # single dynamic is possible for a post-processed difusion volume
790
- # such as an ADC map. The b-values are unavailble in this case.
+ # single dynamic is possible for a post-processed diffusion volume
+ # such as an ADC map. The b-values are unavailable in this case.
791
return None, None
792
else:
793
n_slices, n_vols = self.get_data_shape()[-2:]
0 commit comments