Skip to content

Commit

Permalink
Allow "echo" and "part" entities for ASL data.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Aug 5, 2024
1 parent 8daa388 commit 5898f4f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/schema/rules/files/raw/perf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ asl:
reconstruction: optional
direction: optional
run: optional
echo: optional
part: optional

aslcontext:
suffixes:
Expand Down Expand Up @@ -49,9 +51,9 @@ asllabeling:
run: optional

norf:
$ref: rules.files.raw.perf.func
$ref: rules.files.raw.perf.asl
suffixes:
- noRF
entities:
$ref: rules.files.raw.perf.func.entities
$ref: rules.files.raw.perf.asl.entities
modality: optional

0 comments on commit 5898f4f

Please sign in to comment.