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 f91d079 commit 2deea2dCopy full SHA for 2deea2d
fmriprep/interfaces/reports.py
@@ -34,7 +34,7 @@
34
35
FUNCTIONAL_TEMPLATE = """\t\t<h3 class="elem-title">Summary</h3>
36
\t\t<ul class="elem-desc">
37
-\t\t\t<li>Repetition Time: {tr}</li>
+\t\t\t<li>Repetition time (TR): {tr:.03g}s</li>
38
\t\t\t<li>Phase-encoding (PE) direction: {pedir}</li>
39
\t\t\t<li>Slice timing correction: {stc}</li>
40
\t\t\t<li>Susceptibility distortion correction: {sdc}</li>
0 commit comments