Skip to content

This service creates images of 3D surfaces of the major tracts segmented by AFQ or WMA in 4 views: axial, coronal, left and right sagittal.

Notifications You must be signed in to change notification settings

kitchell/app-plot3Dobjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abcdspec-compliant Run on Brainlife.io

app-plot3Dobjects

This App allows you to plot 3D objects in .vtk format in four different views: axial, coronal, left, and right sagittal.

Author

Funding

NSF-BCS-1734853 NSF-BCS-1636893 NSF-ACI-1916518 NSF-IIS-1912270 NIH-NIBIB-R01EB029272

Citations

We kindly ask that you cite the following articles when publishing papers and code using this code.

  1. Kitchell, Lindsey. Shape Analysis of Human White Matter Tracts: An Examination of Normal Morphological Variability and the Association Between Morphology, Brain Size, and Behavior. Indiana University. 2020
  2. Avesani, P., McPherson, B., Hayashi, S. et al. The open diffusion data derivatives, brain data upcycling via integrated publishing of derivatives and reproducible open cloud services. Sci Data 6, 69 (2019). https://doi.org/10.1038/s41597-019-0073-y

Running the App

On Brainlife.io

You can submit this App online at https://brainlife.io/app/596cdb1a88ae6f0021531d6a# via the "Execute" tab.

Running Locally (on your machine)

  1. git clone this repo.
  2. Inside the cloned directory, create config.json with something like the following content with paths to your input files.
{
   "surfaces": "../surfaces/"
}

If you have singlarity install on your local machine:

  1. Launch the App by executing main
./main

Otherwise:

  1. execute main.py in python

Sample Datasets

If you don't have your own input file, you can download sample datasets from Brainlife.io, or you can use Brainlife CLI.

Output

The output of this app will be a folder with images of the 3d surfaces.

Dependencies

This App only requires singularity to run. If you don't have singularity, you will need to install following dependencies.

  • Python

About

This service creates images of 3D surfaces of the major tracts segmented by AFQ or WMA in 4 views: axial, coronal, left and right sagittal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published