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

pet_derivative:
$ref: meta.templates.deriv.volumetric
extensions:
- .gii
- .gii.gz
Comment thread
bendhouseart marked this conversation as resolved.
Outdated
- .nii.gz
- .nii
- .json
suffixes:
- pet
entities:
$ref: meta.templates.deriv.volumetric.entities

# 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
13 changes: 10 additions & 3 deletions src/schema/rules/files/deriv/imaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,19 +385,26 @@ 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
atlas: optional
hemisphere: optional
template: optional
scale: optional
label: optional
segmentation: optional

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
subject: optional

# Masks
anat_mask:
Expand Down
Loading