spinalcordtoolbox / manual-correction

Scripts for the manual correction of spinal cord labels
MIT License
4 stars 0 forks source link

suffixes listed under `choices` might be limiting #21

Closed valosekj closed 1 year ago

valosekj commented 1 year ago

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.