Test Failed
Push — master ( 3bbc8e...f55e77 )
by Daniil
05:12 queued 12s
created

ComparisonTools.define_parameters()   A

Complexity

Conditions 1

Size

Total Lines 2
Code Lines 1

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 1
nop 1
dl 0
loc 2
rs 10
c 0
b 0
f 0
1
from savu.plugins.plugin_tools import PluginTools
2
3
class ComparisonTools(PluginTools):
4
    """(Change this) A short description of the plugin"""
5
    
6
    def define_parameters(self):
7
        """
8
        pattern:
9
            visibility: intermediate
10
            dtype: str
11
            description: "Describe your parameter"
12
            default: VOLUME_XZ
13
            options: [PROJECTION, SINOGRAM, VOLUME_XZ]
14
        """
15
16
    #def citation1(self):
17
        #"""
18
        #A description of the citation
19
        #bibtex:
20
        #        A bibtex string.
21
        #endnote:
22
        #        An endnote string.
23
        #doi: A link in the form of numbers and letters
24
        #dependency:
25
        #    parameter_name_2: The name of the method for which this citation is for
26
        #"""