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

Home » Public Forums » archive » idl on a UML
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
idl on a UML [message #36920] Sun, 16 November 2003 00:43
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
Dear all,

I got the idea to use IDL on a User-Mode-Linux System.
http://user-mode-linux.sourceforge.net/index.html

Are you interested in this too?

There are several possibilities for such a system.
My main interest is to use it for an idl processor for our wiki based on
moinmoin written in python.

In our wiki I could write for example this text in the input field. And
after finishing instead of the text the result is shown. This runs very
fast!

{{{#!IDL -name example
!P.color=0
!P.background=255
erase
tek_color
plot,findgen(100),sin(findgen(100)),$
title='TEST',xtitle='X',ytitle='Y',/nodata,position=[0.2,0.2 ,0.8,0.8]
oplot,findgen(100),sin(findgen(100)),color=2
oplot,findgen(100)/2,sin(findgen(100))/2.0,color=3,thick=4
oplot,findgen(100),sin(findgen(100))/2.0,color=5,thick=2,psy m=-1

END
}}}

This is only a simple example. One of the ideas for the wiki is to use it as
development platform for our library. In the first step for example for
testing of changes at the plot library.

The processor works already fine but idl has to much possibilities to
destroy the webserver. So I think the best is to jail the idl in a UML.

Any other ideas are welcome too.

Reimar
--
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg-i/
============================================================ ======
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
[Message index]
 
Read Message
Previous Topic: IDL crashes using CONTAINSPOINTS when array exceeds 16x16?
Next Topic: display_name keyword

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

Current Time: Sat Oct 11 14:46:45 PDT 2025

Total time taken to generate the page: 0.57323 seconds