Commit a4f9353b authored by Viktor Reshniak's avatar Viktor Reshniak
Browse files

nn_dst

parent 37c09f96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -579,7 +579,7 @@ class PeaksIntegrator(object):
	def nearest_hkl_dst(self):
		'''Compute distance to nearest hkl neighbor for all peaks'''
		nn_dst, _ = self.compute_peak_neighbors(n=1, peak_id=None, feature='centers')
		return nn_dst
		return nn_dst[:,0]


	@property