Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Add two more fNIRS coil types #40

Merged
merged 1 commit into from
Sep 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions DictionaryTypes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,14 @@ enum(coil) "Sensor coil type"
eeg_bipolar 5 "Bipolar EEG electrode position"
eeg_csd 6 "CSD-transformed EEG electrodes"
dipole 200 "Time-varying dipole definition. The coil info contains dipole location (r0) and direction (ex)"
fnirs_hbo 300 "FNIRS oxyhemoglobin"
fnirs_hbr 301 "FNIRS deoxyhemoglobin"
fnirs_cw_amplitude 302 "fNIRS continuous wave amplitude"
fnirs_od 303 "fNIRS optical density"
fnirs_fd_ac_amplitude 304 "fNIRS frequency domain AC amplitude"
fnirs_fd_phase 305 "fNIRS frequency domain phase"
fnirs_hbo 300 "FNIRS oxyhemoglobin"
fnirs_hbr 301 "FNIRS deoxyhemoglobin"
fnirs_cw_amplitude 302 "fNIRS continuous wave amplitude"
fnirs_od 303 "fNIRS optical density"
fnirs_fd_ac_amplitude 304 "fNIRS frequency domain AC amplitude"
fnirs_fd_phase 305 "fNIRS frequency domain phase"
fnirs_td_gated_amplitude 306 "fNIRS time domain gated amplitude"
fnirs_td_moments_amplitude 307 "fNIRS time domain moments amplitude"
mcg_42 1000 "For testing the MCG software"
point_magnetometer 2000 "Simple point magnetometer"
axial_grad_5cm 2001 "Generic axial gradiometer"
Expand Down