-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't easily save BoneJ results from table #129
Comments
FYI, the Together with this move, we also moved the IO component to There are plans to integrate some UI in the table display to allow saving of tables: imagej/imagej-common#75 If you're missing any functionality, or consider some parts of |
OK, I will have a go at reconfiguring Maven to use scijava-table |
Copy-pasting is possible from the table in the UI (click in the table, and @mdoube Thanks for labelling the issue! |
Hello - I am using boneJ2 via the ImageJ-Matlab interface. I would like to get numerical results from the "BoneJ results" table back to Matlab, but it does not appear as though the results window is treated as a table in Fiji. Is there a programmatic workaround to automatically store numerical results? |
@tristan05 please make a forum post requesting assistance with this https://forum.image.sc/ |
There is a workaround mentioned here to export tables: |
All components are released and pinned in the latest
No need to pin to any (see also scijava/scijava-table#9) |
This is now fixed by the user command _File > Export > Table ... _ |
BoneJ2 results are stored in a SharedTable called "BoneJ results" and displayed to the user (or not, if running headless).
There appears to be no programmatic way to save the results - commands from the File menu have no effect, and there is no 'save' method in the parent Table class.
It is possible to copy paste via the UI into a spreadsheet like LibreOffice Calc or into a text editor.
Users need a way to save table data via UI and scripts.
The text was updated successfully, but these errors were encountered: