File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -367,7 +367,8 @@ def get_world_pedir(ornt, pe_direction):
367
367
if flip [not inv ].startswith (axcode ):
368
368
return '-' .join (flip )
369
369
LOGGER .warning (
370
- 'Cannot determine world direction of phase encoding. '
371
- f'Orientation: { ornt } ; PE dir: { pe_direction } '
370
+ 'Cannot determine world direction of phase encoding. Orientation: %s; PE dir: %s' ,
371
+ ornt ,
372
+ pe_direction ,
372
373
)
373
374
return 'Could not be determined - assuming Anterior-Posterior'
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ def init_bold_stc_wf(
114
114
inputnode = pe .Node (niu .IdentityInterface (fields = ['bold_file' , 'skip_vols' ]), name = 'inputnode' )
115
115
outputnode = pe .Node (niu .IdentityInterface (fields = ['stc_file' ]), name = 'outputnode' )
116
116
117
- LOGGER .log (25 , f 'BOLD series will be slice-timing corrected to an offset of { tzero :.3g } s.' )
117
+ LOGGER .log (25 , 'BOLD series will be slice-timing corrected to an offset of %.3gs.' , tzero )
118
118
119
119
# It would be good to fingerprint memory use of afni.TShift
120
120
slice_timing_correction = pe .Node (
Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ extend-select = [
168
168
# "EM",
169
169
" EXE" ,
170
170
" FA" ,
171
+ " G" ,
171
172
" ISC" ,
172
173
" ICN" ,
173
174
" PT" ,
You can’t perform that action at this time.
0 commit comments