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

Home » Public Forums » archive » Re: equal lat long grid
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: equal lat long grid [message #48587 is a reply to message #48303] Fri, 28 April 2006 11:45 Go to previous message
Pawan is currently offline  Pawan
Messages: 9
Registered: April 2006
Junior Member
Hi Peter,

I am running this program on IDL_6.0 on Linux machine and it gives me
error on the following location. IDL does not recognize indgen_array.

glon = indgen_array(nlon, nlat, /lon) * dlon + lon0[0] + dlon / 2.
glat = indgen_array(nlon, nlat, /lat) * dlat + lat0[0] + dlat / 2.

I was wondering is this just indgen or some other thing you want to do
here ?

glon = indgen(nlon, nlat) * dlon + lon0[0] + dlon / 2.
glat = indgen(nlon, nlat) * dlat + lat0[0] + dlat / 2.

Thanks,
Pawan
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Saving the IDL terminal datastream
Next Topic: equal lat long grid

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

Current Time: Thu Oct 09 22:18:56 PDT 2025

Total time taken to generate the page: 0.47863 seconds