In preprocessing.py, clicking "Export to Analysis Tabs" (_on_export_to_tabs) commits the locally preprocessed recording directly into shared app state via rv_single.set() (single mode) or batch[subj] = ... (batch mode), with no backup of the previous value. Once exported, the original recording is unrecoverable from the preprocessing tab. The current workaround is re-uploading the file. Bug identified and described in the code with label BUG-1.
In
preprocessing.py, clicking "Export to Analysis Tabs" (_on_export_to_tabs) commits the locally preprocessed recording directly into shared app state viarv_single.set()(single mode) orbatch[subj] = ...(batch mode), with no backup of the previous value. Once exported, the original recording is unrecoverable from the preprocessing tab. The current workaround is re-uploading the file. Bug identified and described in the code with label BUG-1.