Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Idl-pvware > Re: Need GOES I...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 10 of 20 Topic 5540 of 6454
Post > Topic >>

Re: Need GOES Image Expert

by David Fanning <news@[EMAIL PROTECTED] > Mar 17, 2008 at 04:06 PM

David Fanning writes:

> I suppose I could use the navigation data to establish
> a limit for a map projection, but what map projection?
> Satellite? Guess I could try it.

OK, well, I'm in the ballpark with a satellite projection,
but I'm guessing my satellite is not sitting directly
over the center of my image. Where is it? How could I
find out?

    ; IDL> help, image
    ; IMAGE     BYTE [1200, 862]

    ; Corner points.
    ;IDL> print, peru_lat[0,0], peru_lat[0, 861], 
    ;            peru_lat[1199, 861], peru_lat[1199,0]
    ;     -19.4763      12.9533      12.9516     -19.4735
    ;IDL> print, peru_lon[0,0], peru_lon[0, 861], 
    ;            peru_lon[1199, 861], peru_lon[1199,0]
    ;     -99.3065     -98.2939     -51.8151     -50.8084
    
    ; right, top, left, bottom of image for LIMIT.
    ;IDL> print, peru_lat[0,431], peru_lat[600, 861], 
    ;            peru_lat[1199, 431], peru_lat[600,0]
    ;     -3.03467      12.7686     -3.03430     -19.1762
    ;IDL> print, peru_lon[0,431], peru_lon[600, 861], 
    ;            peru_lon[1199, 431], peru_lon[600,0]
    ;     -97.5755     -75.0291     -52.5294     -75.0302
    
 IDL> Window, XSIZE=1200, YSIZE=862
 IDL> Map_Set, -3.03449, -75.0296, /Satellite, SAT_P=[6.5,0.0,0.0], $
        XMargin=0, YMargin=0, $
        LIMIT=[-3.0347, -97.5755, 12.7686, -75.0291, $
               -3.0343, -52.5294, -19.1762, -75.0302]
 IDL> TVIMAGE, image
 IDL> Map_CONTINENTS
 IDL> MAP_GRID

Folks, you *know* being just a little bit off drives me
to crazy. Please help. I'm completely out of Xanax.
All I have left is a box of Viagra, left over from 
Coyote's last tete-a-tete. :-(

Cheers,

David
-- 
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Se****e ma de ni thui. ("Perhaps thou speakest truth.")
 




 20 Posts in Topic:
Need GOES Image Expert
David Fanning <news@[E  2008-03-17 14:32:29 
Re: Need GOES Image Expert
Paul van Delst <Paul.v  2008-03-17 16:47:45 
Re: Need GOES Image Expert
"Kenneth P. Bowman&q  2008-03-17 16:01:18 
Re: Need GOES Image Expert
David Fanning <news@[E  2008-03-17 23:24:02 
Re: Need GOES Image Expert
"Kenneth P. Bowman&q  2008-03-18 11:12:54 
Re: Need GOES Image Expert
David Fanning <news@[E  2008-03-18 14:39:22 
Re: Need GOES Image Expert
David Fanning <news@[E  2008-03-18 14:47:01 
Re: Need GOES Image Expert
Bob Crawford <Snowman4  2008-03-17 13:59:09 
Re: Need GOES Image Expert
David Fanning <news@[E  2008-03-17 15:06:42 
Re: Need GOES Image Expert
David Fanning <news@[E  2008-03-17 16:06:49 
Re: Need GOES Image Expert
kBob <KRDean@[EMAIL PR  2008-03-17 15:13:54 
Re: Need GOES Image Expert
David Fanning <news@[E  2008-03-17 16:58:25 
Re: Need GOES Image Expert
David Fanning <news@[E  2008-03-17 17:21:12 
Re: Need GOES Image Expert
kBob <KRDean@[EMAIL PR  2008-03-17 15:20:04 
Re: Need GOES Image Expert
David Fanning <news@[E  2008-03-17 16:26:40 
Re: Need GOES Image Expert
kBob <KRDean@[EMAIL PR  2008-03-17 17:13:07 
Re: Need GOES Image Expert
Mark Conner <mconner1@  2008-03-20 10:08:37 
Re: Need GOES Image Expert
David Fanning <news@[E  2008-03-20 22:30:56 
Re: Need GOES Image Expert
kBob <KRDean@[EMAIL PR  2008-03-28 08:21:13 
Re: Need GOES Image Expert
Bruce Bowler <bbowler@  2008-03-21 12:28:31 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Dec 3 14:25:38 CST 2008.