antspymm 1.6.0__py3-none-any.whl → 1.6.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- antspymm/mm.py +1 -1
- {antspymm-1.6.0.dist-info → antspymm-1.6.1.dist-info}/METADATA +1 -1
- antspymm-1.6.1.dist-info/RECORD +6 -0
- antspymm-1.6.0.dist-info/RECORD +0 -6
- {antspymm-1.6.0.dist-info → antspymm-1.6.1.dist-info}/WHEEL +0 -0
- {antspymm-1.6.0.dist-info → antspymm-1.6.1.dist-info}/top_level.txt +0 -0
antspymm/mm.py
CHANGED
@@ -4557,7 +4557,7 @@ def joint_dti_recon(
|
|
4557
4557
|
maskInRightSpace = ants.image_physical_space_consistency( brain_mask, reference_B0 )
|
4558
4558
|
if not maskInRightSpace :
|
4559
4559
|
raise ValueError('not maskInRightSpace ... provided brain mask should be in reference_B0 space')
|
4560
|
-
brainmaske = ants.iMath(
|
4560
|
+
brainmaske = ants.iMath( brain_mask, "ME", 2 )
|
4561
4561
|
|
4562
4562
|
if img_RL is not None :
|
4563
4563
|
if verbose:
|
@@ -0,0 +1,6 @@
|
|
1
|
+
antspymm/__init__.py,sha256=4_mZOfEtK-8BwT9qds8XMsr9r8ukVNUd00q6pngZHWQ,4950
|
2
|
+
antspymm/mm.py,sha256=b7zQoVmauZKwSamE6pz1V1lmJG8SMOJIm7zeDFmIO9A,544613
|
3
|
+
antspymm-1.6.1.dist-info/METADATA,sha256=TwsiZFr6LkiasFmWSg7GBvTkFuw07--huBkRzSHlxN8,26007
|
4
|
+
antspymm-1.6.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
5
|
+
antspymm-1.6.1.dist-info/top_level.txt,sha256=iyD1sRhCKzfwKRJLq5ZUeV9xsv1cGQl8Ejp6QwXM1Zg,9
|
6
|
+
antspymm-1.6.1.dist-info/RECORD,,
|
antspymm-1.6.0.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
antspymm/__init__.py,sha256=4_mZOfEtK-8BwT9qds8XMsr9r8ukVNUd00q6pngZHWQ,4950
|
2
|
-
antspymm/mm.py,sha256=2XzDbTWWcKIzJuYYPjEuwLmShsiMgrZoWzaBtljeKo8,544619
|
3
|
-
antspymm-1.6.0.dist-info/METADATA,sha256=yQ-GUGbKV4Ni1aZdVoCAKEUE6JXduzXZ-F5ya3QPHko,26007
|
4
|
-
antspymm-1.6.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
5
|
-
antspymm-1.6.0.dist-info/top_level.txt,sha256=iyD1sRhCKzfwKRJLq5ZUeV9xsv1cGQl8Ejp6QwXM1Zg,9
|
6
|
-
antspymm-1.6.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|