| Total Complexity | 1 | 
| Total Lines | 10 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | from savu.plugins.plugin_tools import PluginTools  | 
            ||
| 2 | |||
| 3 | class ForwardProjectorCpuTools(PluginTools):  | 
            ||
| 4 | """This plugin uses ToMoBAR software and CPU Astra projector to generate parallel-beam projection data.  | 
            ||
| 5 | The plugin will project the given object using the available metadata OR user-provided geometry.  | 
            ||
| 6 | In case when angles set to None, the metadata projection geometry will be used.  | 
            ||
| 7 | """  | 
            ||
| 8 | def define_parameters(self):  | 
            ||
| 9 | """  | 
            ||
| 10 | angles_deg:  | 
            ||
| 34 |