| DiffusionScheme-class | R Documentation |
This class represents a diffusion MRI acquisition scheme. It encapsulates a series of diffusion-weighted volume acquisitions, each with an associated diffusion-sensitising gradient direction, in one or more "shells" with a given weighting ("b-value").
bValuesA vector of b-values in seconds per square millimetre, one per volume acquired.
gradientDirectionsA matrix of gradient directions, one row per volume acquired. Columns give the x, y and z components of the directions, relative to the image axes.
shellIndicesAn integer vector giving the shell index associated with
each volume. This is calculated internally and coded such that every
volume with a b-value below unweightedThreshold gets an index of 0,
and then others are grouped into shells with b-values differing by less
than the relative tolerance specified (2
grouping is indicative only, and not stored in direction files.
shellValuesA vector of b-values associated with each shell. These are calculated as the mode of the assigned volume b-values in each case.
summarise()Summarise key aspects of the object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.