for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from savu.plugins.plugin_tools import PluginTools
class DezingerSimpleDeprecatedTools(PluginTools):
"""A plugin for cleaning x-ray strikes based on statistical evaluation of
the near neighbourhood
"""
def define_parameters(self):
outlier_mu:
visibility: basic
dtype: float
description: Threshold for defecting outliers, greater is less
sensitive.
default: 1000.0
kernel_size:
dtype: int
description: 'Number of frames included in average. If the number
is not odd, use kernel_size + 1'
default: 5