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
so over here the first point is correct that if the user wants to warp
tissue mask to EPI template then EPI_registration under
functional_registration should be On and the template_for_segmentation
should be EPI_template. The second point is in order to warp tissue
mask to T1 template for this anatomical_registration should be On and
the template_for_segmentation should be T1_template.
[skip ci]
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
22
22
### Changed
23
23
- In a given pipeline configuration, segmentation probability maps and binary tissue masks are warped to template space, and those warped masks are included in the output directory
24
-
- if `registration_workflows['functional_registration']['EPI_registration']['run segmentation']` is `On` and `segmentation['tissue_segmentation']['Template_Based']['template_for_segmentation']` includes `EPI_registration`
24
+
- if `registration_workflows['functional_registration']['EPI_registration']['run segmentation']` is `On` and `segmentation['tissue_segmentation']['Template_Based']['template_for_segmentation']` includes `EPI_Template`
25
25
26
26
and/or
27
-
- if `registration_workflows['anatomical_registration']['run']` is `On` and
27
+
- if `registration_workflows['anatomical_registration']['run']` is `On` and`segmentation['tissue_segmentation']['Template_Based']['template_for_segmentation']` includes `T1_Template`
28
28
- Renamed connectivity matrices from `*_connectome.tsv` to `*_correlations.tsv`
29
29
- Moved some ephemeral logging statements into `pypeline.log`
0 commit comments