Re: IDL VM Machine "Execute" function. [message #41612] |
Sun, 07 November 2004 02:30 |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Karthik wrote:
> Hello All,
>
> I was trying to write a analysis package for some physicians to use
> on their machine running IDL VM. The programme opens image data, allows
> the user to draw a ROI using XROI and then propagates this ROI on all
> other images in that data set, and prints out a bunch of information
> like mean, max etc. The trouble is it will not work under IDL VM and the
> error is something about not being able to run the 'execute' function. I
> noticed that there were other questions like this on this newsgroup, so
> my question is how do I write a programme that can be run by IDL VM. As
> a simple example I would like to open a data set, draw a ROI on the
> first image and then print the mean pixel value under that ROI for all
> the remaining images. I can do this in the full development version, but
> cannot figure out how to do it so that someone running IDL VM can run it
> as well.
>
> Thanks for your help.
>
> Karthik.
Dear Karthik,
what did you do by execute? I see no reason for using it. If you show a
bit of the code probably we could show how to avoide the execute statement.
Reimar
--
Reimar Bauer
Institut fuer Stratosphaerische Chemie (ICG-I)
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
------------------------------------------------------------ -------
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
============================================================ =======
|
|
|