Total Complexity | 1 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | from savu.plugins.plugin_tools import PluginTools |
||
2 | |||
3 | class PluginTemplate5Tools(PluginTools): |
||
4 | """ |
||
5 | A plugin template with one in_dataset and two out_datasets that do not |
||
6 | resemble the in_dataset and are not retained by the framework, |
||
7 | e.g. vo_centering. |
||
8 | """ |
||
9 | |||
10 | def define_parameters(self): |
||
11 | """ |
||
12 | example: |
||
22 | """ |