File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ def t1_inv_rec_gre_single_line_kernel(
155
155
156
156
# calculate and add inversion time (TI) delay.
157
157
# TI is defined as time from middle of inversion pulse to middle of excitation pulse.
158
- ti_delay = ti - time_since_inversion - system . rf_dead_time - rf_duration / 2
158
+ ti_delay = ti - time_since_inversion - rf . delay - rf_duration / 2
159
159
ti_delay = round_to_raster (ti_delay , system .block_duration_raster )
160
160
if ti_delay < 0 :
161
161
raise ValueError (
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ def t1_inv_rec_se_single_line_kernel(
212
212
213
213
# calculate and add inversion time (TI) delay.
214
214
# TI is defined as time from middle of inversion pulse to middle of excitation pulse.
215
- ti_delay = ti - time_since_inversion - system . rf_dead_time - rf90_duration / 2
215
+ ti_delay = ti - time_since_inversion - rf90 . delay - rf90_duration / 2
216
216
ti_delay = round_to_raster (ti_delay , system .block_duration_raster )
217
217
if ti_delay < 0 :
218
218
raise ValueError (
You can’t perform that action at this time.
0 commit comments