-
Notifications
You must be signed in to change notification settings - Fork 187
[ENH] BEP001 - New entity: flip #672
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
Changes from 5 commits
b7b01ae
470d5b6
7ad14e8
ef74408
ab04613
0c8033a
af3b600
986deec
2013366
d872a5e
af3ac8c
edd277f
055b8fa
999502d
de5ca60
a9d96b5
c892ffb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,13 +102,24 @@ echo: | |
name: Echo | ||
entity: echo | ||
description: | | ||
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. | ||
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. | ||
|
||
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. | ||
format: index | ||
flip: | ||
name: Flip Angle | ||
entity: flip | ||
agahkarakuzu marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
description: | | ||
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. | ||
format: index | ||
agahkarakuzu marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
recording: | ||
name: Recording | ||
entity: recording | ||
|
@@ -153,4 +164,4 @@ split: | |
the file names, but also the internal file pointers will be updated. | ||
It is RECOMMENDED that .fif files with multiple parts use the | ||
`split-<index>` entity to indicate each part. | ||
format: index | ||
format: index | ||
agahkarakuzu marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
Uh oh!
There was an error while loading. Please reload this page.