Hello, I want to calculate C2-C5 volumes and evaluate atrophy using the spinal cord toolbox with clinical MRIs of my MS patients. Most of the clinical MRIs I have are 1.5 tesla and there is almost no 3D MRI. There are T2 sagittal and T2 axial slices. I tried to do it separately with both, but the results are wrong with both.
I will write the codes I use in order; 1) For segmentation; sct_deepseg spinalcord -i 110_MS_Beyin-Servikal_Ta_7.nii.gz -qc /Users/cansu/qc_singleSubj
-
For labeling; sct_label_vertebrae -i 110_MS_Brain-Cervical_Ta_7.nii.gz -s 110_MS_Brain-Cervical_Ta_7_seg.nii.gz -c t2 -qc ~/qc_singleSubj
-
For C2-C5 volume;
sct_process_segmentation -i 110_MS_Brain-Cervical_Ta_7.nii.gz -vert 2:5 -vertfile 110_MS_Brain-Cervical_Ta_7_seg.nii.gz -o volume_c2c5.csv
When I ask the AI, after these codes, I need to obtain the mean and length from the excel output I get and multiply the two to obtain the volume result, but the results I get are very large numbers, what am I doing wrong? How can I calculate the C2-C5 volume?