I have a regular volume dataset with these positions: Component number 0, name 'positions': Product Array. 3 terms. Product term 0: Regular Array. 35 items, float, real, 3-vector start value [ 150, 0, 0 ], delta [ 0, 0, 25 ], for 35 repetitions Product term 1: Regular Array. 1024 items, float, real, 3-vector start value [ 0, 0, 0 ], delta [ 0, 1.2987, 0 ], for 1024 repetitions Product term 2: Regular Array. 1024 items, float, real, 3-vector start value [ 0, 0, 0 ], delta [ 1.2987, 0, 0 ], for 1024 repetitions
If I pull out any Z slice with Slice(volume, dimension=0, position=5), I get: Component number 0, name 'positions': Product Array. 2 terms. Product term 0: Regular Array. 1024 items, float, real, 2-vector start value [ 0, 0 ], delta [ 0, 25 ], for 1024 repetitions Product term 1: Regular Array. 1024 items, float, real, 2-vector start value [ 0, 0 ], delta [ 1.2987, 0 ], for 1024 repetitions Ok. The counts look good, but the origin and deltas are confused. Instead of: origin: [0,0] deltas: [1.2987, 25] shouldn't they be: origin: [150,0] deltas: [1.2987, 1.2987] This appears to be a bug. Am I missing something? Thanks, Randy __________________________________________________ Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief information http://dailynews.yahoo.com/fc/US/Emergency_Information/
