iVolume bug [message #71964] |
Mon, 02 August 2010 10:31  |
asdf
Messages: 7 Registered: August 2010
|
Junior Member |
|
|
When I add the VOLUME_DIMENSION keyword to iVolume and the array has
values less than 1, I can't move an image plane (created by Operations-
> Volume->Image Plane) around on the volume.
;works with Image Plane
ivolume,findgen(50,50,50),rgb_table0=33,/auto_render
;doesn't work with Image Plane
ivolume,findgen(50,50,50),rgb_table0=33,/
auto_render,volume_dimension=[0.1,0.1,0.1]
I tried to look around for a delta step property in the Image Plane
that could fix this, but I couldn't find any (or any documentation on
it, really). Any ideas?
|
|
|
Re: iVolume bug [message #72082 is a reply to message #71964] |
Thu, 12 August 2010 07:38  |
asdf
Messages: 7 Registered: August 2010
|
Junior Member |
|
|
To answer my own question, this is a bug in IDL 7.0, bug report ID is
CR#60299. IDL 7.1 and beyond is OK. No known workaround.
|
|
|