Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed May 4, 2024
1 parent 4994a10 commit 328a1d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/fmripost_aroma/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,11 +360,16 @@ def init_single_subject_wf(subject_id: str):
)
ica_aroma_wf.inputs.inputnode.bold_std = functional_cache["bold_std"]
ica_aroma_wf.inputs.inputnode.bold_mask_std = functional_cache["bold_mask_std"]
workflow.add_nodes([ica_aroma_wf])

ica_aroma_wf.inputs.inputnode.movpar_file = functional_cache["movpar_file"]
ica_aroma_wf.inputs.inputnode.skip_vols = functional_cache["skip_vols"]
ica_aroma_wf.inputs.inputnode.spatial_reference = functional_cache["spatial_reference"]

# Now denoise the native-space BOLD data using ICA-AROMA

# Now warp the denoised BOLD data to the requested output spaces

return clean_datasinks(workflow)


Expand Down

0 comments on commit 328a1d0

Please sign in to comment.