From 7d782be4bdcd4c133613349155f4463524a429b9 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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/index.md b/docs/index.md index a8ac22b..234c082 100644 --- a/docs/index.md +++ b/docs/index.md @@ -33,6 +33,18 @@ Individual Slicer module documentation pages --------------------- * [Slicer nightly documentation of Diffusion MRI modules](https://slicer.readthedocs.io/en/latest/user_guide/modules/index.html#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). + 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)