| Total Complexity | 1 | 
| Total Lines | 11 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | from savu.plugins.plugin_tools import PluginTools  | 
            ||
| 2 | |||
| 3 | |||
| 4 | class Projection2dAlignmentTools(PluginTools):  | 
            ||
| 5 | """A plugin to calculate horizontal-vertical shift vectors for fixing misaligned projection data  | 
            ||
| 6 | by comparing with the re-projected data  | 
            ||
| 7 | """  | 
            ||
| 8 | |||
| 9 | def define_parameters(self):  | 
            ||
| 10 | """  | 
            ||
| 11 | upsample_factor:  | 
            ||
| 29 |