|
Hello,
I am trying to use the "doCommand" to split jobs inside a macro by
executing plugins in parallel. However it seems that you cannot pass
argument from the Macro to the plugin when doing it. That is the
instruction:
run("Iterative Deconvolve 3D", "image=field--X00--Y00"+(i+j+1)+"
point=PSF output=Deconvolved show log perform detect wiener=0.001 low=1
z_direction=1 maximum=10 terminate=0.010");
works fine, if you substitute "run" with "doCommand" a syntax error is
detected by the compiler, while if you use
doCommand("Iterative Deconvolve 3D");
works fine but force to reintroduce the requested parameters...
any suggestions?
thanks a lot for the help
Mario
|