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

[FIX] Remove BESA from list of restricted keywords of EEG coordsystems #457

Merged
merged 1 commit into from
Apr 28, 2020
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
9 changes: 1 addition & 8 deletions src/99-appendices/08-coordinate-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,11 @@ detailed extensive descriptions of these EEG coordinate systems on the
Restricted keywords for the `XXXCoordinateSystem` field in the
`coordsystem.json` file for EEG datasets:

- `BESA`: Although natively this is a spherical coordinate system, the
electrode positions should be expressed in Cartesian coordinates, with a RAS
orientation. The X axis is the T8-T7 line, positive at T8. The Y axis is the
Oz-Fpz line, positive at Fpz. The origin of the sphere fitted to the
electrodes is approximately 4 cm above the point between the ears.

- `Captrak`: RAS orientation and the origin between the ears

Note that the short descriptions above do not capture all details, There are
detailed extensive descriptions of these EEG coordinate systems on the
[FieldTrip toolbox web page](http://www.fieldtriptoolbox.org/faq/how_are_the_different_head_and_mri_coordinate_systems_defined)
and on the [BESA wiki](http://wiki.besa.de/index.php?title=Electrodes_and_Surface_Locations#Coordinate_systems).
[FieldTrip toolbox web page](http://www.fieldtriptoolbox.org/faq/how_are_the_different_head_and_mri_coordinate_systems_defined).

## iEEG Specific Coordinate Systems

Expand Down