예제 #1
0
    def test_index_of_dispersion(self):
        from dials.algorithms.image.threshold import index_of_dispersion

        n_sigma = 3
        index_of_dispersion(self.image, self.size, n_sigma)
예제 #2
0
 def tst_index_of_dispersion(self):
     from dials.algorithms.image.threshold import index_of_dispersion
     n_sigma = 3
     result = index_of_dispersion(self.image, self.size, n_sigma)
     print 'OK'