prepare for new version

This commit is contained in:
2026-08-31 22:00:35 -07:00
parent a9ea0efcb4
commit f0b8266cf9
8 changed files with 613 additions and 32 deletions
+3 -1
View File
@@ -64,7 +64,9 @@ DATA_SCHEMA = [
{"key": "config_dict", "help": "Dict[file_path, dict]: Processing configuration parameters"},
{"key": "fig_bytes_dict", "help": "Dict[file_path, dict]: Serialized figure data"},
{"key": "contrast_results_dict", "help": "Dict[file_path, dict]: Calculated contrast statistical results"},
{"key": "roi_channel_map_dict", "help": "Dict[file_path, dict]: Calculated contrast statistical results"},
{"key": "roi_channel_map_dict", "help": "Dict[file_path, dict]: ROI channel mappings"},
{"key": "fir_feature_dict", "help": "Dict[file_path, dict]: Extracted FIR waveform features (features, names, channels)"},
{"key": "qc_dict", "help": "Dict[file_path, dict]: Quality control metrics"},
{"key": "valid_dict", "help": "Dict[file_path, bool]: Boolean validity status per file"}
]