Home »
Public Forums »
archive »
Using idl from a daemon process to produce a gif
Using idl from a daemon process to produce a gif [message #4586] |
Tue, 06 June 1995 00:00 |
woodjr
Messages: 1 Registered: June 1995
|
Junior Member |
|
|
I'd like to put together a system for a www page that'll gather data from
a socket and automatically graph the data in a gif file. I've written a
daemon in C that collects the data and writes it to a data file.
My problem is producing the gif file. I can get IDL to do it by first
PLOT'ing the data, then using TVRD() to grab the result, and finally WRITE_GIF
to make the gif. But this isn't very satisfactory since it depends on the
system display and won't work at all once I've logged out from the session
in which I started my daemon.
So is there any way to accomplish this without depending on the system display
like this? Or can anyone suggest a tool that is better suited for this than
IDL?
Thanks in advance. I'm using version 3.6.1a, by the way.
Jamey Wood
|
|
|
Current Time: Wed Oct 08 16:01:12 PDT 2025
Total time taken to generate the page: 0.00542 seconds