You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
24
- Required positional parameter "wf" in input and output of `ingress_pipeconfig_paths` function, where a node to reorient templates is added to the `wf`.
25
25
- Required positional parameter "orientation" to `resolve_resolution`.
26
26
- Optional positional argument "cfg" to `create_lesion_preproc`.
27
+
- New switch `mask_sbref` under `func_input_prep` in functional registration and set to default `on`.
28
+
- New resource `desc-head_bold` as non skull-stripped bold from nodeblock `bold_masking`.
27
29
-`censor_file_path` from `offending_timepoints_connector` in the `build_nuisance_regressor` node.
28
30
29
31
### Changed
@@ -37,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
37
39
- Moved `FSL-AFNI subworkflow` from inside a `bold_mask_fsl_afni` nodeblock into a separate function.
38
40
- Renamed `desc-ref_bold` created in this workflow to `desc-unifized_bold`.
39
41
-`coregistration_prep_fmriprep` nodeblock now checks if `desc-unifized_bold` exists in the Resource Pool, if not it runs the `FSL-AFNI subworkflow` to create it.
42
+
- Input `desc-brain_bold` to `desc-preproc_bold` for `sbref` generation nodeblock `coregistration_prep_vol`.
40
43
41
44
### Fixed
42
45
@@ -57,7 +60,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
57
60
- as output from FNIRT registration.
58
61
- as inputs from Nodeblocks requesting it and, replaced with `space-template_desc-brain_mask`.
59
62
- from outputs tsv.
60
-
63
+
- Inputs `[desc-motion_bold, bold]` from `coregistration_prep_vol` nodeblock.
64
+
-`input` field from `coregistration` in blank and default config.
65
+
-`reg_with_skull` swtich from `func_input_prep` in blank and default config.
Copy file name to clipboardExpand all lines: CPAC/resources/configs/pipeline_config_abcd-options.yml
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -199,9 +199,6 @@ registration_workflows:
199
199
run: On
200
200
func_input_prep:
201
201
202
-
# Choose whether to use functional brain or skull as the input to functional-to-anatomical registration
203
-
reg_with_skull: On
204
-
205
202
# Choose whether to use the mean of the functional/EPI as the input to functional-to-anatomical registration or one of the volumes from the functional 4D timeseries that you choose.
Copy file name to clipboardExpand all lines: CPAC/resources/configs/pipeline_config_blank.yml
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -706,9 +706,6 @@ registration_workflows:
706
706
run: Off
707
707
func_input_prep:
708
708
709
-
# Choose whether to use functional brain or skull as the input to functional-to-anatomical registration
710
-
reg_with_skull: Off
711
-
712
709
# Choose whether to use the mean of the functional/EPI as the input to functional-to-anatomical registration or one of the volumes from the functional 4D timeseries that you choose.
Copy file name to clipboardExpand all lines: CPAC/resources/configs/pipeline_config_default.yml
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -766,8 +766,7 @@ registration_workflows:
766
766
# Choose FSL or ABCD as coregistration method
767
767
using: FSL
768
768
769
-
# Choose brain or whole-head as coregistration input
770
-
input: brain
769
+
#TODO Add input field here to choose between whole head or brain
771
770
772
771
# Choose coregistration interpolation
773
772
interpolation: trilinear
@@ -783,9 +782,6 @@ registration_workflows:
783
782
784
783
func_input_prep:
785
784
786
-
# Choose whether to use functional brain or skull as the input to functional-to-anatomical registration
787
-
reg_with_skull: Off
788
-
789
785
# Choose whether to use the mean of the functional/EPI as the input to functional-to-anatomical registration or one of the volumes from the functional 4D timeseries that you choose.
0 commit comments