Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 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
12 changes: 12 additions & 0 deletions src/schema/meta/templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,18 @@ deriv:
segmentation: optional
scale: optional

pet_derivative:
$ref: meta.templates.deriv.volumetric
suffixes:
- pet
entities:
$ref: meta.templates.deriv.volumetric.entities
hemisphere: optional
atlas: optional
segmentation: optional
scale: optional
label: optional

# Entities that apply to most atlas files
# Include thus:
#
Expand Down
1 change: 1 addition & 0 deletions src/schema/objects/suffixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,7 @@ meg:
description: |
Unprocessed MEG data stored in the native file format of the MEG instrument
with which the data was collected.

motion:
value: motion
display_name: Motion
Expand Down
1 change: 1 addition & 0 deletions src/schema/rules/checks/atlas.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
AtlasDescriptionRequired:
issue:
code: ATLAS_DESCRIPTION_REQUIRED
Expand Down
1 change: 1 addition & 0 deletions src/schema/rules/checks/eyetrack.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
EyetrackingStimulusPresentation:
issue:
code: INCOMPLETE_STIMULUS_PRESENTATION
Expand Down
1 change: 1 addition & 0 deletions src/schema/rules/files/deriv/atlas.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
atlas_description:
selectors:
- dataset.dataset_description.DatasetType == 'derivative'
Expand Down
6 changes: 3 additions & 3 deletions src/schema/rules/files/deriv/imaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,18 +385,18 @@ perf_asl_volumetric_atlas:

pet_pet_volumetric:
$ref:
- meta.templates.deriv.volumetric
- meta.templates.deriv.pet_derivative
Comment thread
bendhouseart marked this conversation as resolved.
Outdated
- rules.files.raw.pet.pet
entities:
$ref:
- meta.templates.deriv.volumetric.entities
- meta.templates.deriv.pet_derivative.entities
- rules.files.raw.pet.pet.entities

pet_pet_volumetric_atlas:
$ref: rules.files.deriv.imaging.pet_pet_volumetric
entities:
$ref:
- meta.templates.deriv.volumetric.entities
- meta.templates.atlas.base.entities
- rules.files.deriv.imaging.pet_pet_volumetric.entities

# Masks
Expand Down
Loading