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

Home » Public Forums » archive » Re: automated file input possible?
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
Re: automated file input possible? [message #38894] Tue, 06 April 2004 23:56
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
Thomas Nehls wrote:
> Reimar Bauer wrote:
>
>> Thomas Nehls wrote:
>>
>>
>>> Hi folks,
>>>
>>> I wrote a pro, now I want to run it automatically on a set of images,
>>> which are computed by the pro.
>>> Is it possible to say something like: compute all the files in a
>>> specified directory! ?
>>> thanks in advance
>>>
>>> tom
>>
>>
>>
>> Dear Tom
>>
>> yes
>>
>> please do have a peak into the online help on file_search
>>
>> e.g. process_data,file_search('/tmp/*.img')
>>
>> pro process_data,file
>> n=n_elements(file)
>> for i=0L,n-1 do WhateverYouWant,file[i]
>> end
>>
>>
>> Hallo Tom,
>>
>> wir haben auf Basis der vielen IDL-Kurse am FZJ ein deutschsprachiges idl
>> Buch geschrieben. Abgesehen das man es �ber amazon.de kaufen kann, kannst
>> Du das bestimmt auch �ber Fernleihe ordern.
>>
>> http://www.fz-juelich.de/zb/index.php?index=99
>> http://www.fz-juelich.de/zb/datapool/page/99/infotechnik2_i. pdf
>> die Beispiele (javascript):
>> http://www.fz-juelich.de/vislab/idl-beispiele (Ich seh gerade der
>> webserver
>> hat ein paar Probleme, die Darstellung kann ich erst morgen �berpr�fen)
>>
>> Viele Gr�sse und viel Spass mit idl
>>
>> Reimar
>>
> Hi Reimar,
>
> amazon arbeitet schon f�r mich ;-), nur dauerts noch...
> und manchmal kann man ja sowas von �berhaupt nicht abwarten! ;-)
>
> Bei der Suche nach IDL-B�chern hab ich Euer Buch bei amazon aber nicht
> gefunden... werd nochmal nachsuchen - auf jeden Fall vielen Dank f�r die
> Hilfe
> Gru� Tom
>
Hallo,

habs hier gefunden:
http://www.amazon.de/exec/obidos/ASIN/3893363084/qid=1081320 942/302-0785306-0695246

Gruss
Reimar


--
Reimar Bauer

Institut fuer Stratosphaerische Chemie (ICG-I)
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
------------------------------------------------------------ -------
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
============================================================ =======
Re: automated file input possible? [message #38902 is a reply to message #38894] Tue, 06 April 2004 11:59 Go to previous message
Thomas Nehls is currently offline  Thomas Nehls
Messages: 24
Registered: March 2004
Junior Member
Reimar Bauer wrote:

> Thomas Nehls wrote:
>
>
>> Hi folks,
>>
>> I wrote a pro, now I want to run it automatically on a set of images,
>> which are computed by the pro.
>> Is it possible to say something like: compute all the files in a
>> specified directory! ?
>> thanks in advance
>>
>> tom
>
>
> Dear Tom
>
> yes
>
> please do have a peak into the online help on file_search
>
> e.g. process_data,file_search('/tmp/*.img')
>
> pro process_data,file
> n=n_elements(file)
> for i=0L,n-1 do WhateverYouWant,file[i]
> end
>
>
> Hallo Tom,
>
> wir haben auf Basis der vielen IDL-Kurse am FZJ ein deutschsprachiges idl
> Buch geschrieben. Abgesehen das man es ᅵber amazon.de kaufen kann, kannst
> Du das bestimmt auch ᅵber Fernleihe ordern.
>
> http://www.fz-juelich.de/zb/index.php?index=99
> http://www.fz-juelich.de/zb/datapool/page/99/infotechnik2_i. pdf
> die Beispiele (javascript):
> http://www.fz-juelich.de/vislab/idl-beispiele (Ich seh gerade der webserver
> hat ein paar Probleme, die Darstellung kann ich erst morgen ᅵberprᅵfen)
>
> Viele Grᅵsse und viel Spass mit idl
>
> Reimar
>
Hi Reimar,

amazon arbeitet schon fᅵr mich ;-), nur dauerts noch...
und manchmal kann man ja sowas von ᅵberhaupt nicht abwarten! ;-)

Bei der Suche nach IDL-Bᅵchern hab ich Euer Buch bei amazon aber nicht
gefunden... werd nochmal nachsuchen - auf jeden Fall vielen Dank fᅵr die
Hilfe
Gruᅵ Tom
Re: automated file input possible? [message #38904 is a reply to message #38902] Tue, 06 April 2004 11:38 Go to previous message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
Thomas Nehls wrote:

> Hi folks,
>
> I wrote a pro, now I want to run it automatically on a set of images,
> which are computed by the pro.
> Is it possible to say something like: compute all the files in a
> specified directory! ?
> thanks in advance
>
> tom

Dear Tom

yes

please do have a peak into the online help on file_search

e.g. process_data,file_search('/tmp/*.img')

pro process_data,file
n=n_elements(file)
for i=0L,n-1 do WhateverYouWant,file[i]
end


Hallo Tom,

wir haben auf Basis der vielen IDL-Kurse am FZJ ein deutschsprachiges idl
Buch geschrieben. Abgesehen das man es ᅵber amazon.de kaufen kann, kannst
Du das bestimmt auch ᅵber Fernleihe ordern.

http://www.fz-juelich.de/zb/index.php?index=99
http://www.fz-juelich.de/zb/datapool/page/99/infotechnik2_i. pdf
die Beispiele (javascript):
http://www.fz-juelich.de/vislab/idl-beispiele (Ich seh gerade der webserver
hat ein paar Probleme, die Darstellung kann ich erst morgen ᅵberprᅵfen)

Viele Grᅵsse und viel Spass mit idl

Reimar

--
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg-i/
============================================================ ======
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: /BLOCK vs. /NO_BLOCK in .sav-files
Next Topic: envi_avhrr_warp_doit: How to set corners of the warped image?

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

Current Time: Wed Oct 08 17:41:08 PDT 2025

Total time taken to generate the page: 0.00683 seconds