-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run-noise Output file hash mismatch for _task-noise_scores.json #876
Comments
Without looking at the documentation or code, I would say yes, because this can change the information about which channels are to be marked as bad before running Maxwell-filter… and we try to keep the bad channels in sync between experimental runs and empty-room recordings |
Hm ok. So no way to prevent the lengthy recomputation? |
Ah wait. You first finished a complete pipeline run, then adjusted the ECG threshold, and when you re-run now, some earlier step is being re-run? Which one is that, |
yep, it happens in preprocessing/_01_data_quality |
and only for empty room, yes |
this shouldn't happen… I don't have time to reproduce or look into this now, though, sorry |
No problem, I just wait for it to be finished once, I wouldn't want to use the development version anyways for this project. But it would be good to fix it in the future. |
Can you upload one subject's raw |
@SophieHerbst given this is an issue with the empty-room data can you upload |
Okay I think I see how this can happen. If two subjects A and B match to the same empty room recording you can run the bad channel finding for that file twice, first for A then for B (assuming n_jobs=1). Then when you re-run the pipeline, a problem will be detected with the output file modified time, because both A and B will have written e.g. :
Although it will cause redundant calculations, the cleanest solution here is probably to save the |
sorry, I was completely offline for some days. will try the fixes now! |
I just finished a complete pipeline run (1.6), and now wanted to improve ica_cleaning.
The only parameter I changed is ica_ctps_ecg_threshold, so I did not expect any steps before that being rerun, but I receive:
│11:31:44│ 🚫 sub-215 run-noise Output file hash mismatch for /neurospin/meg/meg_tmp/TimeInWM_Izem_2019/BIDS_anonymized/derivatives/sub-emptyroom/ses-19230318/meg/sub-emptyroom_ses-19230318_task-noise_scores.json, will recompute …
This takes a lot more time and happens for every participant.
I never observed this behavior before.
In the new complete run of the pipeline, I started using
find_flat_channels_meg = True
find_noisy_channels_meg = True
Do these modify the empty room information in a later step, which triggers the re-run?
Happy about any insights on whether it is possible to avoid the re-run.
The text was updated successfully, but these errors were encountered: