Skip to content

Commit d712576

Browse files
committed
ENH: Expand template registration to use either anatomical modality
1 parent 2708d42 commit d712576

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

nibabies/workflows/anatomical/fit.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,7 @@ def init_infant_anat_fit_wf(
904904
sloppy=sloppy,
905905
omp_nthreads=omp_nthreads,
906906
templates=templates,
907+
image_type=reference_anat,
907908
)
908909
ds_template_registration_wf = init_ds_template_registration_wf(
909910
output_dir=str(output_dir),
@@ -1729,6 +1730,7 @@ def init_infant_single_anat_fit_wf(
17291730
sloppy=sloppy,
17301731
omp_nthreads=omp_nthreads,
17311732
templates=templates,
1733+
image_type=reference_anat,
17321734
)
17331735
ds_template_registration_wf = init_ds_template_registration_wf(
17341736
output_dir=str(output_dir),

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,16 @@ dependencies = [
2525
"nireports >= 23.2.0",
2626
"nitime",
2727
"nitransforms >= 23.0.1",
28-
"niworkflows >= 1.11.0",
28+
"niworkflows >= 1.12.1",
2929
"numpy >= 1.21.0",
3030
"packaging",
3131
"pandas",
3232
"psutil >= 5.4",
3333
"pybids >= 0.15.0",
3434
"requests",
3535
"sdcflows >= 2.10.0",
36-
"smriprep >= 0.16.1",
36+
# "smriprep >= 0.16.1",
37+
"smriprep @ git+https://github.com/nipreps/smriprep.git@master",
3738
"tedana >= 23.0.2",
3839
"templateflow >= 24.2.0",
3940
"toml",

0 commit comments

Comments
 (0)