aboutsummaryrefslogtreecommitdiff
path: root/operationscore/PixelAssembler.py
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-02-16 18:29:41 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-02-16 18:29:41 -0500
commitfffc14c4672294d9bbf8c60edfe8c309f0d54698 (patch)
tree19057b2e98735cc30fa1e0b3932d416946f8d705 /operationscore/PixelAssembler.py
parent24aa31808de6a4dc06a651076e5b292aebd9240d (diff)
parent2df9e408a0ff74539862c4a4e562a878cc11a329 (diff)
Merge branch 'conner5' of https://github.com/dxiao/SmootLight into dxiao-conner5
Conflicts: config/C5Sign.xml layouts/SpecifiedLayout.py
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()