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

Home » Public Forums » archive » open and save a set of image
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: open and save a set of image [message #51418 is a reply to message #51365] Mon, 20 November 2006 06:35 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
cecilia.devecchi@gmail.com writes:

> No, sorry....We open, read, extract our data. We have written the
> following 'loop for' to open these data:
>
> file_array=file_search('filepath', '*.200*', count=num_file)
> for i=0, num_file-1 do begin
> filename=file_array(i)
> print, filename
> openr, lun, /get_lun, filename
>
> ;read
> free_lun, lun
> ;Analyze....
> ....
> ....
> endfor
>
> But analyze only the first file.....where do we wrong?

What makes you think so? Are you sure this is the
*first* file you analyzed, or the *last*? How would
you tell the difference? What are you doing in the
"analyze" step? Where are you storing the results of
each analysis?

I'm off on a radio assignment today, so I'll have to
leave it to Ben to sort this out. :-)

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: POLYFILLV weirdness
Next Topic: vectorized RK4

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

Current Time: Wed Oct 08 17:32:44 PDT 2025

Total time taken to generate the page: 0.00361 seconds