Re: MAP_SET Aspect Ratio [message #4589] |
Mon, 05 June 1995 00:00 |
afl
Messages: 51 Registered: December 1994
|
Member |
|
|
In article <3qo3f2$i5@smoke.ups.edu>, cavin@odin.ups.edu (Colby Cavin) writes:
|> I just wrote:
|> : Do I really have to tweak the window's scaling factors manually
|> : in order to get a true map projection?
|> No.
|>
|> After messing around with Tech. support for a little while (I thought
|> that they had hung up, but they actually call you back), I found out
|> that they have added a key word to MAP_SET that creates a properly
|> scaled projection. The /ISOTROPIC keyword is available in our
|> version (3.6.1a), but isn't documented in the 3.6 documentation.
|>
|> Have a nice day,
|> Colby Cavin
|> US Geological Survey
|> ccavin@orcapaktcm.wr.usgs.gov
Right on! Sorry about the "isometric" blunder,
I must have been doing my exercises at the time!
--
Andrew F. Loughe email: afl@cdc.noaa.gov
University of Colorado, CIRES voice: (303) 492-0707
Campus Box 449 fax: (303) 497-7013
Boulder, CO 80309-0449 USA
|
|
|
Re: MAP_SET Aspect Ratio [message #4593 is a reply to message #4589] |
Fri, 02 June 1995 00:00  |
cavin
Messages: 3 Registered: May 1995
|
Junior Member |
|
|
I just wrote:
: Do I really have to tweak the window's scaling factors manually
: in order to get a true map projection?
No.
After messing around with Tech. support for a little while (I thought
that they had hung up, but they actually call you back), I found out
that they have added a key word to MAP_SET that creates a properly
scaled projection. The /ISOTROPIC keyword is available in our
version (3.6.1a), but isn't documented in the 3.6 documentation.
Have a nice day,
Colby Cavin
US Geological Survey
ccavin@orcapaktcm.wr.usgs.gov
|
|
|
Re: MAP_SET Aspect Ratio [message #4595 is a reply to message #4593] |
Fri, 02 June 1995 00:00  |
afl
Messages: 51 Registered: December 1994
|
Member |
|
|
In article <3qnvjm$fl@smoke.ups.edu>, cavin@odin.ups.edu (Colby Cavin) writes:
|> I have a question about using the MAP_SET function in IDL. I'm
|> trying to overlay some contour maps onto a specific map projection.
|> So far, I can plot up everything just fine, but the aspect ratio is
|> all messed up. When I set the limits, IDL takes those and scales
|> them to fit the existing plot window, allowing the programmer to
|> make Colorado 3 miles wide and 600 miles high (not a very helpful
|> map projection).
|>
|> Do I really have to tweak the window's scaling factors manually
|> in order to get a true map projection?
|>
|> Thanks for your help.
|>
|> Colby Cavin
|> US Geological Survey
|> ccavin@orcapaktcm.wr.usgs.gov cavin@ups.edu
|> (206) 593-6516
A "true" map projection is had with the /isometric keyword.
This goes down as the single greatest IDL mystery-- revealed to
me by someone from the U.K. The position keyword may also help
in some instances, as can the xmargin and ymargin keywords.
--
Andrew F. Loughe email: afl@cdc.noaa.gov
University of Colorado, CIRES voice: (303) 492-0707
Campus Box 449 fax: (303) 497-7013
Boulder, CO 80309-0449 USA
|
|
|