From 10c2ec787ee39a930fdf79e6f4c0efac26744e96 Mon Sep 17 00:00:00 2001 From: Jan Valosek <39456460+valosekj@users.noreply.github.com> Date: Sun, 30 Jun 2024 11:26:47 -0400 Subject: [PATCH] Improve comment --- manual_correction.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manual_correction.py b/manual_correction.py index 74abaec..025d31e 100644 --- a/manual_correction.py +++ b/manual_correction.py @@ -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