zitmen / thunderstorm

ThunderSTORM: a comprehensive ImageJ plugin for SMLM data analysis and super-resolution imaging
http://zitmen.github.io/thunderstorm/
GNU General Public License v3.0
92 stars 42 forks source link

Issue with calls from macro #19

Closed zitmen closed 9 years ago

zitmen commented 9 years ago
What steps will reproduce the problem?

1. Open any image stack and perform any kind of detection (settings are not important)
2. Open a macro window and type the following macro command:
    run("Show results table", "action=filter formula=[intensity>500]");
3. The filter is applied but the 'Apply' button in the 'filter' panel of the main interface
of ThunderSTORM data table is now frozen. Same happens with merging.
4. No matter what you do next (different image, reset, etc), you have to restart ImageJ
to unlock the command again.

What is the expected output? What do you see instead?

At the end of this command, the Apply button should then be made available for another
dataset or even a different filtering string if necessary. I think this issue appeared
after the modifications implemented to solve the issue #16.
In any case, I'm not arguing that issue #16 wasn't a problem, just like Christoph,
I experienced it too during batch processing but I could work around by implementing
long wait() commands. Now it seems that the filtering command never sends a message
when it's done (same for merging command).

What version of the product are you using? On what operating system?

MacOS 10.10
ImageJ64 1.49n Java 1.6.0_65
ThunderSTORM, all versions have this issue since dev-2014-11-04-b1 which was the last
one to work for me.

Original issue reported on code.google.com by alex.f.carisey on 2015-01-05 14:25:06

zitmen commented 9 years ago
Thanks for such detailed info. This will make my part much easier :)

Original issue reported on code.google.com by zitmen on 2015-01-15 00:54:53

zitmen commented 9 years ago
Fixed in commit 935e26fce861. New daily build will be available in couple of hours.

Original issue reported on code.google.com by zitmen on 2015-01-15 10:45:23

zitmen commented 9 years ago
New daily build is now available.

Original issue reported on code.google.com by zitmen on 2015-01-15 13:38:12