Remove commented out line
This commit is contained in:
parent
ca2e5849c2
commit
c0b9bfa040
@ -586,7 +586,6 @@ class ImageView(QtGui.QWidget):
|
||||
# Extract image data from ROI
|
||||
axes = (self.axes['x'], self.axes['y'])
|
||||
|
||||
#data, coords = self.roi.getArrayRegion(image.view(np.ndarray), self.imageItem, axes, returnMappedCoords=True)
|
||||
data, coords = self.roi.getArrayRegion(image.view(np.ndarray), self.imageItem, returnMappedCoords=True)
|
||||
if data is None:
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user