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

Home » Public Forums » archive » Re: how to create an upgradeable txt or other file as output
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: how to create an upgradeable txt or other file as output [message #38728] Fri, 26 March 2004 10:02 Go to previous message
Craig Markwardt is currently offline  Craig Markwardt
Messages: 1869
Registered: November 1996
Senior Member
Thomas Nehls <thomas.nehls@tu-berlin.de> writes:

> Hi,
>
> sorry for that:
>
> I created a procedure to compute some calculations on images which
> returns results (string array, number - however: no images)
> Now I want to use this procedure for around 40 -100 images.
> As one part of this procedure, the result should be written into a file.
> After the next image has been computed the according results should also
> be written into the same file, but - of course- nothing old text should
> be erased.
>
> Any idea where to look for such?

Yes. OPENW, (with /GET_LUN), PRINTF, and FREE_LUN are what you should
use to write to files. To preserve the values in memory, you could
keep track of each image separately by having a string array for the
string result, and a numerical array for the numerical result.

Craig

--
------------------------------------------------------------ --------------
Craig B. Markwardt, Ph.D. EMAIL: craigmnet@REMOVEcow.physics.wisc.edu
Astrophysics, IDL, Finance, Derivatives | Remove "net" for better response
------------------------------------------------------------ --------------
[Message index]
 
Read Message
Read Message
Previous Topic: X and tvrd color scaling problem
Next Topic: Re: Changing the Colour Table for RGB images on Linux/Solaris

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

Current Time: Sat Oct 11 13:55:47 PDT 2025

Total time taken to generate the page: 1.52046 seconds