-
Notifications
You must be signed in to change notification settings - Fork 191
[ENH] Add DWI recommended metadata #2309
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
base: master
Are you sure you want to change the base?
Changes from 5 commits
5ef201d
69fc18f
e81113f
7af905f
eb380c5
6851fa9
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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -350,6 +350,15 @@ BasedOn: | |||||
| items: | ||||||
| type: string | ||||||
| format: participant_relative | ||||||
| BigDelta: | ||||||
| name: BigDelta | ||||||
| display_name: Diffusion Gradient Separation | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure where/how these "display_name" fields show up, but I wonder if it should just be "Diffusion BigDelta"?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. One place it shows up is in the Glossary under the
Suggested change
|
||||||
| description: | | ||||||
| In the context of a diffusion-weighted pulsed gradient spin echo sequence, | ||||||
| corresponds to the time between the leading edges of two successive | ||||||
| diffusion-encoding gradient pulses (Δ), specified in seconds. | ||||||
| type: number | ||||||
| unit: s | ||||||
| BloodDensity: | ||||||
| name: BloodDensity | ||||||
| display_name: Blood Density | ||||||
|
|
@@ -3889,6 +3898,15 @@ SliceTiming: | |||||
| type: number | ||||||
| minimum: 0 | ||||||
| unit: s | ||||||
| SmallDelta: | ||||||
| name: SmallDelta | ||||||
| display_name: Diffusion Gradient Duration | ||||||
| description: | | ||||||
| In the context of a diffusion-weighted pulsed gradient spin echo sequence, | ||||||
| corresponds to the duration of a diffusion-encoding gradient pulse (δ), | ||||||
| specified in seconds. | ||||||
| type: number | ||||||
| unit: s | ||||||
| SoftwareFilters: | ||||||
| name: SoftwareFilters | ||||||
| display_name: Software Filters | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.