From 9c268b07282324f6549f55ede280e8e79967dc17 Mon Sep 17 00:00:00 2001 From: Luke Campagnola <> Date: Tue, 27 Mar 2012 12:33:02 -0400 Subject: [PATCH] fix from last rev --- functions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions.py b/functions.py index de94295b..a2edcb07 100644 --- a/functions.py +++ b/functions.py @@ -586,7 +586,6 @@ def makeARGB(data, lut=None, levels=None, useRGBA=False): else: order = [2,1,0,3] ## for some reason, the colors line up as BGR in the final image. - order = [2,1,0,3] ## for some reason, the colors line up as BGR in the final image. if data.shape[2] == 1: for i in xrange(3): imgData[..., order[i]] = data[..., 0] @@ -1249,4 +1248,4 @@ def isosurface(data, level): - \ No newline at end of file +