You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.md
+6-15Lines changed: 6 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,7 @@
2
2
3
3
## Known Issues (Bugs)
4
4
5
-
***Timeline / Aggregation:**
6
-
* Transition between Aggregate and Frame mode is not intuitive. Consider separate timelines?
7
-
* "Running Mean" has issues.
8
-
* Aggregate function is deactivated when starting a grayscale web stream (32 frames). Ops tab allows opening Aggregate, but Range is not initially FULL.
9
-
* Switching from Aggregate to Frame mode causes an error in some cases.
10
-
***Live View:**
11
-
* Background Subtraction in Live Stream causes error messages.
12
-
* RAM usage warning needed in Buffer Dialog.
13
-
* Display FPS is currently fixed at 10 FPS; should be configurable.
5
+
- ...
14
6
15
7
## High Priority Features
16
8
@@ -20,17 +12,16 @@
20
12
21
13
## Medium Priority
22
14
23
-
***Dual-Build Setup:** Ability to build Standard and Full EXE.
24
-
***CSV Converter:** Dialog with Preview, Column Selection -> .npy export.
25
-
***Tests:** Expand tests for `ReduceDict` edge cases.
15
+
***Dual-Build Setup:** Ability to build Standard and Full EXE (= Exotic Data flavours).
16
+
***Proper Exporter:** Dialog with Options to export as *.npy or image for Raw / Pipeline / PCA data
26
17
***RoSEE:** Check Isolines and normalization (Autozoom should activate).
27
18
***Mouse Wheel Zoom:** Allow zooming only on one axis (in extraction plots?).
28
19
***Docker:** Verify Docker deployment.
20
+
***Ubuntu:** Verify Ubuntu deployment.
29
21
30
-
## Low Priority / Long Term
22
+
## Low Priority / Long Term / Discussion
31
23
32
-
***Video Optimization:** Strategy for handling compressed video data vs. full float32 matrices (mmap, Chunked, Range-Load). See `docs/OPTIMIZATION.md`.
0 commit comments