We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
batch_single_subject.sh
1 parent 77bb397 commit ca480e3Copy full SHA for ca480e3
1 file changed
single_subject/batch_single_subject.sh
@@ -74,6 +74,8 @@ sct_label_vertebrae -i t2.nii.gz -s t2_seg.nii.gz -c t2 -qc ~/qc_singleSubj
74
75
# Create labels at C3 and T2 mid-vertebral levels. These labels are needed for template registration.
76
sct_label_utils -i t2_seg_labeled.nii.gz -vert-body 3,9 -o t2_labels_vert.nii.gz
77
+# Generate a QC report to visualize the two selected labels on the anatomical image
78
+sct_qc -i t2.nii.gz -s t2_labels_vert.nii.gz -p sct_label_utils -qc ~/qc_singleSubj
79
80
# OPTIONAL: You might want to completely bypass sct_label_vertebrae and do the labeling manually. In that case, we
81
# provide a viewer to do so conveniently. In the example command below, we will create labels at the inter-vertebral
0 commit comments