kylemath / pyoptical

Imagent optical imaging interface to MNE loading
MIT License
4 stars 1 forks source link

modified boxy2mne function #14

Closed kuziekj closed 4 years ago

kuziekj commented 4 years ago

made some changes to the boxy2mne function:

-outputs the info struct along with the channels distances -adds the wavelengths to each channel label and to the 'locs' array (which contains the coordinates) -converts the coordinate units in the .tol file from millimeters to meters (seems to be the units mne wants) -also added a few more comments to explain what each section is doing

kylemath commented 4 years ago

great @kuziekj , I got this feedback from the MNE developers on our plan: https://github.com/mne-tools/mne-python/issues/7057#issuecomment-616030565