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] BEP001 - New entity: flip #672

Merged
merged 17 commits into from
Nov 23, 2020
Merged
Changes from 2 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
19 changes: 16 additions & 3 deletions src/99-appendices/09-entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,26 @@ Full name: Echo

Format: `echo-<index>`

Definition: Multi-echo data MUST be split into one file per echo.
Each file shares the same name with the exception of the `_echo-<index>`
key/value.
Definition: If constituents of an entity-linked file collection differ as a
function of `EchoTime` acquisition parameter, the `_echo-<index>` key/value
pair MUST be used to distinguish individual files.
tsalo marked this conversation as resolved.
Show resolved Hide resolved
Please note that the `<index>` denotes the number/index (in the form of a
nonnegative integer) of the echo not the echo time value which needs to be
stored in the field `EchoTime` of the separate JSON file.

## flip
tsalo marked this conversation as resolved.
Show resolved Hide resolved

Full name: Flip Angle

Format: `flip-<index>`

Definition: If constituents of an entity-linked file collection differ as a
function of `FlipAngle` acquisition parameter, the `_flip-<index>` key/value
pair MUST be used to distinguish individual files.
Please note that the `<index>` denotes the number/index (in the form of a
nonnegative integer), not the `FlipAngle` value which needs to be
stored in the field `FlipAngle` of the separate JSON file.

## recording

Full name: Recording
Expand Down