Export data as a list, with and without threshold

Issue #450 new
Anastasia Baryshnikova created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Save the data in a new format that can be loaded into other software

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

File > Export > Data ...

CURRENT BEHAVIOR

Currently, we only allow exporting the image of the matrix. I think we should add a second route: exporting the data itself, into a new file, with or without modifications.

For example:

File > Export > Figure... (leads to current export function)

File > Export > Data... (new feature)

EXPECTED BEHAVIOR

A window pops out (just like in the current export) with the following options:

Format: [Matrix] [List]

Threshold: [slider bar, just like in the color selection, that allows you to specify which values should be included in the export]

Binarize: [checkbox -- if yes, set included values to 1, excluded values to 0; if no, keep the original numbers for the included values, set the excluded values to 0]

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

e.g. Add a color selection class

FILES AFFECTED (where the changes will be implemented) - developers only

e.g. selectColor.java & settingsPanel.java

LEVEL OF EFFORT - developers only

trivial/minor/medium/major/overhaul (choose one)

COMMENTS

Comments (3)

  1. Log in to comment