Skip to content

Commit 600d686

Browse files
authored
Update sdcflows/interfaces/epi.py
1 parent 13335fa commit 600d686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdcflows/interfaces/epi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
class _GetReadoutTimeInputSpec(BaseInterfaceInputSpec):
3838
in_file = File(exists=True, desc="EPI image corresponding to the metadata")
3939
metadata = traits.Dict(mandatory=True, desc="metadata corresponding to the inputs")
40-
use_estimate = traits.Bool(False, desc='Use "Estimated*" fields to calculate TotalReadoutTime')
40+
use_estimate = traits.Bool(False, usedefault=True, desc='Use "Estimated*" fields to calculate TotalReadoutTime')
4141
fallback = traits.Float(desc="A fallback value, in seconds.")
4242

4343

0 commit comments

Comments
 (0)