-
Notifications
You must be signed in to change notification settings - Fork 7
DTIPrep
DTIPrep expects a project specific protocol file protocol.xml. This ensures the scan collection parameters are the same across scans.
The protocol.xml file must be manually created.
-
Start the DTIPrep singularity container in
shellmode, with /input directory pointing to a suitable example scan. The /output directory needs to point to a folder with write permission.$ singularity shell -B <path_to_input_nrrd_folder>:/input -B <path_to_output>:/output <container> -
Start DTIPrep in interactive mode.
Singularity> $ DTIPrep -
Open NRRD file [image]
-
Navigate to /input and open the example file.
-
On the protocol tab select
Defaultto generate the default protocol. [image] -
Modify the protocol as required, N.B. capitalisation is important.
-
Brainmasking
If brain masking is required set:
| Parameter | Value | Notes |
|---|---|---|
| BRAINMASK_bCheck | Yes | |
| BRAINMASK_method | 1 | Slicer masking |
-
Dominant direction check
The dominant direction check looks for artifacts thought to be caused by scanner bed vibration, these are particulary prevalent in older scanners and with smaller subjects (children / animals) ref.
| Parameter | Value | Notes |
|---|---|---|
| DOMINANTDIRECTION_bCheck | Yes |
-
Denoising
If required, it is recomended that only one of DENOISING_bCheck or JOINDENOISING_bCheck is enabled ref.
-
Select Save as and navigate to
/output. Save the protocol asdtiprep_protocol.xml. -
Exit the DTIPrep GUI.
-
Exit the singularity container:
singularity> $ exit -
Move the new protocol file to the project metadata folder. `$ mv dtiprep_protocol.xml <path_to_project_metadata>
- Home
- Onboarding / Introduction
- Technical Skills
- Resources
- Offboarding
- Data
- Other
- Methods