added white theme, some features to processing and saving

This commit is contained in:
Ayzen
2026-04-13 10:44:01 +03:00
parent 61685d7a4d
commit 5d2f95f959
20 changed files with 295 additions and 48 deletions
+1 -1
View File
@@ -32,4 +32,4 @@
"gpr_background_mean_count": 10,
"history_command_seq": 0,
"history_command": "none"
}
}
+13 -1
View File
@@ -108,6 +108,18 @@
"set_name": "",
"bundle_path": ""
}
},
"notch": {
"enabled": true,
"bands_hz": [
[790000000.0, 850000000.0],
[1790000000.0, 1890000000.0],
[1970000000.0, 2050000000.0],
[2080000000.0, 2560000000.0],
[2650000000.0, 2700000000.0]
],
"taper_width_hz": 40000000.0,
"taper_type": "cosine"
}
},
"gpr": {
@@ -169,4 +181,4 @@
"slot_size_bytes": 2097152
}
}
}
}