IDL VM Machine "Execute" function. [message #41613] |
Sat, 06 November 2004 20:24 |
Karthik
Messages: 10 Registered: December 2003
|
Junior Member |
|
|
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.
|
|
|