Closed valosekj closed 1 year ago
The list of suffixes listed under choices might be limiting for some users:
choices
https://github.com/spinalcordtoolbox/manual-correction/blob/b3f9e5ea06139a70510b23d24ea9a87ce1788027/manual_correction.py#L136
For example, when using the suffix label-SC_mask_labeled_discs
label-SC_mask_labeled_discs
We can probably remove the choices from argparser to allow more flexibility.
The list of suffixes listed under
choices
might be limiting for some users:https://github.com/spinalcordtoolbox/manual-correction/blob/b3f9e5ea06139a70510b23d24ea9a87ce1788027/manual_correction.py#L136
For example, when using the suffix
label-SC_mask_labeled_discs
We can probably remove the
choices
from argparser to allow more flexibility.