Skip to content

Commit d0af904

Browse files
committed
ENH: write out hh sr
1 parent ec658c2 commit d0af904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

antspymm/mm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9011,12 +9011,12 @@ def makewideout( x, separator = mysep ):
90119011
if verbose:
90129012
print("Convert T1w to SR via model ", srmodel_T1 )
90139013
t1 = t1w_super_resolution_with_hemispheres( t1, srmodel_T1_mdl )
9014-
ants.image_write( t1, hierfn + 'sr.nii.gz' )
90159014
if not hierexists and not testloop:
90169015
subjectpropath = os.path.dirname( hierfn )
90179016
if verbose:
90189017
print( subjectpropath )
90199018
os.makedirs( subjectpropath, exist_ok=True )
9019+
ants.image_write( t1, hierfn + 'head.nii.gz' )
90209020
hier = antspyt1w.hierarchical( t1, hierfn, labels_to_register=None )
90219021
antspyt1w.write_hierarchical( hier, hierfn )
90229022
t1wide = antspyt1w.merge_hierarchical_csvs_to_wide_format(

0 commit comments

Comments
 (0)