mne-tools / fiff-constants

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

ENH: Add two more fNIRS coil types #40

Closed larsoner closed 1 year ago

larsoner commented 2 years ago

Adds the following coil types:

    fnirs_td_gated_amplitude   306 "fNIRS time domain gated amplitude"
    fnirs_td_moments_amplitude 307 "fNIRS time domain moments amplitude"

As these are part of the official fNIRS SNIRF spec:

https://github.com/fNIRS/snirf/blob/master/snirf_specification.md#appendix

Just adding the two that we need for now, can add the others later if needed. (Our numbering does not match theirs, but we already have a few of their types.)

rob-luke commented 1 year ago

Looks good to me