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

Home » Public Forums » archive » 2D Plot in IDL with shading?
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: 2D Plot in IDL with shading? [message #71493 is a reply to message #71450] Tue, 22 June 2010 09:10 Go to previous messageGo to previous message
penteado is currently offline  penteado
Messages: 866
Registered: February 2018
Senior Member
Administrator
On Jun 22, 11:23 am, Ally <ally.desh...@gmail.com> wrote:
> My data isn't organized that way.  It's real time data from a balloon
> flight so the azimuth and elevation of the sun are constantly
> changing.  Does this mean they are not regular and I should let the
> gridding wizard interpolate them?

Yes. Or you can interpolate and the pass the result to the itools, in
case you do not want to do things interactively every time:

triangulate,elevation,azimuth,tr
response_2D=trigrid(elevation,azimuth,response,tr,xgrid=el_g rid,ygrid=az_grid,nx=200,ny=200)

(just guessing at 200 grid points, obviously; you need to find out
which grid resolution is most appropriate)

then you could do

iimage,response_2D,el_grid,az_grid

Or similarly with isurface or icontour.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: USERSYM custom symbol help
Next Topic: Multiplanar Viewer (MPV) in IDL

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

Current Time: Sat Oct 11 14:58:47 PDT 2025

Total time taken to generate the page: 0.55823 seconds