Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Add device and acquisition metadata for physio files #806

Merged
merged 3 commits into from
May 27, 2021
Merged
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,18 @@ sub-01_task-cuedSGT_run-1_echo-2_bold.nii.gz
sub-01_task-cuedSGT_run-1_echo-3_bold.nii.gz
```

### Other RECOMMENDED metadata for physiological data

The following RECOMMENDED metadata can also be added in the side-car JSON files
of any `*_<physio>.tsv.gz` file.

| **Key name** | **Requirement level** | **Data type** | **Description** |
| ---------------------- | --------------------- | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Manufacturer | RECOMMENDED | [string][] | Manufacturer of the system used to record the physiological data |
| ManufacturersModelName | RECOMMENDED | [string][] | Manufacturer's designation of the system used to record the physiological data |
| SoftwareVersions | RECOMMENDED | [string][] | Manufacturer's designation of the acquisition software. |
| DeviceSerialNumber | RECOMMENDED | [string][] | The serial number of the equipment that produced the composite instances. A pseudonym can also be used to prevent the equipment from being identifiable, as long as each pseudonym is unique within the dataset. |

<!-- Link Definitions -->

[number]: https://www.w3schools.com/js/js_json_datatypes.asp
Expand Down