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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,12 +36,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
36
- Updated `rbc-options` preconfig to use `fmriprep-options` preprocessing
37
37
- Changed minimized pipeline base from `default` to `blank`
38
38
- Removed deprecated `--disable_file_logging` CLI flag
39
+
- Improved flexibility of some pipeline options regarding the application of distortion correction transforms
39
40
40
41
### Fixed
41
42
- Fixed [a bug](https://github.com/FCP-INDI/C-PAC/issues/1779) in which generated pipeline configs were not 100% accurate. The only affected configurable option discovered in testing was seed-based correlation analysis always reverting to the default configuration.
42
43
- Fixed [bug](https://github.com/FCP-INDI/C-PAC/issues/1795) that was causing `cpac run` to fail when passing a manual random seed via `--random_seed`.
43
44
- Replaces ``DwellTime`` with ``EffectiveEchoSpacing`` for FSL usage of the term
44
45
- Fixed an issue that was causing some epi field maps to not be ingressed if the BIDS tags were not in the correct order.
46
+
- Fixed an issue where some phase-difference GRE field map files were not properly being ingressed if the filenames were not expected.
0 commit comments