Opening this issue thanks to a comment from @leelisae regarding some missing lesion mask at M0. Related issue #96 On it now with the following config file: ```yaml FILES_LESION: - sub-edm161_ses-M0_PSIR.nii.gz - sub-mon015_ses-M0_PSIR.nii.gz - sub-mon052_ses-M0_PSIR.nii.gz - sub-mon164_ses-M0_PSIR.nii.gz ``` Running the following code to perform manual segmentation of MS lesions: ```console python manual_correction.py -path-img ~/tmp_romane/ms_lesion_agnostic/data/canproco -config ~/Desktop/manual_seg_lesion_missing_canproco.yaml -path-label ~/tmp_romane/ms_lesion_agnostic/data/canproco/derivatives/labels -suffix-files-lesion _lesion-manual -fsleyes-dr="-40,70" ```