Skip to content

Commit

Permalink
[SCHEMA] Allow physio files for anat datatype (#1961)
Browse files Browse the repository at this point in the history
* add anat to datatypes field for timeseries no task in schema/rules/files/raw/task

* Update src/schema/rules/files/raw/task.yaml

Co-authored-by: Chris Markiewicz <effigies@gmail.com>

* Update src/schema/rules/files/raw/task.yaml

Co-authored-by: Chris Markiewicz <effigies@gmail.com>

* Update src/schema/rules/files/raw/task.yaml

Co-authored-by: Chris Markiewicz <effigies@gmail.com>

* Update src/schema/rules/files/raw/task.yaml

---------

Co-authored-by: Chris Markiewicz <effigies@gmail.com>
  • Loading branch information
rwblair and effigies authored Oct 17, 2024
1 parent 7ddb7be commit 790c0fb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/schema/rules/files/raw/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@ events__mrs:
nucleus: optional
volume: optional

timeseries__anat:
$ref: rules.files.raw.task.timeseries
datatypes:
- anat
entities:
$ref: rules.files.raw.task.timeseries.entities
ceagent: optional
reconstruction: optional
echo: optional
part: optional
chunk: optional

timeseries__func:
$ref: rules.files.raw.task.timeseries
datatypes:
Expand Down

0 comments on commit 790c0fb

Please sign in to comment.