ThomasKUL
30th October 2009, 13:29
Hi,
I'm working with the XQuant module and I'm writing some scripts that use commands from this module in order to automate my procedure. So basicly I want to perform some operations on a certain data set. For instance first apply a threshold, then label the images, then etc.
However the help doc. is really abstract and a bit confusing:
This is the general form: exeCommand <Command>
But:
Quantification:algo exeCommand "cmd=I_analyze input=grey_ima param= outanl=label_ima"
Whereas:
Quantification:algo exeCommand "cmd=threshold input=grey_ima param=0,100output=bin_ima"
As you can see they use in the first line "outanl whereas in the second they use output. What is the general convention on how to write the command section (<Command>)?
Suppose I want to do a watershed segmentation on my data, which requires two different inputs. Or suppose I want to do an I_analyze, but I'm only interested in the 3D Volume.
How would this work?
Kind regards,
Thomas
PS: I didn't found any information in the refguide concerning scripting
I'm working with the XQuant module and I'm writing some scripts that use commands from this module in order to automate my procedure. So basicly I want to perform some operations on a certain data set. For instance first apply a threshold, then label the images, then etc.
However the help doc. is really abstract and a bit confusing:
This is the general form: exeCommand <Command>
But:
Quantification:algo exeCommand "cmd=I_analyze input=grey_ima param= outanl=label_ima"
Whereas:
Quantification:algo exeCommand "cmd=threshold input=grey_ima param=0,100output=bin_ima"
As you can see they use in the first line "outanl whereas in the second they use output. What is the general convention on how to write the command section (<Command>)?
Suppose I want to do a watershed segmentation on my data, which requires two different inputs. Or suppose I want to do an I_analyze, but I'm only interested in the 3D Volume.
How would this work?
Kind regards,
Thomas
PS: I didn't found any information in the refguide concerning scripting