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

Home » Public Forums » archive » Re: Triangulate-reg
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: Triangulate-reg [message #78680] Fri, 16 December 2011 03:19 Go to previous message
Fabzou is currently offline  Fabzou
Messages: 76
Registered: November 2010
Member
> Please look at the below error and help me to solve this.
> Original size of lon is 144 and lat is 73.

Maybe your lons and lats refer to the axis values. If this is the case,
you could try this:

nx = n_elements(lon)
ny = n_elements(lat)
_lon = (LONARR(nx) + 1) # lon
_lat = lat # (LONARR(ny) + 1)
triangulate,_lon,_lat,tr

Fabz
[Message index]
 
Read Message
Read Message
Previous Topic: When sshed from my macbook pro to my apple server if running command line idl opening an x window will crash the session
Next Topic: number keyword in legend

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

Current Time: Thu Oct 09 21:43:34 PDT 2025

Total time taken to generate the page: 0.16247 seconds