dipy_skyline#
Synopsis#
Launch Skyline GUI.
If you want to load only odfs or rois. use dipy_skyline run –odfs <Your ODF files> or dipy_skyline run –rois <Your ROI files> respectively.
These options should be used in stealth mode. For GUI mode, the files can be loaded through the file dialog.
Usage#
dipy_skyline [OPTIONS] input_files
Input Parameters#
input_filesTuple of path for each image, peak, surface or tractogram to be added to the Skyline viewer.
General Options#
--roisTuple of path for each ROI to be added to the Skyline viewer. (default: None)
--odfsTuple of path for each ODF to be added to the Skyline viewer. (default: None)
--clusterWhether to cluster the tractograms. (default: False)
--performance_versionWhether to use the performance version of the tractogram rendering. This will render tractograms as lines instead of tubes, which can improve performance for large tractograms. (default: False)
--glass_brainWhether to use glass brain mode. This will overwrite the background color to white if not explicitly set by the user. (default: False)
--bg_colorDefine the background color of the scene. Colors can be defined with 3 values and should be between [0-1]. For example, a value of (0, 0, 0) would mean the black color. (default: None)
--tract_colorsDefine the colors of the tractograms. Colors can be defined with 3 values and should be between [0-1]. String options are ‘random’ for random colors for each tractogram, ‘direction’ for directionally colored streamlines. For example, a value of (1, 0, 0) would mean the red color. (default: None)
--cluster_thrDistance threshold used for clustering. Default value 15.0 for small animal brains you may need to use something smaller such as 2.0. The distance is in mm. For this parameter to be active
clustershould be enabled. (default: 15.0)--cluster_size_thrClusters with size less than
cluster_size_thrwill be hidden. If -1, it will show all cluster above the 50th percentile of the cluster size distribution. (default: -1)--cluster_length_thrClusters with average length less than
cluster_length_thrin mm will be hidden. If -1, it will show all cluster above the 25th percentile of the cluster length distribution. (default: -1)--buan_pvalsFile path for BUAN p-values to be used for BUAN-based coloring of tractograms. (default: None)
--stealthDo not use interactive mode just save figure. (default: False)
--rgbEnable the colors in the image if 4D data with RGB/RGBA channels. (default: False)
Output Options#
--out_dirOutput directory to save the figure if stealth mode is enabled. (default: current directory)
--out_stealth_pngFilename of saved picture if stealth mode is enabled. (default: out_skyline.png)
References#
Garyfallidis, E., M. Brett, B. Amirbekian, A. Rokem, S. Van Der Walt, M. Descoteaux, and I. Nimmo-Smith. Dipy, a library for the analysis of diffusion MRI data. Frontiers in Neuroinformatics, 1-18, 2014.