comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » volume() for function graphics?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: volume() for function graphics? [message #81392 is a reply to message #80705] Sat, 08 September 2012 04:12 Go to previous messageGo to previous message
dg86 is currently offline  dg86
Messages: 118
Registered: September 2012
Senior Member
Dear Chris,

Your volume() function is just what I wanted, even if it lacks documentation and has plenty of quirks. For others who might be
interested in using function graphics to make publication-quality
volume renderings, my big breakthrough was realizing that I could
learn about the volume object's properties with the useful but
apparently undocumented itpropertyreport procedure.

v = volume( ... )
itpropertyreport, v.gettool(), igetid('volume')

This reports what properties are available and how to set them.
For instance

isetproperty, 'volume', interpolate = 1, _render_quality = 1

I'd never have guessed the leading "_" for setting the render_quality
otherwise.

One quirk is that I couldn't add a colorbar object to a volume in
an obvious way. Instead, I created a window object using the 8.2
window() function and placed the volume and colorbar objects into that.

All the best,

David
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: MrSID in IDL
Next Topic: Quiet Weekend in Paradise

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 14:38:41 PDT 2025

Total time taken to generate the page: 0.23965 seconds