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

Home » Public Forums » archive » Re: Display and Navigate Image in IDL 8.2
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: Display and Navigate Image in IDL 8.2 [message #81349 is a reply to message #81346] Tue, 04 September 2012 14:12 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
David Fanning writes:

> I can get the image to display with this command.
>
> obj = Image(googleImage, /BOX_AXES, $
> map_projection='mercator', ellipsoid='WGS84', $
> Center_Latitude=centerLat, Center_Longitude=centerLon, $
> LIMIT=limit, XRANGE=xrange, YRANGE=yrange, GRID_UNITS=1, $
> DIMENSIONS=[700,700], LOCATION=[50,50])
>
> But, as you can see, no box axes and what map labels there are
> on the image are completely wrong. :-(

Oh, sorry. I *can't* get it to display with that command, if
I actually define the variables I am using. I confused myself
when I moved this out of the widget program and over to the
command line.

centerlat = 40.6
centerlon = -105.1
limit = [-84.7500, -180.000, 84.7500, 180.000]
xrange = [-11711131.0, -11688226.0]
yrange = [4914254.0, 4937159.5]
obj = Image(googleImage, /BOX_AXES, $
map_projection='mercator', ellipsoid='WGS84', $
Center_Latitude=centerLat, Center_Longitude=centerLon, $
LIMIT=limit, XRANGE=xrange, YRANGE=yrange, GRID_UNITS=1, $
DIMENSIONS=[700,700], LOCATION=[50,50])

So, window opens, but completely blank. Any ideas?

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Parrallel Matrix Inversion in IDL?
Next Topic: Reading non-standard variable sizes

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

Current Time: Fri Oct 10 02:39:56 PDT 2025

Total time taken to generate the page: 1.59587 seconds