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

Home » Public Forums » archive » Reading from process pipes in IDL?
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
Reading from process pipes in IDL? [message #21797] Thu, 21 September 2000 00:00
Benno Puetz is currently offline  Benno Puetz
Messages: 16
Registered: March 2000
Junior Member
I have been trying to read image data from compressed (*.gz) files.

While this is possible with

SPAWN, "gunzip "+file+".gz"

OPENR, l, file, /GETLUN

READU, ....

FREE_LUN, l

I would prefer a way similar to PERL's

open(FILE, "gzip -cd $file |");

...

since it would not have to decompress/compress to disk.

Is this at all possible with IDL?

--
Benno Puetz
Kernspintomographie
Max-Planck-Institut f. Psychiatrie Tel.: +49-89-30622-413
Kraepelinstr. 10 Fax : +49-89-30622-520
80804 Muenchen, Germany
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Beginner going INSANE
Next Topic: Re: Beginner STILL going INSANE :)

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

Current Time: Fri Oct 10 01:34:12 PDT 2025

Total time taken to generate the page: 0.24484 seconds