Total Complexity | 1 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | from savu.plugins.plugin_tools import PluginTools |
||
2 | |||
3 | class TomoPhantomLoaderTools(PluginTools): |
||
4 | """A hdf5 dataset of a specified size is created at runtime using Tomophantom |
||
5 | to generate synthetic data , saved with relevant meta_data to a NeXus |
||
6 | file, and used as input. It recreates the behaviour of the nxtomo loader |
||
7 | but with synthetic data. The input file path passed to Savu will be ignored |
||
8 | (use a dummy). |
||
9 | """ |
||
10 | def define_parameters(self): |
||
11 | """ |
||
12 | axis_labels: |
||
38 |