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

Home » Public Forums » archive » plotting a vector field in 3d
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: plotting a vector field in 3d [message #85018 is a reply to message #85008] Sun, 23 June 2013 18:23 Go to previous messageGo to previous message
manodeep@gmail.com is currently offline  manodeep@gmail.com
Messages: 33
Registered: June 2006
Member
Some of the most stunning flow renderings I have seen come are here:

http://skysrv.pha.jhu.edu/~miguel/videos.html

In particular, I would love to know how to re-create "Interactive visualization of the Cosmic Web" video (even if without the interactive part). Any ideas? If I remember correctly, that video was made with LIC that Mike wrote about in his vector flow plot.

And apologies to Petros for not having a solution and posting (hopefully) a teaser.

Cheers,
Manodeep



On Friday, June 21, 2013 11:34:23 AM UTC-5, David Fanning wrote:
> Michael Galloy writes:
>
>
>
>> Check out this post:
>
>>
>
>> http://michaelgalloy.com/2008/03/19/overview-of-flow-visuali zation-in-idl.html
>
>
>
> I agree the Flow3 example in the documentation sucks (sigh...), but it's
>
> pretty easy to put axes around the flow:
>
>
>
> vx = RANDOMU(seed, 5, 5, 5)
>
> vy = RANDOMU(seed, 5, 5, 5)
>
> vz = RANDOMU(seed, 5, 5, 5)
>
>
>
> ; Set up the 3D scaling system:
>
> cgSurf, dist(30), xr=[-1,5], yr=[-1,5], zr = [-1,5], $
>
> /nodata, xst=1, yst=1
>
>
>
> ; Plot the vector field:
>
> !P.Color=cgColor('black')
>
> FLOW3, vx, vy, vz
>
>
>
> Now that I look at it, Flow3 sucks, too. :-)
>
>
>
> There is probably a good Ph.D. thesis in here for someone who wants to
>
> develop some useable software.
>
>
>
> Cheers,
>
>
>
> David
>
>
>
> --
>
> David Fanning, Ph.D.
>
> Fanning Software Consulting, Inc.
>
> Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
>
> Sepore ma de ni thue. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Smoothing image by regression in IDL
Next Topic: Random-access of List() progressively slower for static list

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

Current Time: Wed Oct 08 15:26:59 PDT 2025

Total time taken to generate the page: 0.00375 seconds