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

Home » Public Forums » archive » Satellite Swath Overlap
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Satellite Swath Overlap [message #87523] Wed, 12 February 2014 09:14 Go to previous message
Chase Calkins is currently offline  Chase Calkins
Messages: 4
Registered: February 2014
Junior Member
Hello Everyone,

I have a couple of files that I overlap on a mapset but when I plot it, the image is overwritten by the latter of each file. A simple set up is essentially like this.

Lat1 = fltarr[36,400]
Lon1 = fltarr[36,400]

Lat2 = fltarr[36,400]
Lon2 = fltarr[36,400]

result1 = fltarr[36,400]
result2 = fltarr[46,400]

cgcontour, result1, Lon1, Lat1, level = findgen(18)/10-.2, /overplot, /cell_fill

MAP_SET, /Continents, limit = [10,70,45,135], /grid, label = 2, latlab = 110, color =1, charsize = 1.9, /noerase

cgcontour, result2, Lon2, Lat2, level = findgen(18)/10-.2, /overplot, /cell_fill

MAP_SET, /Continents, limit = [10,70,45,135], /grid, label = 2, latlab = 110, color =1, charsize = 1.9, /noerase

A picture of what I am experiencing is here.

http://www.vos.noaa.gov/MWL/apr_10/Images/pacific/Fig21P.jpg


I was wanting to know if there is a way IDL can say where the overlap is and average the result between the two files in the overlap section.

Thanks,

Chase
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: READU: Error encountered reading from file.
Next Topic: How to use cgplot insidecgwindow with mouse.button command

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

Current Time: Wed Oct 08 15:07:27 PDT 2025

Total time taken to generate the page: 0.00424 seconds