Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RF: Update primary bold workflow to incorporate single shot resampling (
#3114) This is a pretty big one, so I'm pausing now. Things that this PR is doing: 1) Adding single-shot reampling interfaces for fieldmaps and BOLD volumes/series. 2) Gets rid of the old `single_subject_wf` and replaces it with what had been `single_subject_fit_wf`. 3) Creates a new workflow in `workflows.bold.base` to wrap around fit and further stages. 4) Adds an `init_bold_native_wf` to `workflow.bold.fit`, which handles slice timing correction and multi-echo, and always returns both a native-resampled file as well as something that can be resampled and the transforms/fieldmaps it should use. * For single-echo, the resample-able thing is the STC'd file, and you get motion transforms and fieldmap ID back. * For multi-echo, the resample-able thing is the optimal combination, and motion transforms and fieldmap are dropped. --------- Co-authored-by: Mathias Goncalves <[email protected]>
- Loading branch information