aboutsummaryrefslogtreecommitdiff
path: root/operationscore/PixelAssembler.py
diff options
context:
space:
mode:
Diffstat (limited to 'operationscore/PixelAssembler.py')
-rw-r--r--operationscore/PixelAssembler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/operationscore/PixelAssembler.py b/operationscore/PixelAssembler.py
index 84f3b0b..582b59d 100644
--- a/operationscore/PixelAssembler.py
+++ b/operationscore/PixelAssembler.py
@@ -19,6 +19,7 @@ class PixelAssembler(SmootCoreObject):
defined or improperly defined.')
if Geo.dist(newLocation, locations[-1]) > \
self['pixelToPixelSpacing']:
+ import pdb; pdb.set_trace()
raise Exception('Illegal pixel location. Distance \
between adjacent pixels must be less than \
pixelToPixelSpacing.')