mne-tools / fiff-constants

Bookkeeping and documentation of FIFF file format constants
4 stars 12 forks source link

ENH: Make custom ref an enum, add EEG-CSD coil type and units #23

Closed larsoner closed 4 years ago

larsoner commented 4 years ago

The mne_custom_ref 3567 tag should have a corresponding enum mne_custom_ref. Here we have what we have been implicitly using ("off" and "on") plus a new type "csd" to say that the EEG data have been processed using CSD.

larsoner commented 4 years ago

Also pushed a commit to add V/m^2 as 117 in the unit enum, as CSD-transformed EEG data is in these area-normalized units.

@jnenonen can you take a look at this PR and see if you're happy with it?