Open soichih opened 5 years ago
we can drop the .label ... but I don't think we can drop the lh.L ... because there is no guarantee that the label names will have and "L" or and "R" in the name that is read from the atlas. Same goes for _ROI.... you are seeing this in just one atlas, but it's not the same across atlases/parcellations.
but don't you think this should be handled later on, like at the cm generation?
Right now, this App generates (or copies from somewhere else?) something like the following content of key.txt
This information is used to construct labels.json for neuro/conmat datatype, which will be used for visualization purpose eventually. To keep the visualization tool to display cleaner label, I am wondering if we can update so that key.txt will contain a bit more condensed labels.
lh.L or rh.R seems redundant, and _ROI.label can be stripped because it doesn't really add new information. Basically the same way this paper outputs them
There are other Apps that generate key.txt. We might need to update all of them if we do update the way key.txt is generated.