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

Home » Public Forums » archive » Re: contouring irregular sparse data on a sphere
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: contouring irregular sparse data on a sphere [message #47986] Thu, 09 March 2006 02:08
ph le sager is currently offline  ph le sager
Messages: 5
Registered: June 2005
Junior Member
> contour, data,lon,lat, /irr
> I see many disjointed sections. I would like these to be continuous.

I suggest disregarding the NAN before calling Contour. Something like:

good=where(finite(data))
contour, data[good], lon[good], lat[good]
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: dxf (dwg) read & write ?
Next Topic: read files with time column

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

Current Time: Wed Oct 08 17:13:04 PDT 2025

Total time taken to generate the page: 0.00551 seconds