niworkflows.interfaces.plotting module¶
Visualization tools.
-
class
niworkflows.interfaces.plotting.CompCorVariancePlot(from_file=None, resource_monitor=None, **inputs)[source]¶ Bases:
nipype.interfaces.base.core.SimpleInterfacePlot 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.SimpleInterfacePlot 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.SimpleInterfacePrepare an fMRI summary plot for the report.
-
input_spec¶ alias of
niworkflows.interfaces.plotting._FMRISummaryInputSpec
-
output_spec¶ alias of
niworkflows.interfaces.plotting._FMRISummaryOutputSpec
-