Exemplo n.º 1
0
 def compareData(self, locationObj1, locationObj2, tolerance=0.0001):
     """ Compare if two locations have the same binary data.
     """
     loc1 = self._convertToLocation(locationObj1)
     loc2 = self._convertToLocation(locationObj2)
     
     return xmipp.compareTwoImageTolerance(loc1, loc2, tolerance)
Exemplo n.º 2
0
 def compareData(self, locationObj1, locationObj2, tolerance=0.0001):
     """ Compare if two locations have the same binary data.
     """
     loc1 = self._convertToLocation(locationObj1)
     loc2 = self._convertToLocation(locationObj2)
     
     return xmipp.compareTwoImageTolerance(loc1, loc2, tolerance)