Skip to content

Commit

Permalink
Update entities.yaml
Browse files Browse the repository at this point in the history
Removed the atlas entity and added a seg (segmentation) entity instead.
  • Loading branch information
melanieganz authored Aug 10, 2023
1 parent cf157f6 commit b49cf58
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/schema/objects/entities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@ acquisition:
remains at the discretion of the researcher.
type: string
format: label
atlas:
name: atlas
display_name: Atlas
description: |
The `atlas-<label>` key/value pair corresponds to a custom label the user
MAY use to distinguish a different atlas used for similar type of data.
This entity is only applicable to derivative data.
type: string
format: label
ceagent:
name: ce
display_name: Contrast Enhancing Agent
Expand Down Expand Up @@ -286,6 +276,15 @@ sample:
The label MUST be unique per subject and is RECOMMENDED to be unique throughout the dataset.
type: string
format: label
seg:
name: seg
display_name: segmentation
description: |
The `seg-<label>` key/value pair corresponds to a custom label the user
MAY use to distinguish different segmentations.
This entity is only applicable to derivative data.
type: string
format: label
session:
name: ses
display_name: Session
Expand Down

0 comments on commit b49cf58

Please sign in to comment.