File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9011,12 +9011,12 @@ def makewideout( x, separator = mysep ):
9011
9011
if verbose:
9012
9012
print("Convert T1w to SR via model ", srmodel_T1 )
9013
9013
t1 = t1w_super_resolution_with_hemispheres( t1, srmodel_T1_mdl )
9014
- ants.image_write( t1, hierfn + 'sr.nii.gz' )
9015
9014
if not hierexists and not testloop:
9016
9015
subjectpropath = os.path.dirname( hierfn )
9017
9016
if verbose:
9018
9017
print( subjectpropath )
9019
9018
os.makedirs( subjectpropath, exist_ok=True )
9019
+ ants.image_write( t1, hierfn + 'head.nii.gz' )
9020
9020
hier = antspyt1w.hierarchical( t1, hierfn, labels_to_register=None )
9021
9021
antspyt1w.write_hierarchical( hier, hierfn )
9022
9022
t1wide = antspyt1w.merge_hierarchical_csvs_to_wide_format(
You can’t perform that action at this time.
0 commit comments