forked from schachmett/gxps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgxps.todo
31 lines (28 loc) · 1.06 KB
/
gxps.todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Major:
* measure peak areas correctly
* fix crash when using some normalization methods
* peak param window does not update sometimes --- fixed??
* PseudoVoigt peak sometimes looks W-shaped (when a lot of peaks are near each other)
* handle bright mode / dark mode
* make plot customisable
* show residuals
* write tests
* improve image export
* don't crash on importing unknown files
Low priority:
* manage plot colors
* handle state.titles and view preferences in a saveable way (to .gxps or in the config?)
* improve plot update handling
* rehaul background bounds
* replace pbr dependency by importlib.metadata (requires higher python3 version)
* fine tune bus priority and event checking
* make detailed signals instead of putting everything in event properties
* use f-string interpolation (requires python3.6)
* add background types and peak shapes
Unclear if doable:
* make emitting signals a decorator
* make bus firing a decorator
* include fittable background
Unclear if it provides an advantage
* abolish the CONFIG, COLORS and dunder singletons
* use type annotations