for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from savu.plugins.plugin_tools import PluginTools
class SumDimensionTools(PluginTools):
"""
Sum over a dimension of the data.
def define_parameters(self):
pattern:
visibility: basic
dtype: [str, None]
description: How to slice the data passed to the plugin
default: None
axis_label:
description: Axis label name assigned to the dimension to sum.