Removing a lesioned area

this won't work with exceptions such as including an extra tissue, or for instance having the lesion instead of "electrodes".

I made this choice of using a hard-coded list after getting the confirmation from the SimNIBS developers that the list of tissues was always the same in the CHARM output.

How would you obtain a list of tissues different from this one?
Note that this code is dedicated specifically to the import of SimNIBS4/CHARM outputs.
Different pipelines should probably be handled in a different use case.

If this exchange on the SimNIBS GitHub issue is not covering all the possible use cases of SimNIBS4/CHARM, please let us know, either here or on GitHub.

A solution would be to always read the file final_tissues_LUT.txt instead of relying on a hardcoded list.
But I am reluctant to do this if we don't have a clear reason (= a use case) for doing it, as it requires the presence of an additional file (and development time).