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 600d686 commit 6fb8fd5Copy full SHA for 6fb8fd5
sdcflows/interfaces/epi.py
@@ -37,7 +37,9 @@
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, usedefault=True, desc='Use "Estimated*" fields to calculate TotalReadoutTime')
+ use_estimate = traits.Bool(
41
+ False, usedefault=True, desc='Use "Estimated*" fields to calculate TotalReadoutTime'
42
+ )
43
fallback = traits.Float(desc="A fallback value, in seconds.")
44
45
0 commit comments