Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
valosekj committed Jun 30, 2024
1 parent cde0916 commit 10c2ec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manual_correction.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,8 @@ def generate_qc(fname, fname_label, task, fname_qc, subject, config_file, qc_les
else:
print("WARNING: SC segmentation file not found: {}. QC report will not be generated.".format(fname_seg))

# for rootlets segmentation do not make QC
# Skip QC for the spinal rootlets segmentation as `sct_qc` does not support it
# Context: https://github.com/spinalcordtoolbox/spinalcordtoolbox/issues/4166#issuecomment-1654175610
elif task == 'FILES_ROOTLETS':
pass

Expand Down

0 comments on commit 10c2ec7

Please sign in to comment.