Many methods for the forward modeling of the blood-oxygenation level-dependent (BOLD) effect have been created and analyzed to elucidate the mechanisms of BOLD functional MRI (fMRI) techniques and to expand on the potential of the transverse relaxation time (T2*) in quantitative MRI. Simulations of this nature can be difficult to implement without prior experience, and differences made by methodological choices can be unclear, which provides a significant barrier of entry into the field. In this paper, we present BOLDsωimsuite, a toolbox for forward modeling of the BOLD effect, which collects many of the principal methods used in the literature into a single coherent package. Implemented as a Python package, simulations are made using scripts by combining various simulation components, thereby providing flexibility in methodological choices. The goal of this toolbox is to provide an open-source, reproducible simulation software suite that is adaptable for different MRI applications, and to which additional features can be added by the user with relative ease. This paper first provides an overview of the methods available in the package and how these methods can be constructed from the toolbox’s modular code components. Then, a brief theoretical explanation of each simulation component is given, supported by the relevant contributors. Next, sample simulations and analyzes that can be created using the package are presented to display its features. Finally, recommendations regarding computational requirements are included to help users choose the best simulation methods to fit their needs. This package has many use cases and significantly reduces methodological barriers to forward modeling. It can also be a good learning tool for MR physics as well as a powerful tool to promote reproducible science.

While the blood-oxygenation level-dependent (BOLD) functional MRI (fMRI) technique has become widely used, the full complexities of its origins remain poorly understood by most users. In addition to being used in studying functional brain organization, the transverse relaxation (T2*)-weighted signal underlying the BOLD technique has also increasingly been used in quantitative MRI applications such as iron quantification (Kor et al., 2019) and the modeling of contrast agent-induced MR signals (Báez-Yánez et al., 2017; Bieri and Scheffler, 2007; Pannetier et al., 2013). Modeling of the T2*-weighted BOLD signal not only helps to deepen the understanding of BOLD signal origins, but is also invaluable in consolidating the interpretation and signal changes in the above applications.

Dynamic modeling of the BOLD signal has used empirical models to characterize the dependence of the T2*-weighted signal evolution on variables such as cerebral blood flow (CBF), arteriolar/venous cerebral blood volume (CBV), blood oxygenation, echo time (TE), and field strength (B0) (Markuerkiaga et al., 2016; Uludağ et al., 2009). These modeling approaches, in turn, rely on summary measures that were derived from forward modeling of the BOLD signal from the underlying vasculature, which could exhibit different properties depending on the individual, health condition, and so on. Thus, BOLD forward modeling can enable powerful quantitative MRI approaches, such as vascular MR fingerprinting (Christen et al., 2014), which will be detailed later in this work.

Forward modeling of the BOLD signal involves the use of microscopic physics to simulate bulk BOLD signals arising from the mesoscopic structure of the vasculature. An analytical expression of T2* as a function of perturber geometry (specifically cylinders), blood oxygenation, and subsequently field offset (Chu et al., 1990) in the context of BOLD fMRI was introduced by Ogawa et al. (1993). Early work to model the BOLD signal used the Monte Carlo approach to model water diffusion and treated blood vessels as infinite cylinders (Boxerman, Bandettini, et al., 1995; Kennan et al., 1994; Ogawa et al., 1993). This work demonstrated that the BOLD signal is highly sensitive to vessel size, due to the dynamic dephasing effects of diffusion in the extra-vascular space (Boxerman, Bandettini, et al., 1995; Kennan et al., 1994). Yablonskiy and Haacke (1994) established physical analytical models of BOLD contrast based on the case of static dephasing that could predict the gradient-echo BOLD effect around intermediate to large vessels, but still not capturing the BOLD signal around capillaries. Since then, many approaches to capturing the diffusion sensitivity of the BOLD signal have been introduced, where Monte Carlo-based methods have become established as the mainstream for diffusion modeling in BOLD fMRI (Boxerman, Bandettini, et al., 1995; Boxerman, Hamberg, et al., 1995; Gagnon et al., 2015; Martindale et al., 2008; Mueller-Bierl et al., 2007; Pathak et al., 2008; Stone et al., 2019). The random-cylinder-based single-voxel predictions have since been validated against those generated from rat vascular-anatomical networks (VAN) (Marques & Bowtell, 2008). Alternate approaches to simulating diffusion have also been proposed, including analytical approximations (Kiselev & Posse, 1999), a deterministic method based on convolution of a diffusion kernel with a magnetization matrix was proposed by Bandettini and Wong (1995), and has been successfully applied for various applications (Klassen & Menon, 2007; Pannetier et al., 2014). Among these approaches are two- (2D) and three-dimensional (3D) variants, with the 3D approach being more physically realistic but also entailing more computational costs. These different approaches have different advantages and drawbacks, which will be discussed later. Lastly, BOLD forward modeling has been integrated with neurovascular coupling and multi-voxel simulations for broader utility (Chen & Calhoun, 2011, 2016; Chen et al., 2013, 2018; Denk et al., 2011; Fieremans & Lee, 2018; Sukstanskii & Yablonskiy, 2014; Wharton & Bowtell, 2012)

Despite the aforementioned importance of forward modeling for quantitative fMRI, the entry threshold for forward modeling is high compared to that of other approaches, and it is thus no surprise that decades after the inception of BOLD fMRI, quantitative fMRI is still facing low levels of adoption. This is reflected in the low number of publications on the topic of BOLD forward modeling relative to the number of BOLD fMRI researchers. To date, the number of research groups familiar with its implementation remains limited, and the majority of these research groups have not disclosed their codes. Moreover, most of these groups have not used the same simulation approaches, are not actively developing or testing variations on the code, and are instead leveraging legacy code that may not be updated. In an age of open and reproducible science, we find this to be an incongruous knowledge gap. In keeping with the spirit of Open and Reproducible Science, Pannetier et al. (2013) introduced a publicly distributed BOLD modelling toolbox implemented in Matlab, named MrVox. To the best of our knowledge, since its publication, MrVox and its derivative, DCESim, have already been cited in numerous publications and abstracts (Christen et al., 2014; Coudert et al., 2020; Damseh et al., 2021; Delphin et al., 2020, 2021, 2023; Lemasson et al., 2016; van Dorth et al., 2022; Venugopal et al., 2023). This not only attests to the need for such a toolbox, but also highlights the importance of validating tools such as MrVox (Berman et al., 2023; Chausse, Berman, & Chen, 2021), which currently implements a single simulation approach (2D Fourier-based deterministic diffusion) in Matlab.

Inspired by this prior work and by the principles of Open and Reproducible Science, and the reception of the prior toolbox by Pannetier et al., we propose BOLDsωimsuite, a comprehensive simulation toolbox implemented entirely in Python that permits Monte Carlo or deterministic diffusion-based simulations with a range of geometries for the sources of magnetic field perturbations in 2D and 3D, using either analytical or Fourier-based field calculations, where applicable. In the following sections, we detail our implementation, their physical principles, highlight some applications, and make recommendations for users.

The BOLDsωimsuite Toolbox is entirely implemented in Python (Version 3.10). Its various methods are implemented as combinations of methodological choices which are themselves categorized into four components, namely “geometry”, “B0 offset”, “diffusion”, and “signal calculation”. Figure 1 shows the four components and their respective options, as well as valid combinations of options. These include

Fig. 1.

The main components in the numerical simulation pipeline are separated into four categories. Geometry options change the way the vascular network is represented. B0 offset calculation options change the method used to calculate a perturber’s influence on the magnetic field. Diffusion scheme options change how the diffusion of water is represented (either Monte Carlo or deterministic) and how the distribution of magnetization evolves through time. Signal calculation contains many parameters that define the pulse sequence and properties of the signal, such as relaxation times. Each simulation method is given an abbreviated name by combining the bolded short form for each component. For example, a three-dimensional (3D), continuous space (CTN), infinite cylinder (CYL), analytically calculated (ANA), Monte Carlo (MC) simulation would have the abbreviated name of 3D-CTN-CYL-ANA-MC.

Fig. 1.

The main components in the numerical simulation pipeline are separated into four categories. Geometry options change the way the vascular network is represented. B0 offset calculation options change the method used to calculate a perturber’s influence on the magnetic field. Diffusion scheme options change how the diffusion of water is represented (either Monte Carlo or deterministic) and how the distribution of magnetization evolves through time. Signal calculation contains many parameters that define the pulse sequence and properties of the signal, such as relaxation times. Each simulation method is given an abbreviated name by combining the bolded short form for each component. For example, a three-dimensional (3D), continuous space (CTN), infinite cylinder (CYL), analytically calculated (ANA), Monte Carlo (MC) simulation would have the abbreviated name of 3D-CTN-CYL-ANA-MC.

Close modal
  • Geometry options:

    • Two- (2D) vs. three-dimensional (3D);

    • Continuous (CTN) vs. gridded (GRD) spatial coordinates;

    • Cylinder, sphere or custom (VAN);

  • B0 offset calculation options:

    • Analytical (ANA) vs. Fourier (FFT) field offset calculations;

  • Diffusion options:

    • Monte Carlo (MC) diffusion vs. deterministic (DD) diffusion of spins.

These will all be described in detail in the following sections. Most combinations of options can be permuted, with a few exceptions, namely (1) the FFT method can only be applied in discretized space; (2) the custom geometry option can only be used with the FFT method. Representing the toolbox this way allows us to create a short but comprehensive naming scheme that can describe each method. Figure 1 details how these names are generated and how to understand them.

Using the BOLDsωimsuite package, simulations are run in Python scripts built by the user. Figure 2 shows a more in-depth view of the internal structure of the package, including functions and objects involved in a BOLD signal simulation. Depending on the simulation method desired, a specific subset of objects and functions are required to add all the necessary simulation components. Each of these objects or methods has attributes or parameters that need to be defined. These may be simple inputs or could be other objects (which need to be defined themselves). Presenting the toolbox this way provides a better understanding of how each method can be implemented and can be used as a preliminary guide for generating working simulation scripts.

Fig. 2.

Module flow chart for the BOLDsωimsuite package. All currently possible simulation pipelines are shown for the case of a simple BOLD signal simulation. Each box represents either a class object or a member function, as shown in the legend. In each box are listed the attributes or parameters that are required or can be interacted with. The color of each object/method relates to the simulation component it represents, as shown in Figure 1. For example, the ContinuousVoxel3D object is yellow, meaning that it relates to the Geometry component, whereas the Spins2D object is red, meaning that it relates to the Diffusion Scheme component. Here, the DeterministcDiffuser2D object is an exception (colored red and green), as it takes care of both the Diffusion Scheme and Signal Calculation components. A single path connecting the output signal on the left back toward the far right of the diagram can be used to identify the necessary objects and methods to generate the Python script that will run the desired simulation.

Fig. 2.

Module flow chart for the BOLDsωimsuite package. All currently possible simulation pipelines are shown for the case of a simple BOLD signal simulation. Each box represents either a class object or a member function, as shown in the legend. In each box are listed the attributes or parameters that are required or can be interacted with. The color of each object/method relates to the simulation component it represents, as shown in Figure 1. For example, the ContinuousVoxel3D object is yellow, meaning that it relates to the Geometry component, whereas the Spins2D object is red, meaning that it relates to the Diffusion Scheme component. Here, the DeterministcDiffuser2D object is an exception (colored red and green), as it takes care of both the Diffusion Scheme and Signal Calculation components. A single path connecting the output signal on the left back toward the far right of the diagram can be used to identify the necessary objects and methods to generate the Python script that will run the desired simulation.

Close modal

All symbols and acronyms relevant to the theoretical description are listed in Table 1.

Table 1.

List of symbols

SymbolDefinition
α Flip angle (radian) 
B0 Main magnetic field (tesla) 
CBV Cerebral blood volume (fraction of voxel volume) 
D Diffusion coefficient (mm2/s) 
Diffusion kernel matrix used in the deterministic-diffusion method 
∆Bz Magnetic field offset (T) 
∆χ Susceptibility difference between intra-cylinder (or intra-sphere) and extra-cylinder (or extra-sphere) spaces 
γ Gyromagnetic ratio (radian/s/T) 
∆ω Magnetic resonance frequency offset (radian) 
Δt Diffusion step size (s) 
kx, ky, kz k-space coordinates 
Number of subvoxels (grid points) 
Nspins Number of water spins used in Monte Carlo diffusion 
Nsteps Number of diffusion steps used in Monte Carlo diffusion 
Magnitude of the vector perpendicular from the cylinder axis to the proton location 
R Vessel radius (mm) 
MR relaxation matrix used in the deterministic-diffusion method 
Φ Angle between the vector r and the transverse component of B0 
σ Standard deviation of Gaussian diffusion kernel 
Width of voxel (mm) 
θ Polar angle, also the angle between the B0 and the cylinder axis 
T1 Longitudinal relaxation time (s). R1 = 1/T1 
T2 Transverse relaxation time (s). R2 = 1/T2 
T2’ Refocusable component of T2 (s). R2’ = 1/T2’ 
SymbolDefinition
α Flip angle (radian) 
B0 Main magnetic field (tesla) 
CBV Cerebral blood volume (fraction of voxel volume) 
D Diffusion coefficient (mm2/s) 
Diffusion kernel matrix used in the deterministic-diffusion method 
∆Bz Magnetic field offset (T) 
∆χ Susceptibility difference between intra-cylinder (or intra-sphere) and extra-cylinder (or extra-sphere) spaces 
γ Gyromagnetic ratio (radian/s/T) 
∆ω Magnetic resonance frequency offset (radian) 
Δt Diffusion step size (s) 
kx, ky, kz k-space coordinates 
Number of subvoxels (grid points) 
Nspins Number of water spins used in Monte Carlo diffusion 
Nsteps Number of diffusion steps used in Monte Carlo diffusion 
Magnitude of the vector perpendicular from the cylinder axis to the proton location 
R Vessel radius (mm) 
MR relaxation matrix used in the deterministic-diffusion method 
Φ Angle between the vector r and the transverse component of B0 
σ Standard deviation of Gaussian diffusion kernel 
Width of voxel (mm) 
θ Polar angle, also the angle between the B0 and the cylinder axis 
T1 Longitudinal relaxation time (s). R1 = 1/T1 
T2 Transverse relaxation time (s). R2 = 1/T2 
T2’ Refocusable component of T2 (s). R2’ = 1/T2’ 

First, we will clarify the basic concepts involved in the description of forward modeling as follows:

  • Magnitude and phase: The MRI signal is complex and can be defined by its magnitude (the absolute value of the summation of the magnetic moments of all spins in a given voxel) as well as its phase (the rotational angle of this total magnetic moment) at the time of sampling, TE;

  • A gradient-echo (GE) sequence is used to sample the free-induction decay, which follows the dephasing of spins, with the signal acquired at the TE exhibiting mainly T2* weighting;

  • A spin-echo (SE) sequence includes a refocusing pulse (of any refocusing angle), in which the refocused signal is recorded with a T2 weighting (nominal); the refocused (rephased) signal is produced at the TE, but an SE sequence in a broader sense can include a train of refocusing pulses, each producing a series of T2-weighted signals.

  • The extravascular (EV) BOLD signal arises from the magnetic dipoles surrounding blood vessels (predominantly paramagnetic dipoles), which lead to enhanced T2* dephasing and MRI signal intensity decrease in a manner consistent with the blood properties and blood-vessel geometry;

  • The intravascular (IV) BOLD signal arises from T2* decay associated with intravascular deoxyhemoglobin, but may also contain T2* decay contributions due to EV dephasing from neighboring blood vessels

  • Grid element vs. voxel: a voxel is the smallest tissue volume that is capturable separately by the MRI technique, and is determined fundamentally by the image acquisition; in contrast, in the context of this paper, each voxel can be further divided into sub-voxels (or grid points) to simulate the underlying tissue microstructure; for instance, a typical fMRI voxel is 3 mm isotropic, which, for the purpose of gridded forward modeling, can be subdivided into 1,000 x 1,000 x 1,000 grid points.

3.1 Geometry

The definition of the simulation geometry requires three choices: number of dimensions, spatial discretization, and perturber geometry.

3.1.1 Dimensionality

The choice between 2D (Berman et al., 2018; Miller & Jezzard, 2008; Ogawa et al., 1993; Pannetier et al., 2014) and 3D (Klassen & Menon, 2007; Martindale et al., 2008) simulations have major impacts on the compatible simulation pipeline and the geometry representation.

3D simulations operate in a cubic volume, while 2D simulations operate on a square plane, both called voxels (3D voxels and 2D voxels). A 3D voxel allows for more flexibility in the simulated geometry as it better represents real vasculature. However, 2D simulations are less computationally demanding and can provide equally accurate results to their 3D counterpart when the added flexibility is not required (Berman et al., 2023).

3.1.2 Continuous and discrete space simulations

Simulations can be performed either on a continuous or discrete space. Continuous-space simulations offer greater spatial accuracy through the use of analytically defined perturbers and efficient sampling of the field offset. They also tend to be less memory intensive since they do not require large arrays that store spatially varying properties of the voxel (e.g., field offsets).

On the other hand, discretizing space allows for much more flexible perturber geometries (e.g., branching vessels) but incurs a tradeoff between spatial accuracy and computational efficiency. Discrete space simulations calculate the magnetic field offset over the entire voxel, with equally-spaced sampling, thereby forming grids (with N elements on each side, where N is defined by the user).

3.1.3 Perturber definition and generation

BOLDsωimsuite can simulate three main classes of perturbers: infinite cylinders, spheres, and custom-defined perturber masks. The first two are defined entirely analytically and are generated using very few parameters, as will be described in the next section. They can be either defined by the user or generated randomly using parameters. Currently, the toolbox offers the functionality of generating randomly oriented cylinders and spheres in continuous space. The custom-defined perturber masks can accommodate any perturber geometry such as vascular anatomical networks (VANs). These require complete discretized masks, which must be generated externally. Sample perturber configurations are shown in Figure 3.

Fig. 3.

Depictions of sample voxels. Infinite-cylinder models can be constructed in 3D (a) or 2D (b). Microsphere and empirically determined microvascular (VAN) models can be constructed in 3c and d, respectively.

Fig. 3.

Depictions of sample voxels. Infinite-cylinder models can be constructed in 3D (a) or 2D (b). Microsphere and empirically determined microvascular (VAN) models can be constructed in 3c and d, respectively.

Close modal
3.1.3.1 Infinite cylinders

Infinite cylinders are a commonly used blood vessel model but are limited by their lack of curvature and branching. As a result, they have a varying degree of accuracy regarding the representation of realistic vasculature.

3D infinite cylinders are defined by their diameter, position, orientation, magnetic susceptibility, and water permeation probability (permeability). Both the position and orientation can be randomly generated, while all other parameters must be input manually. The method employed to randomly generate these parameters provides a uniformly distributed CBV (Martindale et al., 2008).

In a 2D simulation, infinite cylinders are always perpendicular to the voxel plane. To achieve a field offset distribution that is comparable to randomly oriented 3D infinite cylinders, each cylinder is assigned its own randomly oriented magnetic field direction (Miller & Jezzard, 2008). Each infinite cylinder is defined by its diameter, position, magnetic field orientation, magnetic susceptibility, and permeation probability. Both the position and magnetic field orientation can be randomly generated, while all other parameters must be input manually.

3.1.3.2 Spheres

The spherical perturbers are not meant to represent vasculature, but can instead be used for a variety of other perturbers for more unconventional simulations such as red blood cells, ferritin (Brammerloh et al., 2021), or even polystyrene microspheres used in BOLD phantoms (Bieri & Scheffler, 2007). These perturbers are only implemented for 3D simulations. Spherical perturbers are defined by their diameter, position, magnetic susceptibility, and permeation probability. Like infinite cylinders, their position can be randomly generated while all other parameters must be input manually. Unlike cylinders, however, they do not have an orientation.

3.1.3.3 Custom-defined perturber masks

Custom-defined perturber masks are only available for 3D simulations, and they rely on user-generated perturber geometry. Although this makes them the most flexible perturber, generating the perturber mask usually requires significant work outside the toolbox. For example, VANs can be generated using such methods as 2-photon microscopy angiographic imaging (X. Cheng et al., 2019; Gagnon et al., 2015).

3.2 B0 field offset calculation

The field offset in the simulation can be calculated in two distinct ways, either analytically or by FFT-based convolution.

3.2.1 Analytical

Analytically defined perturbers allow for exact calculation of the magnetic field offset and can be used either in continuous or discrete space simulations. The magnetic field offset of infinite cylinder vessels is defined analytically as follows for the intravascular (IV) and extravascular (EV) spaces, based on (Ogawa et al., 1993),

(1)

Where in both cases, B0 is the applied magnetic field strength, and Δχ is the magnetic susceptibility difference between the intra- and extravascular spaces (in SI units). R is the cylinder radius, and r represents the distance between the cylinder’s axis and the spin position spanned by the vector r, θ represents the angle between the magnetic field direction and the cylinder axis, and φ is the angle between the vector r and the projection of B0 onto the plane orthogonal to the cylinder axis.

The field offset associated with spherical perturbers is modeled as (Boxerman, Hamberg, et al., 1995)

(2)

where R is the sphere radius, r represents the distance between the sphere’s origin and the spin position, and θ represents the angle between B0 and r.

3.2.2 Fourier-based convolution

The magnetic field offset of a magnetization distribution can also be calculated through the discrete Fourier transform (Marques & Bowtell, 2005, 2008). The local dipoles of the field perturbations can be calculated in the Fourier domain and then Fourier-transformed back to the spatial domain (Deville et al., 1979). Our implementation is based on the work by Y.-C. N. Cheng et al. (2009), where the 3D BZ is defined as

(3)

The kernel G is first calculated in the spatial domain as (Y.-C. N. Cheng et al., 2009),

(4)

Gz,3D is set to zero at r = 0. One clear advantage of the Fourier convolution method is its independence from analytical equations. Thus, the perturber layout and shape are arbitrary and can contain any geometry, including in vivo mapped VANs. However, the field offsets generated through Fourier convolutions are inherently discretized and thus have limited spatial resolution. Further, they are susceptible to boundary effects and wrap-around artifacts. To prevent these wrap-around artifacts, it is usually recommended to add zero padding to the arrays used in Fourier transforms (and inverse Fourier transforms). The amount of zero padding is set by the user, whereby selecting to have no padding will have the effect of mirroring the voxel at its edge boundaries (due to the periodicity of the discrete Fourier representation). This can be desired to emulate the presence of similarly dense vascular networks around the voxel, with the downside that this surrounding is just a mirrored version of the voxel. If χ(r), which fills the simulation voxel, is N elements wide along each dimension, and Gz,3D is M elements wide on each dimension, then the padded voxel must be N+M-1 wide to prevent wrap-around.

3.3 Diffusion

Simulating diffusion effects using the BOLDsωimsuite can be done in two different ways, either with the gold standard Monte Carlo approach or using the convolution-based deterministic-diffusion method.

3.3.1 Monte Carlo diffusion

Monte Carlo diffusion uses randomly positioned particles that move in the voxel through a random walk. Since the discovery of the effect of diffusion on BOLD contrast (Ogawa et al., 1993), there have been several efforts to standardize the implementation of Monte Carlo simulations (Boxerman, Bandettini, et al., 1995; Fieremans & Lee, 2018; Martindale et al., 2008), as well as to predict the effect of neurovascular coupling using forward modelling (Chen et al., 2018). In our implementation, consistent with these other works, each step length is randomly sampled from a normal distribution with a standard deviation of 2DΔt, where D is the diffusion coefficient and Δt is the time step length. Note that the particles’ positions are always computed in continuous space, regardless of whether the simulation geometry is defined in continuous or discrete space. This allows for diffusion steps that are much smaller than the grid elements to cumulatively take effect. Voxel boundary conditions are imposed on the particles to model the behavior of diffusing water molecules. First, the voxel boundaries are periodic, such that any particle exiting the voxel on one end reappears on the other (and moved inward by the remaining diffusion distance). This is done to ensure that diffusion is not restricted by the voxel boundaries but also that particles do not leave the voxel’s volume.

3.3.1.1 Perturber permeability

Another boundary is formed by the permeability of the perturbers. When a particle step crosses a perturber’s wall, it has a chance to successfully permeate the wall, given by the perturber’s “permeation probability”. If the permeation is successful, the particle moves to the new position, otherwise, a new step is randomly generated until one is found that does not cross the wall. Many simulations use either fully permeable or fully impermeable vessels, but the Monte Carlo diffusion implemented in BOLDsωimsuite allows for partially permeable perturbers (with a permeation probability between 0 and 1). This allows the simulation of various health conditions. For instance, healthy vasculature is often modeled as impermeable since the exchange rate of water is relatively long (~500 ms) (St. Lawrence et al., 2012). Blood-brain barrier breakdown, resulting in increased vessel permeability, occurs in many neurological disorders, for example, Alzheimer’s disease (Sweeney et al., 2018), tumors (Arvanitis et al., 2019), ischemic stroke (Kassner & Merali, 2015), and mild traumatic brain injury (Veksler et al., 2020). Furthermore, the simulations may not be restricted to just brain fMRI. Organs, such as the liver and kidneys, have much higher vascular permeability (van Hinsbergh, 2017).

At each time step, the particles accumulate a spin dephasing due to the magnetic field offset. This can be calculated from the B0 offset using the Larmor equation. In the case of continuous space simulations, the dephasing is calculated for each spin at each timestep. For discrete space simulations, the B0 offset is pre-calculated on the entire grid, and spin dephasing is sampled from the grid.

3.3.2 Deterministic diffusion

The deterministic diffusion method represents diffusion as a smoothing process of convolving spin magnetizations with a Gaussian kernel, as diffusion of an ensemble of spins is Gaussian distributed (Bandettini & Wong, 1995). As such, it requires a discrete-space voxel, so that spin magnetization is defined at each point on the grid, rather than by individual diffusing spins. The magnetization at time point j is then given by

(5)

Where j is the time-step index, and R represents the T2 relaxation process. D is the diffusion kernel. We implemented deterministic diffusion for 2D simulations using options of Gaussian and modified Bessel kernels. The Bessel kernel was first introduced (Pannetier et al., 2014) as an improvement over the 2D Gaussian kernel, as proposed earlier by Lindeberg (1990). Elements of the Gaussian diffusion kernel are defined as

(6)

Elements of the Bessel kernel are defined as

(7)

where Nhw is the number of samples at half of the kernel width, k is the sample index in the diffusion kernel width direction, and Ik-Nhw is the modified Bessel function of the first kind (order k-Nhw).

Boundary conditions in the convolution are addressed by padding the voxel with itself, such that spins that hit the voxel boundary are wrapped to the other side. This enables the deterministic diffusion process to closely emulate the behavior of Monte Carlo diffusion.

3.3.2.1 Perturber permeability

In the deterministic diffusion framework, perturbers are defined as fully permeable or impermeable. By default, the kernel convolution does not interact with perturber boundaries, which corresponds to fully permeable perturbers. It is optional to include a correction at each step which emulates impermeable perturber behavior by effectively returning any magnetization that crossed tissue boundaries back to the original tissue (Pannetier et al., 2014). Currently, no intermediate levels of permeability are implemented.

3.4 Signal calculation

The MR signal is generated from the net transverse magnetization, Mxy, which is calculated throughout the simulation. Longitudinal magnetization, Mz, is also calculated. To calculate Mxy at each step, the change in the precessional frequency at position p is determined with

(8)

And the additional phase accumulated at each time step due to this frequency shift is given by

(9)

Thus, the transverse MR signal at time step j is defined as

(10)

where the first exponential is the precession due to the field offset, and the second is the T2 decay with a tissue-specific transverse relaxation time, T2(p). The BOLD signal is, in turn, computed as the magnitude of the sum of transverse magnetization.

(11)

where Nspins is the number of spins (or number of grid elements for deterministic diffusion). Mz at each time step is governed by

(12)

Where T1(p) is a tissue-specific longitudinal relaxation time. Note that both T1 and T2 can be user defined. If they are not defined, both decays are assumed to be negligible relative to T2’ decay or on the timescale considered and do not contribute to the resulting signal.

RF pulses are implemented by specifying the pulse axis in polar coordinates. For example, an RF pulse along the x-axis is specified by the orientation vector [π/2, 0], while a pulse along the y-axis is given by [π/2, π/2], where the first angle represents the polar angle, relative to the z-axis, and the second angle represents the azimuthal angle, relative to the +x-direction. Each pulse also requires a flip angle α (in radians) and the time step at which it is applied. Each pulse is applied to the total magnetization vector Mxyz, and occurs at the specified time step just before Mxy and Mz are calculated.

4.1 Example: simulating a spin-echo BOLD signal

Shown in Figure 4 are two examples of BOLD signal time courses generated using the 2D Monte Carlo setting of BOLDsωimsuite. Figure 4a illustrates a network of infinite cylinders with random orientations (θ), which is typical of cortical grey matter. Vascular radius was set to be 1 μm in this example, CBV to be 0.02 and ADC to be 0.001 mm2/s. The resultant ∆Bz map is shown in Figure 4b, and the corresponding BOLD time courses for a spin-echo (SE) sequence (TE = 70 ms) are shown in Figure 4c for the total BOLD signal as well as its intravascular (IV) and extravascular (EV) constituents. We assumed Δχ of blood vessels as the intra-extravascular space difference (deoxygenated blood being paramagnetic), taken to be 0.3 ppm (cgs) based on past work (Spees et al., 2001). The signal undergoes gradient-echo T2* decay up to 35 ms, at which point the refocusing pulse is applied. In Figure 4d, we show the spatial map of a population of densely packed cylinders, such as those found in a white matter bundle (Denk et al., 2011; Fieremans & Lee, 2018; Sukstanskii & Yablonskiy, 2014; Wharton & Bowtell, 2012). Currently, these white matter fiber layouts can be reconstructed in the toolbox from user-defined inputs; in this case, these were generated by the AxonPacking package (Mingasson et al., 2017). The circles represent axonal cross-sections, defined to range from 0.4 to 3.5 μm in diameter, and B0 is assumed to be at a 90o angle to the fibers. This bundle of largely parallel cylinders is interspersed with a few randomly oriented blood vessels. We set Δχ of the axons as the intra-extra-myelin susceptibility difference (myelin being diamagnetic), taken to be -0.15 ppm (cgs) in this example based on the range reported previously (Lee et al., 2012; Liu et al., 2011). Likewise, the spin-echo BOLD signals corresponding to this white matter voxel are shown in Figure 4f.

Fig. 4.

Sample simulated voxel configurations (2D) and corresponding spin-echo BOLD signals. (a) A network of infinite cylinders with random B0 orientations is illustrated in a 2D voxel, in which the colors encode different perturbers. (b) The resultant ∆Bz map, in which blue and red indicate the magnetic dipoles surrounding the cylindrical vessels. The axes indicate physical size in arbitrary units. (c) The corresponding BOLD time courses for a spin-echo sequence (TE = 70 ms) for the total BOLD signal as well as its intravascular (IV) and extravascular (EV) constituents. (d) A 2D voxel with densely packed axons (blue) and 1% CBV randomly oriented infinite cylinders (pink), with the circles representing axonal or blood vessel cross-sections. (e) The resultant ∆Bz map, in which B0 is at a 90o angle to the fibers in the upward direction. (f) The spin-echo BOLD signals corresponding to this white matter voxel.

Fig. 4.

Sample simulated voxel configurations (2D) and corresponding spin-echo BOLD signals. (a) A network of infinite cylinders with random B0 orientations is illustrated in a 2D voxel, in which the colors encode different perturbers. (b) The resultant ∆Bz map, in which blue and red indicate the magnetic dipoles surrounding the cylindrical vessels. The axes indicate physical size in arbitrary units. (c) The corresponding BOLD time courses for a spin-echo sequence (TE = 70 ms) for the total BOLD signal as well as its intravascular (IV) and extravascular (EV) constituents. (d) A 2D voxel with densely packed axons (blue) and 1% CBV randomly oriented infinite cylinders (pink), with the circles representing axonal or blood vessel cross-sections. (e) The resultant ∆Bz map, in which B0 is at a 90o angle to the fibers in the upward direction. (f) The spin-echo BOLD signals corresponding to this white matter voxel.

Close modal

4.2 BOLD signal modeling based on vascular networks

An obvious application for this toolbox is in BOLD signal modelling (Boxerman, Hamberg, et al., 1995; Kennan et al., 1994). Boxerman et al. (2023) simulated the GE and SE BOLD signals as a function of perturber radius, as well as the IV contribution. As was shown in our previous work, the implementation of a large set of simulation approaches within the toolbox enabled a direct comparison of the different simulation approaches. As an example, Figure 5a shows the dependence of the BOLD signal relaxation rates on the vascular radius, demonstrating broad agreement among the 3D-CTN-CYL-ANA-MC, 2D-CTN-CYL-ANA-MC, and 2D-GRD-CYL-ANA-DD methods. However, upon closer examination of the IV component, greater differences were found across methods, especially in the case of the GE signal.

Fig. 5.

Comparison of Boxerman-style plots of ΔR2 and ΔR2’ showing similarities and differences across simulation approaches. ΔR2(’) represents the transverse relaxation attributable solely to the susceptibility-induced field perturbations. The signal is split into three subplots: (a) the total signal, (b) the extravascular signal, and (c) the intravascular signal. The gradient-echo (GE) and spin-echo (SE) related relaxation rates were determined using three different simulation methods, namely 3D-CTN-CYL-ANA-MC, 2D-CTN-CYL-ANA-MC and 2D-GRD-CYL-ANA-DD (Refer to Fig. 1 for method naming breakdown). Figure adapted from Berman et al. (2023).

Fig. 5.

Comparison of Boxerman-style plots of ΔR2 and ΔR2’ showing similarities and differences across simulation approaches. ΔR2(’) represents the transverse relaxation attributable solely to the susceptibility-induced field perturbations. The signal is split into three subplots: (a) the total signal, (b) the extravascular signal, and (c) the intravascular signal. The gradient-echo (GE) and spin-echo (SE) related relaxation rates were determined using three different simulation methods, namely 3D-CTN-CYL-ANA-MC, 2D-CTN-CYL-ANA-MC and 2D-GRD-CYL-ANA-DD (Refer to Fig. 1 for method naming breakdown). Figure adapted from Berman et al. (2023).

Close modal

4.3 Quantitative fMRI: calibrated BOLD and vascular MRF

Forward modeling of the transverse signal decay due to vascular perturbers was integral to the development of vascular MR fingerprinting (MRvF) techniques (Christen et al., 2014), and is important for the continued development of calibrated BOLD. In the calibrated BOLD model, simulations of the BOLD effect have lent key insight into the microvascular and metabolic contributions to the BOLD signal (X. Cheng et al., 2019; Gagnon et al., 2015), and continue to enable ways to optimize microvascular (thus neuronal) specificity (Berman et al., 2018). In the MRvF method, estimates of blood oxygenation, volume, and radius are obtained by matching the measured decay to a dictionary of simulated decay curves, the simulated decay curves must be as representative of the experimental conditions as possible. In the original MRvF paper, the 2D infinite-cylinder model with deterministic diffusion was used to generate the dictionary, and contrast enhancement was used to minimize the effect of background macroscopic field inhomogeneities. Christen et al. found different levels of dictionary-matching reliability for the three parameters. Upon close inspection, we found that the dictionary generation process could be influenced by the simulation approach. In our recent work (Berman et al., 2023), we demonstrated that using MRvF dictionaries built from different simulation approaches resulted in different error rates in MRvF metrics, as shown in Figure 6. In this case, the ground-truth radius values were used in generating the simulated experimental signal (based on the 3D-CTN-CYL-ANA-MC approach). While the use of the same approach in dictionary generation resulted in fully accurate radius estimation results, in another approach that was examined, the use of a dictionary based on the 3D-GRD-CYL-FFT-MC approach resulted in large estimation errors for some vascular radii. Thus, the optimal generation of MRvF dictionaries requires further investigation.

Fig. 6.

The accuracy of vascular MRF (MRvF) varies by simulation method. The coefficient of variation (R2) contour plots (a, c) indicate the uniqueness of the dictionary match at each ground-truth radius. At higher radii, the use of dictionaries generated using the 3D-CTN-CYL-ANA-MC and 3D-GRD-CYL-FFT-MC methods resulted in different vessel radius estimates (b, d). Figure adapted from Berman et al. (2023).

Fig. 6.

The accuracy of vascular MRF (MRvF) varies by simulation method. The coefficient of variation (R2) contour plots (a, c) indicate the uniqueness of the dictionary match at each ground-truth radius. At higher radii, the use of dictionaries generated using the 3D-CTN-CYL-ANA-MC and 3D-GRD-CYL-FFT-MC methods resulted in different vessel radius estimates (b, d). Figure adapted from Berman et al. (2023).

Close modal

4.4 T2*-weighted signal modelling of microspheres: red blood cells, contrast agents and iron deposition

Given challenges in constructing tissue phantoms containing microvasculature, microspheres, which are easier to distribute evenly in a phantom medium, were suggested as a surrogate for microvascular networks (Scheffler et al., 2018). Our simulation work (Chausse, Berman, Polimeni, et al., 2021), in which we included SE, GE, and asymmetric SE (ASE) related transverse relaxation rates (R2’), where R2’ = 1/T2’, confirmed that microspheres do, indeed, behave like micro-cylinders in the context of BOLD contrast, as shown in Figure 7.

Fig. 7.

Comparison of Boxerman-style plots for micro-cylinder and microsphere-based voxel models, showing the dependence of transverse relaxation (R2’) on perturber radius. (a) EV R2’ based on a voxel of microspheres (note that microspheres are assumed to not have IV contributions); (b) the R2’ plot for infinite cylinders. In both cases, the susceptibility of all perturbers was assumed to be governed by an oxygenation level (Y) of 60%. The perturber radii are plotted on a log scale. Results are shown for gradient-echo (GE), spin-echo (SE), and asymmetric spin-echo (ASE) cases. Figure adapted from Chausse, Berman, Polimeni, et al. (2021).

Fig. 7.

Comparison of Boxerman-style plots for micro-cylinder and microsphere-based voxel models, showing the dependence of transverse relaxation (R2’) on perturber radius. (a) EV R2’ based on a voxel of microspheres (note that microspheres are assumed to not have IV contributions); (b) the R2’ plot for infinite cylinders. In both cases, the susceptibility of all perturbers was assumed to be governed by an oxygenation level (Y) of 60%. The perturber radii are plotted on a log scale. Results are shown for gradient-echo (GE), spin-echo (SE), and asymmetric spin-echo (ASE) cases. Figure adapted from Chausse, Berman, Polimeni, et al. (2021).

Close modal

In in vivo applications, in the work by Boxerman, Hamberg, et al. (1995), to simulate the effect of red blood cell (RBC) movement within a medium containing plasma and the contrast agent, RBCs were modeled as magnetized spherical perturbers. While this work found the flow of RBCs to contribute negligibly to the BOLD signal, the ability to model intravascular magnetized spheres easily extends to magnetized contrast particles (Pannetier et al., 2013). Such applications are not restricted to the brain, where contrast agents remain intravascular, but also to other organs, such as the liver, in which contrast agents can be modeled as uniformly distributed ferrite particles (Hernando et al., 2012; Yablonskiy & Haacke, 1994).

In addition to heme iron found in the RBCs, iron particles are present in vivo in three other main forms, ferritin, transferring, and neuromelanin. Ferritin, for instance, has a spherical shape that is typically about 12 nm in diameter (Mahroum et al., 2022), and when degraded forms hemosiderin. Ferritin accumulates in the aging process, while hemosiderin concentration is associated with brain disorders and hemorrhage. Different iron molecules induce different magnetic field offsets, and by modeling these molecules as spherical perturbers, one can estimate the concentration of these respective iron species based on T2-weighted MRI or T2 MR relaxometry (Brammerloh et al., 2021).

The BOLDsωimsuite toolbox offers multiple simulation approaches organized through combinations of independent modules (Fig. 1). To aid the choice of modules and approaches, we present the computational requirements (memory and time) associated with these choices and some general guidelines from the perspective of computational requirements. In the samples shown, simulation times are split into “setup” and “walk” portions, the former representing the time required to run the Geometry and B0 Offset Calculation components and the latter representing the time to compute the Diffusion Scheme and Signal Calculation components. This separates the upfront time cost of building the system from the recurring cost of running additional time steps.

5.1 2D vs. 3D

In general, 3D simulations are more realistic and versatile; especially when VANs are required, 3D is the only option. However, in other situations, it is known that 2D vessels can accurately model voxels with randomly oriented vessels (Miller & Jezzard, 2008) and voxels with parallel vessels. Currently, there is no easy way to model more complex vascular configurations with 2D simulations such as non-cylindrical or non-random perturber distributions.

There are, however, certain cases for which a 2D voxel has clear advantages. For instance, the inclusion of randomly-oriented blood vessels in densely packed white matter fibres is simplified through the use of a 2D voxel. That is, the vessels and fibres can both be modelled as infinite cylinders, whereby random orientations of blood vessels can be accounted for conveniently by randomizing the orientation of the effective B0 instead of re-orienting the vessels themselves. This avoids the complexities of orienting blood vessels in 3D without intersection with the densely packed surrounding axons. Moreover, computationally, 2D simulations are faster than 3D for equally large and complex systems (equal perturber count and grid size per dimension being the most important). Sample simulation timings are shown in Figure 8a to illustrate this. For continuous-space simulations, the 2D approach simplifies the analytical representation of vessels and the movement of spins, which can be seen as a small but significant gain in computational speed. Discrete-space simulations much more significantly benefit from this, and compared to their 3D counterpart, they have one fewer dimension (of size N) to discretize. Roughly speaking, this speeds up the discretization of continuous voxels and reduces the memory requirement by a factor of N, which can be observed in Figure 8b.

Fig. 8.

Computational times and memory requirements from sample simulations for 2D vs. 3D and continuous vs. discrete space. (a) Computational times. Voxel generation time (“Setup”) and Monte Carlo random walk time (“Walk”) are shown, with the lower of the two times displayed on the bottom portion of the bar due to the logarithmic y-axis. (b) Peak memory requirement during simulation time. The value (time or memory) associated with each component is labeled on the bars. Samples consist of an average of 10 simulations with randomly generated vasculature. All simulations were run for 600 time steps with 400 infinite cylinders at 2% CBV, an analytically calculated magnetic field offset and Monte Carlo diffusion (CYL-ANA-MC) with 40000 spins. For the discrete space simulations (GRD), the grid size was set to 500.

Fig. 8.

Computational times and memory requirements from sample simulations for 2D vs. 3D and continuous vs. discrete space. (a) Computational times. Voxel generation time (“Setup”) and Monte Carlo random walk time (“Walk”) are shown, with the lower of the two times displayed on the bottom portion of the bar due to the logarithmic y-axis. (b) Peak memory requirement during simulation time. The value (time or memory) associated with each component is labeled on the bars. Samples consist of an average of 10 simulations with randomly generated vasculature. All simulations were run for 600 time steps with 400 infinite cylinders at 2% CBV, an analytically calculated magnetic field offset and Monte Carlo diffusion (CYL-ANA-MC) with 40000 spins. For the discrete space simulations (GRD), the grid size was set to 500.

Close modal

5.2 Choice of continuous vs. discrete space

For a meaningful comparison, this section only considers cases in which both continuous and discrete space representation are possible. Thus, since custom perturber geometries (e.g. VANs) are only possible with discrete-space simulations, they will not be included in this discussion.

One consideration for discretized simulations is sampling requirements. To allow for accurate discrete representations of diffusion and offset effects, the grid must sufficiently sample the perturber, as will also be discussed in the following subsection. We recommend that the smallest perturber be sampled with at least 6 grid elements across its diameter.

In nearly all cases, discrete-space simulations require significantly more memory than continuous space simulations, as the entire voxel space must be discretized and held in memory. On the other hand, for continuous simulations, the voxel’s spatial properties are calculated as needed using analytical equations, resulting in a smaller memory footprint. This is illustrated in Figure 8b, where we can see that the given discrete space simulation in 3D with N = 500 grid points is roughly 2 orders of magnitude more memory intensive than the continuous space equivalent.

Because of this, discrete-space 3D simulations should, in most cases, be considered when memory is not a limiting factor, when the discrete-space voxel will be reused or when the number of time steps is large. Regarding the reuse of a voxel, the discrete spatial properties can be saved to a file, thereby allowing the discretization step to be skipped in successive simulations of the same voxel. Although it still requires much more memory than a continuous-space simulation, any simulations done on the pre-computed discrete voxel will be much faster than the continuous-space equivalent. However, when voxels are not pre-computed or re-used, continuous-space simulations will often be faster, in addition to being more accurate. Discrete-space simulations can also be faster with a large number of time steps, as the magnetic field offset and EV/IV state of a spin is determined with a simple look-up of the grid rather than an analytical calculation. This is why the “Walk” time in Figure 8a is much shorter for the discrete-space methods. The exact point at which using discrete-space becomes faster than continuous-space for single simulations is dependent on the specific vascular network and method parameters, which therefore requires some testing by the user.

For voxels with analytically-defined field offsets (i.e., infinite cylinders or spheres in the present toolbox), discrete-space simulations can use either analytical or FFT methods for the field offset calculation. Generally, generating the discrete space voxel from the perturbers will be faster for the FFT method, and increasingly so when the number of perturbers is increased. However, the rest of the simulation procedure is identical for analytical and FFT in terms of computing requirements, as the voxels are then structurally identical. It is also important to note that using the recommended zero-padding in the FFT convolution will lead to higher memory requirements during the field offset calculation than the analytical method. Moreover, the FFT method is not exact and will introduce errors in the calculated magnetic field offsets. For these reasons, we recommend the use of analytically calculated voxels when possible.

5.3 Choice of Monte Carlo vs. deterministic diffusion

Deterministic diffusion simulations have the advantage of providing the same result every time, given the same parameters. Monte Carlo simulations by nature do not provide the same results unless provided with the same starting point (seed), and they also suffer from varying levels of signal noise, which can be difficult to adequately reduce.

The computational requirements of deterministic methods can vary widely, as the voxel grid element count needs to be high enough to accurately represent the water diffusion distribution given by the diffusion kernel. Figure 9 demonstrates this with an example. In Figure 9a, a diffusion kernel has been created for an N = 30 voxel of size 1 unit, resulting in a kernel containing 19 grid elements (represented by the blue line). This reasonably approximates the desired continuous function (shaded area). Figures 9b and 9c show the same kernel creation process but for voxels of size 5 and 10 units, respectively (N remains the same). This could be the case for simulating voxels containing larger vasculature. We see here that due to the reduced grid resolution, the kernel contains fewer grid elements, no longer representing a reasonable approximation of the desired kernel function. This is problematic as it causes erroneous diffusion behaviour and leads to a lack of diffusion effect in the extreme case. The only solution for this is to increase N to maintain the same grid resolution, as shown in Figure 9d. However, doing so significantly increases both simulation time and memory requirements. It is important to note that this discretization problem is not nearly as impactful in Monte Carlo simulations, because our Monte Carlo simulations record the positions of diffusing spins in continuous space, irrespective of whether the voxel is discretized. As a result, though the field offset and vessel boundaries are discretized, the diffusion behaviour is not.

Fig. 9.

Diffusion kernel (blue line) vs. expected distribution (shaded area), showing over-discretization with increasing voxel size. (a-c) The diffusion kernel when increasing the voxel size without changing the grid-element count or the diffusion length. This results in a decreasing kernel width. (d) The diffusion kernel after the grid-element count in (c) is increased to match the size of each grid element in (a).

Fig. 9.

Diffusion kernel (blue line) vs. expected distribution (shaded area), showing over-discretization with increasing voxel size. (a-c) The diffusion kernel when increasing the voxel size without changing the grid-element count or the diffusion length. This results in a decreasing kernel width. (d) The diffusion kernel after the grid-element count in (c) is increased to match the size of each grid element in (a).

Close modal

The result of the increasing time and memory requirements with increasing vessel diameter for deterministic diffusion is shown in Figure 10. Here, sample simulations were run on identical sets of 10 voxels but with different vessel diameters. A constant kernel size of 11 elements was maintained for all the simulations, resulting in increasing grid sizes (as shown in both subplots). Figure 10a demonstrates this effect and the associated increases in computational times, which are several orders of magnitude greater than for the small vessel equivalent. In terms of memory, Figure 10b shows that the grid size and memory trends follow each other closely, as well as the large variations in the required memory, which can be on the order of 100 MB up to 10s of GB.

Fig. 10.

Computational times and memory requirements for sample simulations for varying diameters with the 2D deterministic method (2D-GRD-CYL-ANA-DD). (a) Computational times. Voxel generation time (Setup) and deterministic diffusion time (Walk) are shown. (b) Peak memory requirement during simulation time. All simulations were run for 600 time steps on voxels containing 400 cylinders at 2% CBV. The grid size per dimension is shown on the right y-axis of both figures and was calculated such that the diffusion kernel contained 11 elements.

Fig. 10.

Computational times and memory requirements for sample simulations for varying diameters with the 2D deterministic method (2D-GRD-CYL-ANA-DD). (a) Computational times. Voxel generation time (Setup) and deterministic diffusion time (Walk) are shown. (b) Peak memory requirement during simulation time. All simulations were run for 600 time steps on voxels containing 400 cylinders at 2% CBV. The grid size per dimension is shown on the right y-axis of both figures and was calculated such that the diffusion kernel contained 11 elements.

Close modal

Lastly, for simulating 100% vascular permeability, 2D deterministic diffusion will in most cases be faster than the Monte Carlo equivalent. Full vessel permeability adds significant noise to the output signal in Monte Carlo simulations, requiring a significantly higher number of spins, but deterministic diffusion simulations do not have this issue and thus provide a noiseless signal without any changes to the parameters.

5.4 Comparison of BOLDsωimsuite with MrVox

Based on our understanding of the related publications (Pannetier et al., 2013, 2014) and the publicly available code (https://github.com/NPann/MrVox2D), we perceive several differences between it and our toolbox. First, whereas MrVox implements only the 2D-GRD-CYL-FFT-DD method (and a simplification that uses the average field offset from only three B0 directions) for randomly oriented cylinders, BOLDsωimsuite implements multiple combinations of methods, thus providing much higher flexibility. Available methods in BOLDsωimsuite include 2D-GRD-ANA-DD, 2D-ANA-MC (gridded and continuous), 3D-ANA-MC (gridded and continuous), 3D-GRD-FFT-DD, and 3D-GRD-FFT-MC. In fact, we recently compared the accuracy of the 3-B0 method from MrVox against other established methods (Berman et al., 2023), and show substantial differences. Moreover, BOLDsωimsuite provides the options of simulating spheres (for iron particle and blood-cell simulations) and receiving custom VANs as inputs. Third, BOLDsωimsuite is equipped with extensive documentation and tutorials that facilitate uptake by new users. Fourth, whereas MrVox is written in Matlab, BOLDsωimsuite is programmed entirely in Python and is therefore open-access. Fifth, BOLDsωimsuite is modular and easy to modify, leveraging the powerful version control of Github to facilitate open-source development by our users. This does not appear to be the case for the current version of MrVox.

5.5 Limitations and future developments

There are a number of limitations to the current toolbox. For instance, red blood cell can be modelled as 3D spheres in the current version of the toolbox. However, biconcave disks or ellipsoids or would more accurately represent red blood cells. These geometries could be added in future versions. Given that 2D simulations are substantially faster and less memory-demanding than 3D simulations, a 2D version of the randomly distributed sphere model (for modeling red blood cells or iron distributions) could be investigated. Moreover, while the current toolbox accommodates simple pulses sequences, it does not offer a straightforward way to simulate time-varying gradient fields that are typically encountered in image-encoding or diffusion-encoding. While it is possible to manually add a magnetic field gradient to the spins in Monte Carlo diffusion (as detailed in Lesson 6 in the toolbox tutorial document), future versions could incorporate a streamlined implementation of this feature.

In this paper, we presented a Python-based software toolbox, referred to as BOLDsωimsuite, that contains a suite of BOLD-signal forward modelling functionalities to suit modern computing hardware and infrastructures. This software suite, due to its comprehensiveness and flexibility, can facilitate reproducible science in the domain of quantitative MRI.

Not applicable, as no human or animal data were used.

The toolbox can be accessed by following the instructions on the package’s public GitHub: https://github.com/jacobchausse/BOLDswimsuite.

J.C.: Methodology, Software, Writing—Original Draft, Writing—Review & Editing, and Visualization. A.J.L.B.: Methodology, Writing—Review & Editing, Supervision, and Visualization. J.J.C.: Conceptualization, Writing—Original Draft, Writing—Review & Editing, Resources, Supervision, Visualization, Administration, and Funding Acquisition.

We thank the Canadian Institutes of Health Research (CIHR FDN 148398) for financial support for this work (J.C., J.J.C.), NSERC (RGPIN-2022-04886) (A.J.L.B.), and Carlton University (A.J.L.B.).

None.

We thank Dr. Grant Hartung for helping to generate vascular anatomical networks illustrated in this work.

Arvanitis
,
C. D.
,
Ferraro
,
G. B.
, &
Jain
,
R. K.
(
2019
).
The blood–brain barrier and blood–tumour barrier in brain tumours and metastases
.
Nat Rev Cancer
,
20
,
26
41
. https://doi.org/10.1038/s41568-019-0205-x
Báez-Yánez
,
M. G.
,
Ehses
,
P.
,
Mirkes
,
C.
,
Tsai
,
P. S.
,
Kleinfeld
,
D.
, &
Scheffler
,
K.
(
2017
).
The impact of vessel size, orientation and intravascular contribution on the neurovascular fingerprint of BOLD bSSFP fMRI
.
Neuroimage
,
163
,
13
23
. https://doi.org/10.1016/j.neuroimage.2017.09.015
Bandettini
,
P. A.
, &
Wong
,
E. C.
(
1995
).
Effects of biophysical and physiologic parameters on brain activation-induced R2* and R2 changes: Simulations using a deterministic diffusion model
.
Int J Imaging Syst Technol
,
6
,
133
152
. https://doi.org/10.1002/ima.1850060203
Berman
,
A. J. L.
,
Chausse
,
J.
,
Hartung
,
G.
,
Polimeni
,
J. R.
, &
Chen
,
J. J.
(
2023
).
Simulating BOLD fMRI transverse relaxation at 3T: How accurate is the infinite cylinder model of blood vessels
? In
Proceedings of the International Society for Magnetic Resonance in Medicine
, Abstract 4030. https://doi.org/10.58530/2023/4030
Berman
,
A. J. L.
,
Mazerolle
,
E. L.
,
MacDonald
,
M. E.
,
Blockley
,
N. P.
,
Luh
,
W.-M.
, &
Pike
,
G. B.
(
2018
).
Gas-free calibrated fMRI with a correction for vessel-size sensitivity
.
Neuroimage
,
169
,
176
188
. https://doi.org/10.1016/j.neuroimage.2017.12.047
Bieri
,
O.
, &
Scheffler
,
K.
(
2007
).
Effect of diffusion in inhomogeneous magnetic fields on balanced steady-state free precession
.
NMR Biomed
,
20
,
1
. https://doi.org/10.1002/nbm.1079
Boxerman
,
J. L.
,
Bandettini
,
P. A.
,
Kwong
,
K. K.
,
Baker
,
J. R.
,
Davis
,
T. L.
,
Rosen
,
B. R.
, &
Weisskoff
,
R. M.
(
1995
).
The intravascular contribution to fMRI signal change: Monte Carlo modeling and diffusion-weighted studies in vivo
.
Magn Reson Med
,
34
,
4
10
. https://doi.org/10.1002/mrm.1910340103
Boxerman
,
J. L.
,
Hamberg
,
L. M.
,
Rosen
,
B. R.
, &
Weisskoff
,
R. M.
(
1995
).
MR contrast due to intravascular magnetic susceptibility perturbations
.
Magn Reson Med
,
34
,
555
566
. https://doi.org/10.1002/mrm.1910340412
Brammerloh
,
M.
,
Morawski
,
M.
,
Friedrich
,
I.
,
Reinert
,
T.
,
Lange
,
C.
,
Pelicon
,
P.
,
Vavpetič
,
P.
,
Jankuhn
,
S.
,
Jäger
,
C.
,
Alkemade
,
A.
,
Balesar
,
R.
,
Pine
,
K.
,
Gavriilidis
,
F.
,
Trampel
,
R.
,
Reimer
,
E.
,
Arendt
,
T.
,
Weiskopf
,
N.
, &
Kirilina
,
E.
(
2021
).
Measuring the iron content of dopaminergic neurons in substantia nigra with MRI relaxometry
.
Neuroimage
,
239
,
118255
. https://doi.org/10.1016/j.neuroimage.2021.118255
Chausse
,
J.
,
Berman
,
A. J.
, &
Chen
,
J. J.
(
2021
).
Simulating the BOLD fMRI transverse relaxation at 3 T: How accurate is the 2D approximation
? In
Proceedings of the International Society for Magnetic Resonance in Medicine
. https://doi.org/10.58530/2023/4030
Chausse
,
J.
,
Berman
,
A. J. L.
,
Polimeni
,
J. R.
, &
Chen
,
J. J.
(
2021
).
Creating a robust BOLD fMRI phantom using microspheres: How well do microspheres approximate microvasculature
? In
Proceedings of the International Society for Magnetic Resonance in Medicine
, Abstract 2674. https://doi.org/10.58530/2023/4030
Chen
,
Z.
, &
Calhoun
,
V.
(
2016
).
BOLD fMRI simulation
. In
Numerical simulation-from brain imaging to turbulent flows
. InTech. https://doi.org/10.5772/63313
Chen
,
Z.
, &
Calhoun
,
V.
(
2011
).
A computational multiresolution BOLD fMRI model
.
IEEE Trans Biomed Eng
,
58
,
2995
2999
. https://doi.org/10.1109/tbme.2011.2158823
Chen
,
Z.
,
Chen
,
Z.
, &
Calhoun
,
V.
(
2013
).
Blood oxygenation level-dependent functional MRI signal turbulence caused by ultrahigh spatial resolution: Numerical simulation and theoretical explanation
.
NMR Biomed
,
26
,
248
264
. https://doi.org/10.1002/nbm.2842
Chen
,
Z.
,
Robinson
,
J.
, &
Calhoun
,
V.
(
2018
).
Brain functional BOLD perturbation modelling for forward fMRI and inverse mapping
.
PLoS One
,
13
,
e0191266
. https://doi.org/10.1371/journal.pone.0191266
Cheng
,
X.
,
Berman
,
A. J. L.
,
Polimeni
,
J. R.
,
Buxton
,
R. B.
,
Gagnon
,
L.
,
Devor
,
A.
,
Sakadžić
,
S.
, &
Boas
,
D. A.
(
2019
).
Dependence of the MR signal on the magnetic susceptibility of blood studied with models based on real microvascular networks
.
Magn Reson Med
,
81
,
3865
3874
. https://doi.org/10.1002/mrm.27660
Cheng
,
Y.-C. N.
,
Neelavalli
,
J.
, &
Haacke
,
E. M.
(
2009
).
Limitations of calculating field distributions and magnetic susceptibilities in MRI using a Fourier based method
.
Phys Med Biol
,
54
,
1169
1189
. https://doi.org/10.1088/0031-9155/54/5/005
Christen
,
T.
,
Pannetier
,
N. A.
,
Ni
,
W. W.
,
Qiu
,
D.
,
Moseley
,
M. E.
,
Schuff
,
N.
, &
Zaharchuk
,
G.
(
2014
).
MR vascular fingerprinting: A new approach to compute cerebral blood volume, mean vessel radius, and oxygenation maps in the human brain
.
Neuroimage
,
89
,
262
270
. https://doi.org/10.1016/j.neuroimage.2013.11.052
Chu
,
S. C.
,
Xu
,
Y.
,
Balschi
,
J. A.
, &
Springer
,
C. S.
, Jr.
(
1990
).
Bulk magnetic susceptibility shifts in NMR studies of compartmentalized samples: Use of paramagnetic reagents
.
Magn Reson Med
,
13
,
239
262
. https://doi.org/10.1002/mrm.1910130207
Coudert
,
T.
,
Delphin
,
A.
,
Warnking
,
J. M.
,
Lemasson
,
B.
,
Barbier
,
E. L.
, &
Christen
,
T.
(
2020
).
Searching for an MR Fingerprinting sequence to measure brain oxygenation without contrast agent
. In
Proceedings of the International Society for Magnetic Resonance in Medicine
, Abstract 2591. https://doi.org/10.58530/2022/2591
Damseh
,
R.
,
Lu
,
Y.
,
Lu
,
X.
,
Zhang
,
C.
,
Marchand
,
P. J.
,
Corbin
,
D.
,
Pouliot
,
P.
,
Cheriet
,
F.
, &
Lesage
,
F.
(
2021
).
A simulation study investigating potential diffusion-based MRI signatures of microstrokes
.
Sci Rep
,
11
,
14229
. https://doi.org/10.1038/s41598-021-93503-2
Delphin
,
A.
,
Boux
,
F.
,
Brossard
,
C.
,
Coudert
,
T.
,
Warnking
,
J. M.
,
Lemasson
,
B.
,
Barbier
,
E. L.
, &
Christen
,
T.
(
2023
).
Enhancing MR vascular fingerprinting through realistic microvascular geometries
.
arxiv
. https://doi.org/10.1162/imag_a_00377
Delphin
,
A.
,
Boux
,
F.
,
Brossard
,
C.
,
Warnking
,
J.
,
Lemasson
,
B.
,
Barbier
,
E. L.
, &
Christen
,
T.
(
2020
).
Optimizing signal patterns for MR vascular fingerprinting
. In
Proceedings of the International Society for Magnetic Resonance in Medicine
, Abstract 28. https://doi.org/10.1162/imag_a_00377
Delphin
,
A.
,
Boux
,
G.
,
Brossard
,
C.
,
Warnking
,
J. M.
,
Lemasson
,
B.
,
Barbier
,
E. L.
, &
Christen
,
T.
(
2021
).
Towards optimizing MR vascular fingerprinting
. In
Proceedings of the International Society for Magnetic Resonance in Medicine
, Abstract 0172. https://doi.org/10.1162/imag_a_00377
Denk
,
C.
,
Hernandez Torres
,
E.
,
MacKay
,
A.
, &
Rauscher
,
A.
(
2011
).
The influence of white matter fibre orientation on MR signal phase and decay
.
NMR Biomed
,
24
,
246
252
. https://doi.org/10.1002/nbm.1581
Deville
,
G.
,
Bernier
,
M.
, &
Delrieux
,
J. M.
(
1979
).
NMR multiple echoes observed in solid 3He
.
Phys Rev B: Condens Matter Mater Phys
,
19
,
5666
. https://doi.org/10.1103/physrevb.19.5666
Fieremans
,
E.
, &
Lee
,
H.-H.
(
2018
).
Physical and numerical phantoms for the validation of brain microstructural MRI: A cookbook
.
Neuroimage
,
182
,
39
61
. https://doi.org/10.1016/j.neuroimage.2018.06.046
Gagnon
,
L.
,
Sakadžić
,
S.
,
Lesage
,
F.
,
Musacchia
,
J. J.
,
Lefebvre
,
J.
,
Fang
,
Q.
,
Yücel
,
M. A.
,
Evans
,
K. C.
,
Mandeville
,
E. T.
,
Cohen-Adad
,
J.
,
Polimeni
,
J. R.
,
Yaseen
,
M. A.
,
Lo
,
E. H.
,
Greve
,
D. N.
,
Buxton
,
R. B.
,
Dale
,
A. M.
,
Devor
,
A.
, &
Boas
,
D. A.
(
2015
).
Quantifying the microvascular origin of BOLD-fMRI from first principles with two-photon microscopy and an oxygen-sensitive nanoprobe
.
J Neurosci
,
35
,
3663
3675
. https://doi.org/10.1523/jneurosci.3555-14.2015
Hernando
,
D.
,
Vigen
,
K. K.
,
Shimakawa
,
A.
, &
Reeder
,
S. B.
(
2012
).
R*(2) mapping in the presence of macroscopic B₀ field variations
.
Magn Reson Med
,
68
,
830
840
. https://doi.org/10.1002/mrm.23306
Kassner
,
A.
, &
Merali
,
Z.
(
2015
).
Assessment of blood–brain barrier disruption in stroke
.
Stroke
,
46
,
3310
3315
. https://doi.org/10.1161/STROKEAHA.115.008861
Kennan
,
R. P.
,
Zhong
,
J.
, &
Gore
,
J. C.
(
1994
).
Intravascular susceptibility contrast mechanisms in tissues
.
Magn Reson Med
,
31
,
9
21
. https://doi.org/10.1002/mrm.1910310103
Kiselev
,
V. G.
, &
Posse
,
S.
(
1999
).
Analytical model of susceptibility-induced MR signal dephasing: Effect of diffusion in a microvascular network
.
Magn Reson Med
,
41
,
499
509
. https://doi.org/10.1002/(sici)1522-2594(199903)41:3<499::aid-mrm12>3.0.co;2-o
Klassen
,
L. M.
, &
Menon
,
R. S.
(
2007
).
NMR simulation analysis of statistical effects on quantifying cerebrovascular parameters
.
Biophys J
,
92
,
1014
1021
. https://doi.org/10.1529/biophysj.106.087965
Kor
,
D.
,
Birkl
,
C.
,
Ropele
,
S.
,
Doucette
,
J.
,
Xu
,
T.
,
Wiggermann
,
V.
,
Hernández-Torres
,
E.
,
Hametner
,
S.
, &
Rauscher
,
A.
(
2019
).
The role of iron and myelin in orientation dependent R2* of white matter
.
NMR Biomed
,
32
,
e4092
. https://doi.org/10.1002/nbm.4092
Lee
,
J.
,
Shmueli
,
K.
,
Kang
,
B.-T.
,
Yao
,
B.
,
Fukunaga
,
M.
,
van Gelderen
,
P.
,
Palumbo
,
S.
,
Bosetti
,
F.
,
Silva
,
A. C.
, &
Duyn
,
J. H.
(
2012
).
The contribution of myelin to magnetic susceptibility-weighted contrasts in high-field MRI of the brain
.
Neuroimage
,
59
,
3967
3975
. https://doi.org/10.1016/j.neuroimage.2011.10.076
Lemasson
,
B.
,
Pannetier
,
N.
,
Coquery
,
N.
,
Boisserand
,
L. S. B.
,
Collomb
,
N.
,
Schuff
,
N.
,
Moseley
,
M.
,
Zaharchuk
,
G.
,
Barbier
,
E. L.
, &
Christen
,
T.
(
2016
).
MR vascular fingerprinting in stroke and brain tumors models
.
Sci Rep
,
6
,
37071
. https://doi.org/10.1038/srep37071
Lindeberg
,
T.
(
1990
).
Scale-space for discrete signals
.
IEEE Trans Pattern Anal Machine Intel
,
12
,
234
254
. https://doi.org/10.1109/34.49051
Liu
,
C.
,
Li
,
W.
,
Johnson
,
G. A.
, &
Wu
,
B.
(
2011
).
High-field (9.4 T) MRI of brain dysmyelination by quantitative mapping of magnetic susceptibility
.
Neuroimage
,
56
,
930
938
. https://doi.org/10.1016/j.neuroimage.2011.02.024
Mahroum
,
N.
,
Alghory
,
A.
,
Kiyak
,
Z.
,
Alwani
,
A.
,
Seida
,
R.
,
Alrais
,
M.
, &
Shoenfeld
,
Y.
(
2022
).
Ferritin—From iron, through inflammation and autoimmunity, to COVID-19
.
J Autoimmun
,
126
,
102778
. https://doi.org/10.1016/j.jaut.2021.102778
Markuerkiaga
,
I.
,
Barth
,
M.
, &
Norris
,
D. G.
(
2016
).
A cortical vascular model for examining the specificity of the laminar BOLD signal
.
Neuroimage
,
132
,
491
498
. https://doi.org/10.1016/j.neuroimage.2016.02.073
Marques
,
J. P.
, &
Bowtell
,
R.
(
2005
).
Application of a Fourier-based method for rapid calculation of field inhomogeneity due to spatial variation of magnetic susceptibility
.
Concepts Magn Reson Part B Magn Reson Eng
,
25B
,
65
78
. https://doi.org/10.1002/cmr.b.20034
Marques
,
J. P.
, &
Bowtell
,
R. W.
(
2008
).
Using forward calculations of the magnetic field perturbation due to a realistic vascular model to explore the BOLD effect
.
NMR Biomed
,
21
,
553
565
. https://doi.org/10.1002/nbm.1224
Martindale
,
J.
,
Kennerley
,
A. J.
,
Johnston
,
D.
,
Zheng
,
Y.
, &
Mayhew
,
J. E.
(
2008
).
Theory and generalization of Monte Carlo models of the BOLD signal source
.
Magn Reson Med
,
59
,
607
618
. https://doi.org/10.1002/mrm.21512
Miller
,
K. L.
, &
Jezzard
,
P.
(
2008
).
Modeling SSFP functional MRI contrast in the brain
.
Magn Reson Med
,
60
,
661
673
. https://doi.org/10.1002/mrm.21690
Mingasson
,
T.
,
Duval
,
T.
,
Stikov
,
N.
, &
Cohen-Adad
,
J.
(
2017
).
AxonPacking: An open-source software to simulate arrangements of axons in white matter
.
Front Neuroinform
,
11
,
5
. https://doi.org/10.3389/fninf.2017.00005
Mueller-Bierl
,
B. M.
,
Uludag
,
K.
,
Pereira
,
P. L.
, &
Schick
,
F.
(
2007
).
Magnetic field distribution and signal decay in functional MRI in very high fields (up to 9.4 T) using Monte Carlo diffusion modeling
.
Int J Biomed Imaging
,
2007
,
70309
. https://doi.org/10.1155/2007/70309
Ogawa
,
S.
,
Menon
,
R. S.
,
Tank
,
D. W.
,
Kim
,
S. G.
,
Merkle
,
H.
,
Ellerman
,
J. M.
, &
Ugurbil
,
K.
(
1993
).
Functional brain mapping by blood oxygenation level-dependent contrast magnetic resonance imaging
.
Biophys J
,
64
,
803
812
. https://doi.org/10.1016/s0006-3495(93)81441-3
Pannetier
,
N. A.
,
Debacker
,
C. S.
,
Mauconduit
,
F.
,
Christen
,
T.
, &
Barbier
,
E. L.
(
2013
).
A simulation tool for dynamic contrast enhanced MRI
.
PLoS One
,
8
,
e57636
. https://doi.org/10.1371/journal.pone.0057636
Pannetier
,
N. A.
,
Sohlin
,
M.
, &
Christen
,
T.
(
2014
).
Numerical modeling of susceptibility‐related MR signal dephasing with vessel size measurement: Phantom validation at 3T
.
Magn Reson Med
,
72
,
646
658
. https://doi.org/10.1002/mrm.24968
Pathak
,
A. P.
,
Ward
,
B. D.
, &
Schmainda
,
K. M.
(
2008
).
A novel technique for modeling susceptibility-based contrast mechanisms for arbitrary microvascular geometries: The finite perturber method
.
Neuroimage
,
40
,
1130
1143
. https://doi.org/10.1016/j.neuroimage.2008.01.022
Scheffler
,
K.
,
Heule
,
R.
,
G
Báez-Yánez, M.
,
Kardatzki
,
B.
, &
Lohmann
,
G.
(
2018
).
The BOLD sensitivity of rapid steady-state sequences
.
Magn Reson Med
,
81
,
2526
2535
. https://doi.org/10.1002/mrm.27585
Spees
,
W. M.
,
Yablonskiy
,
D. A.
,
Oswood
,
M. C.
, &
Ackerman
,
J. J.
(
2001
).
Water proton MR properties of human blood at 1.5 Tesla: Magnetic susceptibility, T1, T2, T2*, and non-Lorentzian signal behavior
.
Magn Reson Med
,
45
,
533
542
. https://doi.org/10.1002/mrm.1072
St.
Lawrence
,
K. S.
,
Owen
,
D.
, &
Wang
,
D. J. J.
(
2012
).
A two-stage approach for measuring vascular water exchange and arterial transit time by diffusion-weighted perfusion MRI
.
Magn Reson Med
,
67
,
1275
1284
. https://doi.org/10.1002/mrm.23104
Stone
,
A. J.
,
Holland
,
N. C.
,
Berman
,
A. J. L.
, &
Blockley
,
N. P.
(
2019
).
Simulations of the effect of diffusion on asymmetric spin echo based quantitative BOLD: An investigation of the origin of deoxygenated blood volume overestimation
.
Neuroimage
,
201
,
116035
. https://doi.org/10.1016/j.neuroimage.2019.116035
Sukstanskii
,
A. L.
, &
Yablonskiy
,
D. A.
(
2014
).
On the role of neuronal magnetic susceptibility and structure symmetry on gradient echo MR signal formation: Theory of phase contrast in white matter
.
Magn Reson Med
,
71
,
345
353
. https://doi.org/10.1002/mrm.24629
Sweeney
,
M. D.
,
Sagare
,
A. P.
, &
Zlokovic
,
B. V.
(
2018
).
Blood–brain barrier breakdown in Alzheimer disease and other neurodegenerative disorders
.
Nat Rev Neurol
,
14
,
133
150
. https://doi.org/10.1038/nrneurol.2017.188
Uludağ
,
K.
,
Müller-Bierl
,
B.
, &
Uğurbil
,
K.
(
2009
).
An integrative model for neuronal activity-induced signal changes for gradient and spin echo functional imaging
.
Neuroimage
,
48
,
150
165
. https://doi.org/10.1016/j.neuroimage.2009.05.051
van Dorth
,
D.
,
Venugopal
,
K.
,
Poot
,
D. H. J.
,
Hirschler
,
L.
,
de Bresser
,
J.
,
Smits
,
M.
,
Hernandez‐Tamames
,
J. A.
,
Debacker
,
C. S.
, &
van Osch
,
M. J. P.
(
2022
).
Dependency of R 2 and R 2 * relaxation on Gd‐DTPA concentration in arterial blood: Influence of hematocrit and magnetic field strength
.
NMR Biomed
,
35
,
e4653
. https://doi.org/10.1002/nbm.4653
van Hinsbergh
,
V. W. M.
(
2017
).
Physiology of blood vessels
.
Oxford University Press
. https://doi.org/10.1093/med/9780198755777.003.0002
Veksler
,
R.
,
Vazana
,
U.
,
Serlin
,
Y.
,
Prager
,
O.
,
Ofer
,
J.
,
Shemen
,
N.
,
Fisher
,
A. M.
,
Minaeva
,
O.
,
Hua
,
N.
,
Saar-Ashkenazy
,
R.
,
Benou
,
I.
,
Riklin-Raviv
,
T.
,
Parker
,
E.
,
Mumby
,
G.
,
Kamintsky
,
L.
,
Beyea
,
S.
,
Bowen
,
C. V.
,
Shelef
,
I.
,
O’Keeffe
,
E.
,
Campbell
,
M.
,
Kaufer
,
D.
,
Goldstein
,
L. E.
, &
Friedman
,
A.
(
2020
).
Slow blood-to-brain transport underlies enduring barrier dysfunction in American football players
.
Brain
,
143
,
1826
. https://doi.org/10.1093/brain/awaa140
Venugopal
,
K.
,
Arzanforoosh
,
F.
,
van Dorth
,
D.
,
Smits
,
M.
,
van Osch
,
M. J. P.
,
Hernandez-Tamames
,
J. A.
,
Warnert
,
E. A. H.
, &
Poot
,
D. H. J.
(
2023
).
MR vascular fingerprinting with hybrid gradient–spin echo dynamic susceptibility contrast MRI for characterization of microvasculature in gliomas
.
Cancers
,
15
,
2180
. https://doi.org/10.3390/cancers15072180
Wharton
,
S.
, &
Bowtell
,
R.
(
2012
).
Fiber orientation-dependent white matter contrast in gradient echo MRI
.
Proc Natl Acad Sci
,
109
,
18559
18564
. https://doi.org/10.1073/pnas.1211075109
Yablonskiy
,
D. A.
, &
Haacke
,
E. M.
(
1994
).
Theory of NMR signal behavior in magnetically inhomogeneous tissues: The static dephasing regime
.
Magn Reson Med
,
32
,
749
763
. https://doi.org/10.1002/mrm.1910320610

Author notes

*

Co-senior authors

This is an open-access article distributed under the terms of the Creative Commons Attribution 4.0 International (CC BY 4.0) license, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. For a full description of the license, please visit https://creativecommons.org/licenses/by/4.0/legalcode.