-
Notifications
You must be signed in to change notification settings - Fork 297
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
[WIP, FIX] remove bold_mask generation from t2s #1800
Conversation
This code is passing locally, and it seems like the errors here are in the cache: FileNotFoundError: [Errno 2] No such file or directory: 'result_csf_msk.pklz' or due to build time-out: Too long with no output (exceeded 2h0m0s) I'll try to clear the cache and re-run. |
@emdupre I'm not sure this is a cache issue. Can you try updating the nipype requirement in setup.cfg to:
|
Thanks for the pin, @effigies ! That worked perfectly 👍 The brain masks here for ds210 don't look great, but they do locally for some data @Shotgunosine shared. Should I run (a non-downsampled) ds210 locally as well to confirm ? |
@emdupre Yeah, I would go ahead and check on full-resolution (though you might want to truncate to ~40 TRs to save time). |
Yeah, those maps do look problematic, hopefully they'll look better on full resolution. It looks like it's mostly including skull as opposed to excluding brain, which is a less drastic error I think. |
@emdupre I merged master, so you'll want to |
Superceded by #2109 |
Changes proposed in this pull request
Addresses #1786
Removes
bold_mask
generation frombold_t2s_wf
in the case of multi-echo data.Documentation that should be reviewed
N/A.