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
+5
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
20
21
21
-`pyproject.toml` file with `[build-system]` defined.
22
22
-[](https://results.pre-commit.ci/latest/github/FCP-INDI/C-PAC/main) badge to [`README`](./README.md).
23
+
-`desired_orientation` key in participant-level pipeline config under `pipeline_setup`.
24
+
- Required positional parameter "wf" in input and output of `ingress_pipeconfig_paths` function, where a node to reorient templates is added to the `wf`.
25
+
- Required positional parameter "orientation" to `resolve_resolution`.
26
+
- Optional positional argument "cfg" to `create_lesion_preproc`.
23
27
24
28
### Changed
25
29
26
30
- Moved `pygraphviz` from requirements to `graphviz` optional dependencies group.
27
31
- Automatically tag untagged `subject_id` and `unique_id` as `!!str` when loading data config files.
32
+
- Made orientation configurable (was hard-coded as "RPI").
# the set_data below is set up a little differently, because we are
2485
-
# injecting and also over-writing already-existing entries
2486
-
# other alternative would have been to ingress into the
2487
-
# resampled_template node from the already existing entries, but we
2488
-
# didn't do that here
2489
-
rpool.set_data(
2490
-
key,
2491
-
resampled_template,
2492
-
"resampled_template",
2493
-
json_info,
2494
-
"",
2495
-
"template_resample",
2496
-
) # pipe_idx (after the blank json {}) should be the previous strat that you want deleted! because you're not connecting this the regular way, you have to do it manually
0 commit comments