Skip to content

Commit

Permalink
FIX: Links to coordinate system appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 4, 2019
1 parent 45d93f9 commit 1a7d012
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/05-derivatives/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ the filename template of a given derivative type. The allowed values for this
keyword depend on the file format:

| File format | Description | Allowed `CoordinateSystem` values |
| ---------------------------- | ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| NIfTI (`.nii` and `.nii.gz`) | Volume data | Coordinate systems listed in [Template Based Coordinate Systems: Volume](../99-appendices/08-coordinate-systems.md#volume). If `individual` or `custom` is used then setting [`SpatialReference`](#spatialreference-key-allowed-values) is REQUIRED |
| GIFTI (`.gii`) | Surface data | Coordinate systems listed in [Template Based Coordinate Systems: Surface](../99-appendices/08-coordinate-systems.md#surface). If `individual` or `custom` is used then setting [`SpatialReference`](#spatialreference-key-allowed-values) is REQUIRED |
| CIFTI (`.nii`) | Volume and surface data | Coordinate systems listed in [Template Based Coordinate Systems: Hybrid (Volume/Surface) aliases](../99-appendices/08-coordinate-systems.md#hybrid-volumesurface-aliases) |
| ---------------------------- | ----------------------- | -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| NIfTI (`.nii` and `.nii.gz`) | Volume data | Coordinate systems listed in [Template Based Coordinate Systems](../99-appendices/08-coordinate-systems.md#template-based-coordinate-systems). If `individual` or `custom` is used then setting [`SpatialReference`](#spatialreference-key-allowed-values) is REQUIRED |
| GIFTI (`.gii`) | Surface data | Coordinate systems listed in [Template Based Coordinate Systems](../99-appendices/08-coordinate-systems.md#template-based-coordinate-systems). If `individual` or `custom` is used then setting [`SpatialReference`](#spatialreference-key-allowed-values) is REQUIRED |
| CIFTI (`.nii`) | Volume and surface data | Coordinate systems listed in [Template Based Coordinate Systems: Hybrid (Volume/Surface) aliases](../99-appendices/08-coordinate-systems.md#hybrid-volumesurface-aliases) |

Examples:

Expand Down

0 comments on commit 1a7d012

Please sign in to comment.