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 "ScanRAS" as an accepted coordinate frame for ieeg #866

Merged
merged 3 commits into from
Sep 9, 2021
Merged
Show file tree
Hide file tree
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: 9 additions & 0 deletions src/99-appendices/08-coordinate-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,15 @@ Restricted keywords for the `<CoordSysType>CoordinateSystem` field in the
[ACPC site](https://www.fieldtriptoolbox.org/faq/acpc/) on the FieldTrip
toolbox wiki.

- `ScanRAS`: The origin of the coordinate system is the center of the
gradient coil for the corresponding T1w image of the subject, and the x-axis
increases left to right, the y-axis increases posterior to to anterior and
the z-axis increases inferior to superior. For more information see the
[Nipy Documentation](https://nipy.org/nibabel/coordinate_systems.html). It is
strongly encouraged to align the subject's T1w to ACPC so that the `ACPC`
coordinate system can be used. If the subject's T1w in the BIDS dataset
is not aligned to ACPC, `ScanRAS` should be used.

- Any keyword from the list of
[Standard template identifiers](#standard-template-identifiers)

Expand Down
1 change: 1 addition & 0 deletions src/schema/metadata/_iEEGCoordSys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ type: string
enum:
- Pixels
- ACPC
- ScanRAS
- Other