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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
19
19
### Added
20
20
- Added the ability to downsample to 10K or 2K resolution for freesurfer runs
21
+
- Added the ability to ingress TotalReadoutTime from epi field map meta-data from the JSON sidecars.
22
+
- Added the ability to use TotalReadoutTime of epi field maps in the calculation of FSL topup distortion correction.
21
23
- Difference method (``-``) for ``CPAC.utils.configuration.Configuration`` instances
22
24
23
25
### Changed
@@ -35,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
37
### Fixed
36
38
- 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`.
37
39
- Replaces ``DwellTime`` with ``EffectiveEchoSpacing`` for FSL usage of the term
40
+
- Fixed an issue that was causing some epi field maps to not be ingressed if the BIDS tags were not in the correct order.
0 commit comments