Bases: object
The base class from which all plugins should inherit.
Gets the Citation Information for a plugin
| Returns: | A populated savu.data.process_data.CitationInfomration |
|---|
Gets the output data type which is provided by the plugin
| Returns: | the class of the data which will be provided |
|---|
This method should populate all the required parameters with default values. it is used for checking to see if new parameter values are appropriate
It makes use of the classes including parameter information in the class docstring such as this :param error_threshold: Convergence threshold. Default: 0.001.
This method is called after the plugin has been created by the pipeline framework
| Parameters: |
|
|---|
Gets the input data type which is required for the plugin
| Returns: | the class of the data which is expectd |
|---|