mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced 2026-01-18 20:23:51 +01:00
898 B
898 B
TODO
-
When
Create Flagis clicked, modify the title to indicate that we are in flagging mode and ROIs can be drawn by dragging. -
Update
Commit Flaglogic:- Only commit the flag while in
Create-flagmode,selectedDatais not null, and a valid flag has been selected. - Display the committed flag on the table on the right (replace the current text component).
- Only commit the flag while in
-
Record collected flag information initially in a YAML or JSON file. Is this faster than writing directly to the HDF5 file?
-
Should we actively transfer collected flags by clicking a button?
-
Enable some form of chunk storage and visualization from the HDF5 file. Iterate over chunks for faster display versus access time.
- Do I need to modify DIMA?
- What is a good chunk size?
- What Dash component can we use to iterate over the chunks?