niworkflows.interfaces.plotting module¶
Visualization tools.
-
class
niworkflows.interfaces.plotting.
CompCorVariancePlot
(from_file=None, resource_monitor=None, **inputs)[source]¶ Bases:
nipype.interfaces.base.core.SimpleInterface
Plot the number of components necessary to explain the specified levels of variance.
-
input_spec
¶ alias of
niworkflows.interfaces.plotting._CompCorVariancePlotInputSpec
-
output_spec
¶ alias of
niworkflows.interfaces.plotting._CompCorVariancePlotOutputSpec
-
-
class
niworkflows.interfaces.plotting.
ConfoundsCorrelationPlot
(from_file=None, resource_monitor=None, **inputs)[source]¶ Bases:
nipype.interfaces.base.core.SimpleInterface
Plot the correlation among confound regressors.
-
input_spec
¶ alias of
niworkflows.interfaces.plotting._ConfoundsCorrelationPlotInputSpec
-
output_spec
¶ alias of
niworkflows.interfaces.plotting._ConfoundsCorrelationPlotOutputSpec
-
-
class
niworkflows.interfaces.plotting.
FMRISummary
(from_file=None, resource_monitor=None, **inputs)[source]¶ Bases:
nipype.interfaces.base.core.SimpleInterface
Prepare an fMRI summary plot for the report.
-
input_spec
¶ alias of
niworkflows.interfaces.plotting._FMRISummaryInputSpec
-
output_spec
¶ alias of
niworkflows.interfaces.plotting._FMRISummaryOutputSpec
-