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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
32
- Switch `sink_native_transforms` under `registration_workflows` to output all `.mat` files in ANTs and FSL Transforms.
33
33
-`deoblique` field in pipeline config with `warp` and `refit` options to apply `3dWarp` or `3drefit` during data initialization.
34
34
-`organism` configuration option.
35
+
- Functionality to convert `space-T1w_desc-loose_brain_mask` and `space-T1w_desc-tight_brain_mask` into generic brain mask `space-T1w_desc-brain_mask` to use in brain extraction nodeblock downstream.
36
+
-`desc-ABCDpreproc_T1w` to the outputs
37
+
-`bc` to `lite` container images.
35
38
36
39
### Changed
37
40
@@ -55,6 +58,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
58
- Introduced a new `template_space_func_masking` section in the pipeline config for template-space-only methods.
56
59
- Moved `Anatomical_Resampled` masking method from `func_masking` to the `template_space_func_masking`.
57
60
- Upgraded resource retrieval to `importlib.resources`.
61
+
- Turned `On` boundary_based_registration for abcd-options preconfig.
62
+
- Refactored `transform_timeseries_to_T1template_abcd` nodeblock removing unnecessary nodes, changing `desc-preproc_T1w` inputs as reference to `desc-head_T1w`.
63
+
- Appended `T1w to Template` FOV match transform to the XFM.
58
64
59
65
### Upgraded
60
66
@@ -70,6 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
70
76
- Lingering calls to `cpac_outputs.csv` (was changed to `cpac_outputs.tsv` in v1.8.1).
71
77
- A bug in the `freesurfer_abcd_preproc` nodeblock where the `Template` image was incorrectly used as `reference` during the `inverse_warp` step. Replacing it with the subject-specific `T1w` image resolved the issue of the `desc-restoreBrain_T1w` being chipped off.
72
78
- A bug in `ideal_bandpass` where the frequency mask was incorrectly applied, which caused filter to fail in certain cases.
79
+
-`Freesufer-ABCD` brain masking strategy to create mask as per the original DCAN script.
80
+
- A bug where `$ANTSPATH` was unset in C-PAC with FreeSurfer images.
0 commit comments