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

Home » Public Forums » archive » OPLOT fails intermittently, any ideas?
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: OPLOT fails intermittently, any ideas? [message #25844 is a reply to message #25807] Thu, 19 July 2001 13:54 Go to previous messageGo to previous message
tam is currently offline  tam
Messages: 48
Registered: February 2000
Member
Lawrence Bleau wrote:
>
...>
> My thanks to Doug for confirming this is a problem elsewhere. Now to fix
> it.... If any of you comes up with a combo that works around the bug, please
> inform this group and I'll test it on my system. I use the Z-buffer to have
> IDL prepare - in a noninteractive session - a plot to be written to a disk file
> in GIF format.
>
> Lawrence Bleau

Purely as a possible workaround...

If you're running on a platform with X-windows and your IDL sessions are
running in an environment in which the console is known, then you could probably
use X-window PIXMAPs instead of the Z buffer. E.g.,

set_plot,'X'
window,1,/pixmap,xsize=nx, ysize=ny
... plotting ...
c = tvrd()
write_gif,...

shouldn't actually send anything to the display.

However if the IDL session doesn't know about an X-windows device
this won't work. So if by non-interactive session you mean a job
on a batch queue this probably doesn't help, but if you just mean
that you're running IDL from a script it might do the trick.

Tom McGlynn
NASA/GSFC
Posted and Mailed
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: overlying data on an image
Next Topic: LIST() and ASARR

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

Current Time: Fri Oct 10 08:50:43 PDT 2025

Total time taken to generate the page: 0.00624 seconds