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] 'segmentation' spelling in 05-derivatives/03-imaging.md #514

Merged
merged 2 commits into from
Jun 25, 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
2 changes: 1 addition & 1 deletion src/05-derivatives/03-imaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ The following metadata fields apply to all segmentation files:

| **Key name** | **Description** |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------- |
| Manual | OPTIONAL. Boolean. Indicates if the segmenation was performed manually or via an automated process |
| Manual | OPTIONAL. Boolean. Indicates if the segmentation was performed manually or via an automated process |
| Atlas | OPTIONAL. Which atlas (if any) was used to derive the segmentation. |
| Resolution | REQUIRED if `res` is present. String, or [object][] mapping labels to strings. Specifies the interpretation of the resolution keyword. |
| Density | REQUIRED if `den` is present. String, or [object][] mapping labels to strings. Specifies the interpretation of the density keyword. |
Expand Down