Skip to content

Commit 11fadb2

Browse files
authored
Merge pull request #346 from nipreps/fix/yoio-you-only-interpolate-once
FIX: Refactoring the ``B0FieldTransform`` implementation
2 parents 375dd7a + 6e3de3a commit 11fadb2

File tree

17 files changed

+1085
-355
lines changed

17 files changed

+1085
-355
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,13 @@ jobs:
123123
datalad install -r https://gin.g-node.org/nipreps-data/brain-extraction-tests
124124
datalad update --merge -d brain-extraction-tests/
125125
datalad get -r -J 2 -d brain-extraction-tests
126+
127+
- run:
128+
name: Install HCPh fieldmaps
129+
command: |
130+
datalad install -r https://github.com/nipreps-data/hcph-pilot_fieldmaps.git
131+
datalad update -r --merge -d hcph-pilot_fieldmaps/
132+
datalad get -r -J 2 -d hcph-pilot_fieldmaps/ hcph-pilot_fieldmaps/*
126133
127134
- save_cache:
128135
key: data-v6-{{ .Branch }}-{{ .Revision }}

sdcflows/data/fmap-any_registration.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"transforms": [ "Rigid", "Rigid" ],
1919
"use_histogram_matching": [ true, true ],
2020
"winsorize_lower_quantile": 0.001,
21-
"winsorize_upper_quantile": 0.999
21+
"winsorize_upper_quantile": 0.999,
22+
"write_composite_transform": false
2223
}

sdcflows/data/fmap-any_registration_testing.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"transforms": [ "Rigid", "Rigid" ],
1919
"use_histogram_matching": [ true, true ],
2020
"winsorize_lower_quantile": 0.005,
21-
"winsorize_upper_quantile": 0.998
21+
"winsorize_upper_quantile": 0.998,
22+
"write_composite_transform": false
2223
}

0 commit comments

Comments
 (0)