Test Failed
Pull Request — master (#775)
by Nicola
06:18 queued 02:40
created

dials_find_spots_tools   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 8
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 4
dl 0
loc 8
rs 10
c 0
b 0
f 0
wmc 1

1 Method

Rating   Name   Duplication   Size   Complexity  
A DialsFindSpotsTools.define_parameters() 0 2 1
1
from savu.plugins.plugin_tools import PluginTools
2
3
class DialsFindSpotsTools(PluginTools):
4
    """Finding the single crystal peaks with dials
5
    """
6
    def define_parameters(self):
7
        """
8
        spotsize:
9
              visibility: basic
10
              dtype: int
11
              description: approximate maximum spot size.
12
              default: 45
13
14
        """