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

Home » Public Forums » archive » Re: map_set question
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: map_set question [message #6513 is a reply to message #6511] Tue, 09 July 1996 00:00 Go to previous message
Andy Loughe is currently offline  Andy Loughe
Messages: 174
Registered: November 1995
Senior Member
Gary Fu wrote:
>
> Hi,
>
> Does anyone know how to decide the default paramter value LIMIT that is
> used in MAP_SET so that if I use it that will generate the same result as
> the one that I don't use it. For example, how to find 'limit' so that the
> following two commands will generate the same results.
>
> MAP_SET, 60, 0, /ORTHO, /GRID, /CONTINENT
> and
> MAP_SET, 60, 0, /ORTHO, /GRID, /CONTINENT, $
> LIMIT=[latmin, lonmin, latmax, lonmax]
>
> Thanks.
>
> Gary


Check the 12 element vector !map.out

lonmin = !map.out(2)
lonmax = !map.out(3)
latmin = !map.out(4)
latmax = !map.out(5)

But I have a feeling this projection is more complicated than that.
It may work if centered on (0,0), but when centered on (60,0), it
may not behave properly. 'Let me know if you figure it out.

--
Andrew F. Loughe afl@cdc.noaa.gov
University of Colorado, CIRES http://cdc.noaa.gov/~afl
Campus Box 449 phn:(303)492-0707 fax:(303)497-7013
Boulder, CO 80309-0449 "He who laughs last thinks slowest!"
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: cubics & quartics
Next Topic: Re: Merging images? Roepcke asks

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

Current Time: Fri Oct 10 14:05:51 PDT 2025

Total time taken to generate the page: 0.23759 seconds