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

Home » Public Forums » archive » Re: Overplot nice looking globe on 2d satellite images
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: Overplot nice looking globe on 2d satellite images [message #52293] Mon, 29 January 2007 09:31 Go to previous message
Brian Larsen is currently offline  Brian Larsen
Messages: 270
Registered: June 2006
Senior Member
Oops, I found an error that is pretty important.

The following two lines make the Earth turn the wrong way

> rot = (rot[2]+rot[3]/60.+rot[4]/3600.)/24.*360 - 270
> ENDIF ELSE rot = time/24. * 360 - 270

replace them with:
rot = -(rot[2]+rot[3]/60.+rot[4]/3600.)/24.*360 + 90
ENDIF ELSE rot = -time/24. * 360 + 90

for an Earth that turns the correct direction.


Brian



------------------------------------------------------------ ---------
Brian A. Larsen
Dept. of Physics
Space Science and Engineering Lab (SSEL)
Montana State University - Bozeman
Bozeman, MT 59717
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: plotting Ascii in bitmap
Next Topic: Annoying message about X11 Resources on Solaris.

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

Current Time: Wed Oct 08 15:51:48 PDT 2025

Total time taken to generate the page: 0.00368 seconds