oeway / thunder-storm

Automatically exported from code.google.com/p/thunder-storm
Other
0 stars 0 forks source link

Performance evaluation problem #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I correctly imported the ground truth .csv file and the result .csv file 
2.I run the 'performance evaluation' function
3.I received an out-of-bounds exception

What is the expected output? What do you see instead?
I expected to see a result table.
Index out of bounds exception (see attached Exception.txt)

What version of the product are you using? On what operating system?
ImageJ 1.48v ,thunderSTORM 1.3

Please provide any additional information below.
I'm attaching the cvs file that I would like to compare 
(ground-truth(LDGroundTruthGain1) and result(LDfangSoftResults)) and the 
exception

Original issue reported on code.google.com by anna.arc...@gmail.com on 17 Dec 2014 at 3:56

Attachments:

GoogleCodeExporter commented 9 years ago
Hi, thanks for the report. What the error means is that you are missing `frame` 
column in `LDfangSoftResults.csv`. Is there a way for you to include it in the 
file? The evaluation is done on frame-by-frame basis. At the moment the 
simulation engine doesn't support multiple blinking events by a single emitter.

Original comment by zitmen@gmail.com on 17 Dec 2014 at 5:31

GoogleCodeExporter commented 9 years ago
Thanks! Now it is clear why the performance evaluation function can not work. 
Unfortunately the specific SM software I want to test returns only the 
molecule-localizations without a reference regarding the frame of a particular 
molecule. In this case, to compere the x-y localizations, I usually sort by the 
column of the x positions of the results table (when this is statistically 
adequate). Will you implement another "frame free" evaluation function too?

Original comment by anna.arc...@gmail.com on 18 Dec 2014 at 8:52

GoogleCodeExporter commented 9 years ago
Yes, I'm going to add this option.

Original comment by zitmen@gmail.com on 15 Jan 2015 at 12:56

GoogleCodeExporter commented 9 years ago
The new feature was added in revision 2620055e8240. New daily build is now 
available.

Original comment by zitmen@gmail.com on 15 Jan 2015 at 1:37

GoogleCodeExporter commented 9 years ago
Thanks!!

Original comment by anna.arc...@gmail.com on 16 Jan 2015 at 12:07