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

Home » Public Forums » archive » Re: "Graphics produced by IDL"
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: "Graphics produced by IDL" [message #65691 is a reply to message #65688] Mon, 16 March 2009 15:02 Go to previous messageGo to previous message
Michael Galloy is currently offline  Michael Galloy
Messages: 1114
Registered: April 2006
Senior Member
David Fanning wrote:
>> This text is inserted into some tag or other in PostScript files
>> created by IDL. Anyone know how I might substitute custom text in
>> there?
>
> I'm not sure what you mean by "in there", but if you
> mean in the PostScript file, you can use the OUTPUT
> keyword to the DEVICE command to send any string you
> like to the PostScript file.
>
> Cheers,
>
> David
>

The OUTPUT keyword is for sending PostScript commands directly to the
file. I assume you are wanting to include some type of metadata, not
PostScript commands? The only thing I can think of now is to
post-process with sed or some other text utility:

sed -e"s/produced by IDL/produced by me/" idl.ps > my.ps

You could even do this in IDL since it is just text.

Mike
--
www.michaelgalloy.com
Associate Research Scientist
Tech-X Corporation
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Hey! You can execute multi-line statements from the IDL command prompt!
Next Topic: Re: Discrete Color Bars

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

Current Time: Thu Oct 09 22:59:06 PDT 2025

Total time taken to generate the page: 0.48128 seconds