Skip to content

Commit ca480e3

Browse files
batch_single_subject.sh: Add QC for sct_label_utils command
1 parent 77bb397 commit ca480e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

single_subject/batch_single_subject.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ sct_label_vertebrae -i t2.nii.gz -s t2_seg.nii.gz -c t2 -qc ~/qc_singleSubj
7474

7575
# Create labels at C3 and T2 mid-vertebral levels. These labels are needed for template registration.
7676
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
7779

7880
# OPTIONAL: You might want to completely bypass sct_label_vertebrae and do the labeling manually. In that case, we
7981
# provide a viewer to do so conveniently. In the example command below, we will create labels at the inter-vertebral

0 commit comments

Comments
 (0)