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

add ch_type and coils for eye-tracker data #39

Merged
merged 4 commits into from
Mar 25, 2023
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
4 changes: 4 additions & 0 deletions DictionaryTypes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ enum(unit) "FIFF value unit code"
Am 202 "Am"
Am_m2 203 "Am/m^2"
Am_m3 204 "Am/m^3"
Px 210 "px"
}

enum(unitm) "FIFF value multipliers"
Expand Down Expand Up @@ -276,6 +277,7 @@ enum(ch_type) "Type of the channel"
fnirs 1100 "Functional near-infrared spectroscopy"
temperature 1200 "Temperature"
gsr 1300 "Galvanic skin response"
eyetrack 1400 "Eye-tracking"
}


Expand All @@ -297,6 +299,8 @@ enum(coil) "Sensor coil type"
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"
eyetrack_pos 400 "Eye-tracking gaze position"
eyetrack_pupil 401 "Eye-tracking pupil size"
mcg_42 1000 "For testing the MCG software"
point_magnetometer 2000 "Simple point magnetometer"
axial_grad_5cm 2001 "Generic axial gradiometer"
Expand Down