niworkflows.interfaces.report_base module#
class mixin and utilities for enabling reports for nipype interfaces.
- class niworkflows.interfaces.report_base.RegistrationRC(generate_report=False, **kwargs)[source]#
Bases:
nipype.interfaces.mixins.reporting.ReportCapableInterface
An abstract mixin to registration nipype interfaces.
- class niworkflows.interfaces.report_base.ReportingInterface(generate_report=True, **kwargs)[source]#
Bases:
nipype.interfaces.mixins.reporting.ReportCapableInterface
Interface that always generates a report.
A subclass must define an
input_spec
and override_generate_report
.- Outputs
out_report (a pathlike object or string representing a file) – Filename for the visual report.