aboutsummaryrefslogtreecommitdiff
path: root/operationscore/PixelAssembler.py
diff options
context:
space:
mode:
Diffstat (limited to 'operationscore/PixelAssembler.py')
-rw-r--r--operationscore/PixelAssembler.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/operationscore/PixelAssembler.py b/operationscore/PixelAssembler.py
index 84f3b0b..8ae27c9 100644
--- a/operationscore/PixelAssembler.py
+++ b/operationscore/PixelAssembler.py
@@ -21,7 +21,8 @@ class PixelAssembler(SmootCoreObject):
self['pixelToPixelSpacing']:
raise Exception('Illegal pixel location. Distance \
between adjacent pixels must be less than \
- pixelToPixelSpacing.')
+ pixelToPixelSpacing. Illegal distance is between '+str(pixelIndex) + ' and'\
+ + str(pixelIndex+1))
locations.append(newLocation)
if self['Reverse']:
locations.reverse()