We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2708d42 commit 51c306bCopy full SHA for 51c306b
nibabies/workflows/bold/outputs.py
@@ -133,7 +133,7 @@ def prepare_timing_parameters(metadata: dict):
133
if run_stc:
134
first, last = st[0], st[-1]
135
frac = config.workflow.slice_time_ref
136
- tzero = np.round(first + frac * (last - first), 3)
+ tzero = float(np.round(first + frac * (last - first), 3))
137
timing_parameters['StartTime'] = tzero
138
139
return timing_parameters
0 commit comments