-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert pipeline configs from JSON to YAML (#84)
* Switch to YAMLs for the pipelines. * Replace the existing pipelines with YAMLs. * Update docs. * Update base.py * Match the example YAMLs to old ones.
- Loading branch information
Showing
46 changed files
with
1,361 additions
and
1,628 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
anatomical: [] | ||
atlases: [] | ||
name: tortoise_recon | ||
nodes: | ||
- action: estimate | ||
input: qsirecon | ||
name: tortoise_dtmapmri | ||
parameters: | ||
big_delta: null | ||
estimate_mapmri: | ||
map_order: 4 | ||
estimate_tensor: | ||
bval_cutoff: 2400 | ||
write_cs: true | ||
estimate_tensor_separately: true | ||
small_delta: null | ||
qsirecon_suffix: TORTOISE | ||
software: TORTOISE | ||
space: T1w |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
atlases: [] | ||
description: Runs the AMICO implementation of NODDI | ||
name: amico_noddi | ||
nodes: | ||
- action: fit_noddi | ||
input: qsirecon | ||
name: fit_noddi | ||
parameters: | ||
dIso: 0.003 | ||
dPar: 0.0017 | ||
isExvivo: false | ||
qsirecon_suffix: NODDI | ||
software: AMICO | ||
space: T1w |
Oops, something went wrong.