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 +