How do I use exec() in imageJ, http://fiji.sc/ImageJ_tricks#Execute_external_programs? Can I use the exec() function to launch an external python program with something like:
exec("python", d:\py\program1.py");
Is it possible to return an image array to exec from python?