Is there any way that csa could be computed at the disc level?
I have been checking the commend sct_process_segmentation to see if there is an option for computing csa at disc level instead of vertebral level, but I did not reach any answer. I would really appreciate it if you can guide me on how to find the csa at different disc levels of the spinal cord.
What you could do is input your labeled discs file as if it was a vertebral labeling file. What sct_process_segmentation does is simply get the center of mass of each label value (e.g. “3”) and find the associated slice(s). So, if there is only a single label (in the case of a disc label), then it will also work.
Thank you, Julien. So, for any image that I want to find the csa at disc level, I should make the labeled disc file manually, and then use the above command…
You can either do the labeling manually, or use sct_label_vertebrae, which automatically outputs labeled discs (this is all explained in the tutorials).