I have UNM dataset for Parkinson's disease which is publicly available in .mat format. I'm trying to work on it using MNE python and for that I need to get the spatial distribution of the electrodes to generate MNE object.
so far after using scipi.io to read the data I've got following format for each electrode
['FC5'] [] [[-69.332]] [[0.40823333]] [[28.76282344]] [[76.24736451]] [[24.16690699]] [[69.332]] [[16.518]] [[85]] [[6]] []
about last two entries 85 is same in all 63 electrodes and 6 here is electrode index but what all these other numbers supposed to mean? where are the coordinates? Can someone explain?