aboutsummaryrefslogtreecommitdiff
path: root/operationscore/PixelAssembler.py
diff options
context:
space:
mode:
Diffstat (limited to 'operationscore/PixelAssembler.py')
-rw-r--r--operationscore/PixelAssembler.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/operationscore/PixelAssembler.py b/operationscore/PixelAssembler.py
index 6878f8a..84f3b0b 100644
--- a/operationscore/PixelAssembler.py
+++ b/operationscore/PixelAssembler.py
@@ -23,6 +23,8 @@ class PixelAssembler(SmootCoreObject):
between adjacent pixels must be less than \
pixelToPixelSpacing.')
locations.append(newLocation)
+ if self['Reverse']:
+ locations.reverse()
return locations
def initLayout(self):
pass