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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,22 +14,31 @@ All notable changes to this project will be documented in this file.
14
14
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
15
15
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
16
16
17
-
## [Unreleased]
17
+
## [unreleased]
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
- Added ability to set minimum quality measure thresholds to all registration steps
22
24
- Difference method (``-``) for ``CPAC.utils.configuration.Configuration`` instances
23
25
24
26
### Changed
27
+
- Added a level of depth to `working` directories to match `log` and `output` directory structure
28
+
- Renamed participant-pipeline-level `output` directory prefix to `pipeline_` to match `log` and `working` paths
25
29
- Changed the 1mm atlases chosen in the rbc-options preconfig to the 2mm versions
26
30
- For Nilearn-generated correlation matrices, diagonals are now set to all `1`s (were all `0`s)
27
31
- Added ability to apply nusiance correction to template-space BOLD images
28
32
- Removed ability to run single-step-resampling on motion-corrected BOLD data
29
33
- Moved default pipeline config into directory with other preconfigs
30
34
- Added crash messages from during and before graph building to logs
35
+
- Added data-config-specific hash string to C-PAC-generated config files
36
+
- Updated `rbc-options` preconfig to use `fmriprep-options` preprocessing
31
37
32
38
### Fixed
39
+
- 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`.
40
+
- Replaces ``DwellTime`` with ``EffectiveEchoSpacing`` for FSL usage of the term
41
+
- Fixed an issue that was causing some epi field maps to not be ingressed if the BIDS tags were not in the correct order.
.. [1] Shehzad Z, Kelly C, Reiss PT, Emerson JW, McMahon K, Copland DA, Castellanos FX, Milham MP. An Analytic Framework for Connectome-Wide Association Studies. Under Review.
90
+
.. [1] Shehzad Z, Kelly C, Reiss PT, Cameron Craddock R, Emerson JW, McMahon K, Copland DA, Castellanos FX, Milham MP. A multivariate distance-based analytic framework for connectome-wide association studies. Neuroimage. 2014 Jun;93 Pt 1(0 1):74-94. doi: 10.1016/j.neuroimage.2014.02.024. Epub 2014 Feb 28. PMID: 24583255; PMCID: PMC4138049.
0 commit comments