From 7e3ff67854e469ddfa7e6af51c904f403b3c4c77 Mon Sep 17 00:00:00 2001 From: rcoh Date: Sun, 13 Feb 2011 03:25:00 -0500 Subject: Note that y coordinates in Layout must be subtracted from 24 --- operationscore/PixelAssembler.py | 1 + 1 file changed, 1 insertion(+) (limited to 'operationscore') 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.') -- cgit v1.2.3