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
93 stars 42 forks source link

No import of a tab-delimited file that was exported by ThunderSTORM #2

Closed zitmen closed 9 years ago

zitmen commented 9 years ago
What steps will reproduce the problem?
1. Run an analysis
2. Export the results as a tab-delimited (xls) file
3. Reset the Results
4. Import the previously exported results

What is the expected output? What do you see instead?
I expect all columns to be properly imported, in particular x, y, and uncertainty with
their units. Instead I just see a single "id" column that is empty, suggesting
a failed import

What version of the product are you using? On what operating system?
I'm using ThunderSTORM 1.1 in Fiji (ImageJ 1.48q), Java 1.6.0_65 (64b) on OSX 10.9.1

Please provide any additional information below.
I attached the beginning of the .xls file that was exported by ThunderSTORM and that
it failed to import.

Original issue reported on code.google.com by lechristophe on 2014-02-11 15:55:23


zitmen commented 9 years ago
Actually, the export as tab-delimited (xls) seems to exports a comma-separated value
file.

Original issue reported on code.google.com by lechristophe on 2014-02-11 16:03:35

zitmen commented 9 years ago
Fixed in commit 609d1a626ea2 (version dev-2014-02-19-b1).

Original issue reported on code.google.com by vmodrosedem on 2014-02-19 15:15:13