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

Home » Public Forums » archive » Z-profile for special plot?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Z-profile for special plot? [message #50225] Mon, 18 September 2006 05:04
j.me is currently offline  j.me
Messages: 1
Registered: September 2006
Junior Member
Hello,

I have created by my own code three files from some envi routine in my
disk(derived from satellite image). These files are quite large (like
x, y, t; ex:500,500,365). My question is :how is possible to retrive
information from each pixel like the z profile tool from menu in envi?
Is it possible to see the code used by this tool(z-profile)? Because,
if a have data from one pixel location for every dates, and from three
file I can do a multi plot, with some change between the axis of the
graph.

Or more especially, I know that I can do the following:

Use
WHILE !MOUSE.BUTTON NE 4 DO BEGIN
to begin my loop

; Get all the display numbers and
; check to make sure at least one
; display is present.
;
display = envi_get_display_numbers()
if (display[0] eq -1) then return
;
; Print out the location of the
; current pixel for each display

disp_get_location, display[i], xloc, yloc

And from here the best way to retrieve information from my file saved
into my disk is to use
envi_get_slice but I am sure it is not the more simple.

Here I can do my plot.


Does anybody can help me? Anybody have a similar code than Z-profile?

Best

Jerome Metral
Institut for Reasearch and Development
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: IDL has problem with X windows on OS X 10.4
Next Topic: calculating rotations from a transformation matrix

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

Current Time: Fri Oct 10 04:47:31 PDT 2025

Total time taken to generate the page: 0.56130 seconds