Total Complexity | 1 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | from savu.plugins.plugin_tools import PluginTools |
||
2 | |||
3 | class DezingerSinogramDeprecatedTools(PluginTools): |
||
4 | """Method to remove scratches in the reconstructed image caused by |
||
5 | zingers. Remove zingers (caused by scattered X-rays hitting the CCD chip |
||
6 | directly) Threshold for detecting zingers, greater is less sensitive. |
||
7 | """ |
||
8 | def define_parameters(self): |
||
9 | """ |
||
10 | tolerance: |
||
17 | """ |