Hello Guys,
I'm using the adPython 0.2 plugin for AreaDetector R1.9 on Ubuntu 12.4.
Is there any way to stop the Python script while it's running?
My script runs some analysis on the input image, and this can take a short or long time depending on the input parameters. If a user wants to change a parameter while the analysis is running, ideally I want to stop the script and start again on a new frame with the updated parameter. But the Template class can't update the params dictionary until it has finished with the current analysis, and I have no way of killing the script thread.
Any thoughts on this?
Thanks!
Isabella