Skip to content

Commit

Permalink
Merge pull request #346 from nipreps/fix/yoio-you-only-interpolate-once
Browse files Browse the repository at this point in the history
FIX: Refactoring the ``B0FieldTransform`` implementation
  • Loading branch information
oesteban authored Aug 16, 2023
2 parents 375dd7a + 6e3de3a commit 11fadb2
Show file tree
Hide file tree
Showing 17 changed files with 1,085 additions and 355 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@ jobs:
datalad install -r https://gin.g-node.org/nipreps-data/brain-extraction-tests
datalad update --merge -d brain-extraction-tests/
datalad get -r -J 2 -d brain-extraction-tests
- run:
name: Install HCPh fieldmaps
command: |
datalad install -r https://github.com/nipreps-data/hcph-pilot_fieldmaps.git
datalad update -r --merge -d hcph-pilot_fieldmaps/
datalad get -r -J 2 -d hcph-pilot_fieldmaps/ hcph-pilot_fieldmaps/*
- save_cache:
key: data-v6-{{ .Branch }}-{{ .Revision }}
Expand Down
3 changes: 2 additions & 1 deletion sdcflows/data/fmap-any_registration.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"transforms": [ "Rigid", "Rigid" ],
"use_histogram_matching": [ true, true ],
"winsorize_lower_quantile": 0.001,
"winsorize_upper_quantile": 0.999
"winsorize_upper_quantile": 0.999,
"write_composite_transform": false
}
3 changes: 2 additions & 1 deletion sdcflows/data/fmap-any_registration_testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"transforms": [ "Rigid", "Rigid" ],
"use_histogram_matching": [ true, true ],
"winsorize_lower_quantile": 0.005,
"winsorize_upper_quantile": 0.998
"winsorize_upper_quantile": 0.998,
"write_composite_transform": false
}
Loading

0 comments on commit 11fadb2

Please sign in to comment.