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

Home » Public Forums » archive » make mape
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: make mape [message #94718 is a reply to message #94716] Tue, 05 September 2017 06:58 Go to previous messageGo to previous message
Markus Schmassmann is currently offline  Markus Schmassmann
Messages: 129
Registered: April 2016
Senior Member
On 09/05/2017 02:05 PM, AGW wrote:
> I have 10000 values of h at specific 10000 values of x and y, every
> values stored in idlsave file, I want to combine all values of h at
> specific x,y in new array take this form
>
> hh=[x,y,h]
>
> where
>
> IDL> help,h
> h FLOAT = Array[1, 1, 56]
most likely what you want is easiest to get using

Result = GRIDDATA( x, y, h )

If you want to combine your values within a grid interval yourself you
could modify HIST_2D to give you a reverse index.

Hopefully one of these approaches gives you what you need, good luck,
Markus
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: EP Flux
Next Topic: Error plotting polyline entities from a shapefile

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

Current Time: Wed Oct 08 17:52:53 PDT 2025

Total time taken to generate the page: 0.00422 seconds