The DtiStudio Software package is an application for MRI visualization, tensor calculation, and tractography developed for Microsoft Visual Studio. It is designed to run on Microsoft Windows operating systems. Running Windows executables like DtiStudio.exe directly on macOS is not natively supported due to differences in operating system architectures. To use it on macOS, follow the procedures listed below.
Author: Kenichi Oishi MD, PhD
The Russell H. Morgan Department of Radiology and Radiological Science, The Johns Hopkins University School of Medicine, Baltimore, MD, USA
Department of Neurology, The Johns Hopkins University School of Medicine, Baltimore, MD, USA
The Richman Family Precision Medicine Center of Excellence in Alzheimer's Disease, Johns Hopkins University School of Medicine, Baltimore, MD, USA
Version | Release Date |
---|---|
1.0.0 | January 2025 |
DtiStudio is part of the MRIStudio Suite, which is an image processing program running under Windows. It is suitable for such tasks as tensor calculation, color mapping, fiber tracking, and 3D visualization. Most of operations can be done with only a few clicks. Tools in the program can be grouped in the following way:
- Image Viewer
- Diffusion Tensor Calculations
- Fiber Tracking and Editing
- 3D Visualization
- Image File Management
- Region of Interesting (ROI) Drawing and Statistics
- Image Registration
DtiStudio: resource program for diffusion tensor computation and fiber bundle tracking
Hangyi Jiang, Peter C M van Zijl, Jinsuh Kim, Godfrey D Pearlson, Susumu Mori
Comput Methods Programs Biomed. 2006 Feb;81(2):106-16. doi: 10.1016/j.cmpb.2005.08.004. Epub 2006 Jan 18.
(https://www.sciencedirect.com/science/article/pii/S0169260705002348?via%3Dihub)
- Install Homebrew (if not already installed)
Open the Terminal and run:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Follow the on-screen instructions to complete the installation.
Update Homebrew:
brew update
- XQuartz Installation
Wine requires XQuartz for graphical interface support. Install it via Homebrew:
brew install --cask xquartz
- Install Wine
After installing XQuartz, proceed to install Wine:
brew install --cask --no-quarantine wine-stable
Check if Wine is installed by running:
wine --version
- Install Rosetta 2
Apple Silicon Macs (M1/M2/M3/M4 chips): Wine is designed for x86 architecture, so running certain Windows applications may require Rosetta 2. You can install Rosetta 2 by running:
softwareupdate --install-rosetta
-
Dowonoad DtiStudio.exe
For general users, here is the link (https://www.mristudio.org)
for JHU-BME students: get DtiStudio_64_Apr_2019.exe and sample data from (https://drive.google.com/drive/folders/1wxxKQ5bRUoK3G5c2KRl6TVHtmbdCpSHO?usp=share_link). Put them under Mackintosh HD/Users/<your_account>/MRIStudio/ -
Run DtiStudio on your Mac
Go to Launchpad, click Wine Stable icon to open Wine zsh.
To run the installed application:
Locate the .exe file inside the installed directory.
Use the wine command to run vcredist_x64.exe:
wine vcredist_x64.exe
then open DtiStudio (for general users)
wine DtiStudio.exe
For JHU-BME students
wine DtiStudio_64_Apr_2019.exe