I am running into a problem when trying to convert and edf file into a fif file with EEG electrode coordinates. I'm using the command mne_edf2fiff as below:
Reading the digitization data from MGH118.hpts (coordinates in millimeters)...
Unknown digitizer point type :
I'm not sure what it means by unknown digitizer point type. I've checked the format of my hpts file and believe it follows the correct format. Contents of my hpts file are below. Anyone have any ideas as to what I'm missing?
The only thing I could see as potentially problematic would be the leading
zeros for the cardinal points (and making the hpi as well) in the hpts
file. I know that in the Python implementation of MNE, the hpts format is
compatible. This implementation is the most up-to-date. I know that the
original command line tools should be compatible for hpts but it is not
being actively developed anymore. Have you tried using the Python
implementation?