File tree 2 files changed +7
-2
lines changed
nipype/interfaces/freesurfer
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 890
890
"affiliation" : " MIT, HMS" ,
891
891
"name" : " Ghosh, Satrajit" ,
892
892
"orcid" : " 0000-0002-5312-6729"
893
+ },
894
+ {
895
+ "affiliation" : " Department of Neurosurgery, Medical College of Wisconsin" ,
896
+ "name" : " Espana, Lezlie" ,
897
+ "orcid" : " 0000-0002-6466-4653"
893
898
}
894
899
],
895
900
"keywords" : [
Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ def _gen_filename(self, name):
405
405
return None
406
406
407
407
def _list_outputs (self ):
408
- subject_id = f"{ self .inputs .long_id [ 0 ] } .long.{ self .inputs .long_id [ 1 ] } "
408
+ subject_id = f"{ self .inputs .long_id } .long.{ self .inputs .base_id } "
409
409
410
410
if isdefined (self .inputs .subjects_dir ):
411
411
subjects_dir = self .inputs .subjects_dir
@@ -430,7 +430,7 @@ def _list_outputs(self):
430
430
431
431
def _is_resuming (self ):
432
432
subjects_dir = self .inputs .subjects_dir
433
- subject_id = f"{ self .inputs .long_id [ 0 ] } .long{ self .inputs .long_id [ 1 ] } "
433
+ subject_id = f"{ self .inputs .long_id } .long{ self .inputs .base_id } "
434
434
if not isdefined (subjects_dir ):
435
435
subjects_dir = self ._gen_subjects_dir ()
436
436
if os .path .isdir (os .path .join (subjects_dir , subject_id , "mri" )):
You can’t perform that action at this time.
0 commit comments