Hi all -
I'm scripting my standard processing sequence. I currently have scripts that calibrate and cosmetic correct new data, so that the first thing I need to do is subframe selection. What I'd like to do is create subframe selection icons as the output of my script so that I can just click and go. I've found the "writeIcon()" method of the ProcessInstance base class, but this only works to overwrite an existing process icon on the desktop. What I'd like to do is create a new process icon and then write it. Does anyone know how / whether this is possible?
Thanks.