At the suggestion of Anne in the comments of a previous posting about line-integral convolution (LIC) algorithm for vector field visualization, I tried pink noise as the input texture map. I think this looks pretty good compared to using white noise or smoothed white noise, but I’m still looking for better ways to show the magnitude and which direction along a flow line the field is really pointing.
michaelgalloy.com
Buy Modern IDL now!
Modern IDL offers IDL programmers one place to look for explanation, techniques, and reference material, for beginners and advanced users alike.
"... But I've always wanted a thorough, concise, up-to-date overview of the the IDL language and its vast capabilities. This is exactly what Mike's book provides in 464 very informative pages... Highly recommended!"
—Mort Canty
About me
I'm a software developer focusing on high-performance computing and visualization in scientific programming. I work mostly in IDL, but occasionally use C, CUDA, and Python.
I currently work for the National Center for Atmospheric Research (NCAR) at the Mauna Loa Solar Observatory. Previously, I worked for Tech-X Corporation, where I was the main developer for GPULib, a library of IDL bindings for GPU accelerated computation routines.
I am the creator and main developer for the open source projects IDLdoc, mgunit, and rIDL.
Contact me at Mastodon or via email at mgalloy at gmail dot com. For more details about me, see my CV/resume.
Need consulting/instruction? Contact me.
Other
- About + contact
- Books
- Simple Checklist
- Quantified Groceries
- Quantified Groceries Privacy Policy
- Simple Checklist Privacy Policy
- 1RM: Mac OS X Dashboard widget
October 31st, 2008 at 1:00 pm
David Larson has some ideas about plotting both orientation and magnitude in his implementation of LIC for the Healpix package – for plotting of Stokes I, Q and U from the cosmic microwave background and galactic emission:
http://www.astro.princeton.edu/~fraisse/workshop/larson.pdf
October 31st, 2008 at 1:08 pm
Thanks, I will take a look at it!
May 9th, 2011 at 2:37 am
can you mail me a soure code of LIC with IDL?thank you very much.
May 9th, 2011 at 8:57 am
See this article for source code.