File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,14 @@ def quick_load_images(image_list, dtype=np.float32):
77
77
78
78
79
79
def match_transforms (dwi_files , transforms , b0_indices ):
80
- """Arranges the order of a list of affine transforms to correspond with that of
81
- each individual dwi volume file, accounting for the indices of B0s. A helper
82
- function for EMC."""
80
+ """
81
+ Arrange the order of a list of transforms.
82
+
83
+ This is a helper function for :abbr:`EMC (Eddy-currents and Motion Correction)`.
84
+ Sorts the input list of affine transforms to correspond with that of
85
+ each individual dwi volume file, accounting for the indices of :math:`b = 0` volumes.
86
+
87
+ """
83
88
num_dwis = len (dwi_files )
84
89
num_transforms = len (transforms )
85
90
You can’t perform that action at this time.
0 commit comments