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 13335fa commit 600d686Copy full SHA for 600d686
sdcflows/interfaces/epi.py
@@ -37,7 +37,7 @@
37
class _GetReadoutTimeInputSpec(BaseInterfaceInputSpec):
38
in_file = File(exists=True, desc="EPI image corresponding to the metadata")
39
metadata = traits.Dict(mandatory=True, desc="metadata corresponding to the inputs")
40
- use_estimate = traits.Bool(False, desc='Use "Estimated*" fields to calculate TotalReadoutTime')
+ use_estimate = traits.Bool(False, usedefault=True, desc='Use "Estimated*" fields to calculate TotalReadoutTime')
41
fallback = traits.Float(desc="A fallback value, in seconds.")
42
43
0 commit comments