-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from FZJ-INM1-BDA/develop
Merge develop into main
- Loading branch information
Showing
49 changed files
with
2,916 additions
and
783 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"creators": [ | ||
{ | ||
"affiliation": "Institute of Neuroscience and Medicine (INM-1), Forschungszentrum Jülich, Germany", | ||
"name": "Thönnißen, Julia", | ||
"orcid": "0000-0002-5467-871X" | ||
}, | ||
{ | ||
"affiliation": "Institute of Neuroscience and Medicine (INM-1), Forschungszentrum Jülich, Germany", | ||
"name": "Dickscheid, Timo", | ||
"orcid": "0000-0002-9051-3701" | ||
} | ||
], | ||
"license": "Apache-2.0", | ||
"title": "voluba-mriwarp: Integration of whole-brain MRI scans into multilevel brain atlases", | ||
"description": "voluba-mriwarp is a desktop application that integrates whole-brain T1-weighted MRI scans into the anatomical context of the EBRAINS Human Brain Atlas. It incorporates all required components like skull stripping, registration to MNI ICBM 152 2009c Nonlinear Asymmetric space, and detailed analysis with the siibra toolsuite. The corresponding functionalities are provided via open-source tools like HD-BET, ANTs and siibra-python. voluba-mriwarp is primarily designed for Windows 10 but can also be executed on Linux.\nWarping brain data to a standardized space like MNI152 enables anchoring of whole-brain MRI scans to atlas volumes and therefore facilitates analysis in a detailed anatomical context. However, reasonable registration requires various steps that need optimization effort. _voluba-mriwarp_ aims to simplify this workflow. With this application, you avoid installing multiple tools and tweaking parameters for a proper registration result. Instead, _voluba-mriwarp_ is an easy-to-install and easy-to-use tool combining all necessary steps into one pipeline.\napplies a set of predefined parameters to remove the skull and warp the input brain scan to MNI152 space. You can utilize the warping results in _voluba-mriwarp_ to interactively analyze points by making a probabilistic assignment of coordinates in the input space to brain regions of the EBRAINS Human Brain Atlas. To get an overview of more information about a brain region, you can access siibra-explorer through the application. For further analysis, _voluba-mriwarp_ offers to export the anatomical assignments together with linked multimodal data features like receptor densities, cell distributions or brain connectivity.", | ||
"keywords": [ | ||
"neuroimaging", | ||
"skull stripping", | ||
"image registration", | ||
"brain atlases", | ||
"mri scans" | ||
], | ||
"upload_type": "software" | ||
} |
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
Binary file not shown.
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,37 @@ | ||
{ | ||
"command": { | ||
"verbose": "1", | ||
"dimensionality": "3", | ||
"use-histogram-matching": "0", | ||
"winsorize-image-intensities": "[0.005,0.995]", | ||
"masks": "[NULL,MASK]", | ||
"float": "1", | ||
"interpolation": "Linear", | ||
"output": "[TRANSFORM,VOLUME]", | ||
"write-composite-transform": "1", | ||
"collapse-output-transforms": "1", | ||
"stages": [ | ||
{ | ||
"transform": "Rigid[0.1]", | ||
"metric": "MI[FIXED,MOVING,1,32,Regular,0.25]", | ||
"convergence": "[1000x500x250x0,1e-6,10]", | ||
"smoothing-sigmas": "4x3x2x1vox", | ||
"shrink-factors": "12x8x4x2" | ||
}, | ||
{ | ||
"transform": "Affine[0.1]", | ||
"metric": "MI[FIXED,MOVING,1,32,Regular,0.25]", | ||
"convergence": "[1000x500x250x0,1e-6,10]", | ||
"smoothing-sigmas": "4x3x2x1vox", | ||
"shrink-factors": "12x8x4x2" | ||
}, | ||
{ | ||
"transform": "Syn[0.1,3,0]", | ||
"metric": "MI[FIXED,MOVING,1,32]", | ||
"convergence": "[100x100x70x50x0,1e-6,10]", | ||
"smoothing-sigmas": "5x3x2x1x0vox", | ||
"shrink-factors": "10x6x4x2x1" | ||
} | ||
] | ||
} | ||
} |
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,55 @@ | ||
{ | ||
"linear": { | ||
"verbose": "1", | ||
"dimensionality": "3", | ||
"use-histogram-matching": "0", | ||
"winsorize-image-intensities": "[0.005,0.995]", | ||
"interpolation": "Linear", | ||
"output": "[OUTPATH/linear_NAME_transformation,OUTPATH/linear_NAME_registered.nii.gz]", | ||
"stages": [ | ||
{ | ||
"transform": "Rigid[0.1]", | ||
"metric": "GC[FIXED,MOVING,1,,Regular,0.25]", | ||
"convergence": "[1000x500x250x100,1e-6,10]", | ||
"shrink-factors": "8x4x2x1", | ||
"smoothing-sigmas": "3x2x1x0vox", | ||
"masks": "[NULL,MASK]" | ||
}, | ||
{ | ||
"transform": "Affine[0.1]", | ||
"metric": "GC[FIXED,MOVING,1,,Regular,0.25]", | ||
"convergence": "[1000x500x250x100,1e-6,10]", | ||
"shrink-factors": "8x4x2x1", | ||
"smoothing-sigmas": "3x2x1x0vox", | ||
"masks": "[NULL,MASK]" | ||
}, | ||
{ | ||
"transform": "Affine[0.1]", | ||
"metric": "GC[FIXED,MOVING,1,,Regular,0.25]", | ||
"convergence": "[1000x500x250x100,1e-6,10]", | ||
"shrink-factors": "8x4x2x1", | ||
"smoothing-sigmas": "3x2x1x0vox", | ||
"masks": "[NULL,MASK]" | ||
} | ||
] | ||
}, | ||
"nonlinear": { | ||
"verbose": "1", | ||
"dimensionality": "3", | ||
"use-histogram-matching": "1", | ||
"winsorize-image-intensities": "[0.005,0.995]", | ||
"interpolation": "Linear", | ||
"output": "[OUTPATH/nonlinear_NAME_transformation,OUTPATH/nonlinear_NAME_registered.nii.gz]", | ||
"stages": [ | ||
{ | ||
"transform": "SyN[0.2]", | ||
"metric": "CC[FIXED,MOVING,1,4,None,1]", | ||
"convergence": "[100x100x100x50,1e-6,10]", | ||
"shrink-factors": "4x2x1x1", | ||
"smoothing-sigmas": "2x1x1x0vox", | ||
"masks": "[NULL,MASK]", | ||
"initial-moving-transform": "OUTPATH/linear_NAME_transformation0GenericAffine.mat" | ||
} | ||
] | ||
} | ||
} |
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
Oops, something went wrong.