aboutsummaryrefslogtreecommitdiff
path: root/operationscore
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-02-13 03:25:00 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-02-13 03:25:00 -0500
commit7e3ff67854e469ddfa7e6af51c904f403b3c4c77 (patch)
treeb6563d006b9660afe89eb2b28f5435088d8e7378 /operationscore
parent055510465b754f764ec05a44728396274f8cbee2 (diff)
Note that y coordinates in Layout must be subtracted from 24
Diffstat (limited to 'operationscore')
-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.')