From 061dd4a87f7d5111e4dc69b9d0b18f138ff32f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Tue, 1 Aug 2023 20:13:42 -0400 Subject: [PATCH] DOC: Add section about complementary Slicer Extensions Add section about complementary Slicer Extensions. --- docs/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/index.md b/docs/index.md index 87a8990..4ec7eae 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,6 +30,19 @@ Individual Slicer module documentation pages --------------------- * [Slicer nightly documentation of Diffusion MRI modules](http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly#Modules_by_category_Diffusion) +Complementary Slicer extensions +------------------------------- +A number of other Slicer extensions complement [SlicerDMRI](https://github.com/SlicerDMRI/SlicerDMRI) for +diffusion-weighted MRI data analysis tasks. These extensions include: + +- [DiffusionQC](https://github.com/pnlbwh/SlicerDiffusionQC): quality checking of diffusion-weighted MRI data. +- [SlicerDcm2nii](https://github.com/SlicerDMRI/SlicerDcm2nii): allows to load DICOM data in Slicer using [dcm2niix](https://github.com/rordenlab/dcm2niix). +- [SlicerWMA](https://github.com/SlicerDMRI/SlicerWMA): provides the [WhiteMatterAnalysis](https://github.com/SlicerDMRI/whitematteranalysis) + fiber clustering and tractography analysis tools in Slicer. +- [UKFTractography](https://github.com/pnlbwh/ukftractography): allows to perform diffusion-weighted MRI tractography. + +They are typically found under the `Diffusion` category in the Slicer Extension Manager. + For developers --------------------- * [Source code of SlicerDMRI and whitematteranalysis](https://github.com/SlicerDMRI)