diff --git a/Artifacts.html b/Artifacts.html index 6d0349c..856de7e 100644 --- a/Artifacts.html +++ b/Artifacts.html @@ -423,6 +423,13 @@
Aliasing
Sequence - FOV too small
Sequence - FOV too small, or parallel imaging failed
Signal folds across image
Increase FOV, swap PE/FE
Increase FOV, swap PE/FE, reacquire sensitivity maps (parallel imaging)
Phase encoding
Gibbs Ringing/Truncation
where \(\Delta f\) is the frequency shift, \(RBW\) is the receiver bandwidth, and \(FOV_{FE}\) is the field of view in the frequency encoding direction.
-During EPI, there is typically a much larger shift in the phase encoding direction that depends on the echo spacing, \(t_{esp}\). For simplicity, I convert the echo spacing into a “phase encoding bandwidth”, \(BW_{PE} = 1/t_{esp}\):
+During EPI, there is typically a much larger shift in the phase encoding direction that depends on how much phase accumulates across k-space. This depends on the echo spacing, \(t_{esp}\), and well as how many k-space lines are covered in adjacent echoes, defined here as \(N_{steps}\). To characterize this, we can define a “phase encoding bandwidth”, \(BW_{PE} = N_{steps}/t_{esp}\), and the displacement will be
where \(N_{interleaves}\) is the number of interleaves that can be used to reduce the displacement.
+\[\Delta_{PE} = \frac{\Delta f}{BW_{PE}} FOV_{PE}\] +\(N_{steps}\) will depend on whether there is any interleaving, and whether parallel imaging is used to skip lines. For example, EPI without acceleration in a single-shot is \(N_{steps} = 1\), 2 interleaves would have \(N_{steps} = 2\), while single-shot with \(R=2\) parallel imaging acceleration would have \(N_{steps} = 2\), and 2 interleaves with \(R=2\) parallel imaging would have \(N_{steps} = 4\).
Finally, there will also be a displacement of the slice selection, and this will be
where \(BW_{rf}\) is the slice select pulse bandwidth.
Motion, including flow, can result in artifacts in MRI if it leads to inconsistency in the data.
-Periodic motion such as breathing, heart beating, and pulsatile flow will lead to distinct ghosting artifacts in the phase encoding direction. The location of ghosting artifacts in sequential phase encoding, will be at predictable intervals in the phase encoding direction:
+Periodic motion such as breathing, heart beating, and pulsatile flow will lead to distinct ghosting artifacts in the phase encoding direction. The location of ghosting artifacts in sequential phase encoding without parallel imaging will be at predictable intervals in the phase encoding direction:
where \(T_{motion}\) is the period of the motion (e.g. \(T_{motion} = 1 s\) for a heart rate of 60 beats per minute ).
Incoherent or more random motion such as irregular breathing, arrhytthmias, coughing, bulk motion will lead to more diffuse ghosting artifacts.
Resonance -$\(f = \bar{\gamma} \|\vec{B}\|\)$
-Polarization and Net Magnetization
-$\(\vec{M}(\vec{r},0) =
+ Resonance - nuclear spins in a magnetic field precess at a frequency proportional to the magnetic field strength Polarization - equilibrium magnetization Net Magnetization at Equilibrium Excitation Apply magnetic field at resonant frequency to rotate net magnetization out of alignment with static magnetic field Main magnet - \(B_0\) Radiofrequency (RF) coils, including a transmit RF coil - \(B_1^+(\vec{r},t)\) - and a receive RF coil - \(B_1^-(\vec{r},t)\) Radiofrequency (RF) coils transmit RF coil - \(B_1^+(\vec{r},t)\): provide homogeneous excitation receive RF coil - \(B_1^-(\vec{r},t)\): detect signal with high sensitivity Magnetic field gradient coils - \(\vec{G}(t)\)
MR Spin Physics#
+
+
Contrast weightings
+T1-weighted - short TE, short TR
T2-weighted - long TE, long TR
Proton Density (PD)-weighted - short TE, long TR
spoiled GRE contrast
Contrast weightings: T1w, T2w, PDw
-Magnetization Preparation:
-Inversion Recovery -$\(S_{IR} \propto M_0 \exp(-TE/T_2) (1 - 2\exp(-TI/T_1) + \exp(-TR/T_1) )\)$
+Ernst angle - flip angle for maximum SNR
+Magnetization Preparation: +Inversion Recovery
+Magnetic susceptibility effects
magnetic susceptibility is inherent property of materials
Phase - chemical shift and off-resonance (e.g. magnetic susceptibility effects) create phase differences in MR signal
T2*
intra-voxel dephasing due to magnetic field inhomogeneity
fat/water imaging - separate fat and water images based on multiple echo times
fat suppression - spectrally-selective RF pulses and/or inversion recovery
Contrast Agents
Gd-based contrast agents - most common, primarily shortens \(T_1\)
iron-basec contrast agents - less common, shortens \(T_1\) but also can shorten \(T_2\)
Gadolinium (Gd)-based contrast agents - most common, primarily shortens \(T_1\)
Iron-based contrast agents - less common, shortens \(T_1\) but also can shorten \(T_2\)
Scan Time
+Typical acquisition uses frequency and phase encoding.
+Typical acquisition uses frequency and phase encoding
See Pulse Sequence for a typical 2D gradient-echo sequence
-Can convert between sequence parameters (e.g. timings, gradient amplitudes) and the FOV, resolution and scan time
+Can convert between sequence parameters (e.g. timings, gradient amplitudes) and the FOV, resolution and scan time, as well as predict relative SNR
Why does it work? MRI data has typical patterns that can be predicted are represented by sparse coefficients
How does it work? Skip k-space data with a pseudo-random pattern. Define a sparsity domain
Deep Learning Reconstructions
+Deep Learning Reconstruction
Why does it work? MRI data has typical patterns that can be learned
How does it work? Skip k-space data. Train a neural network using a large MRI dataset.
Illustrated in this second example below. This shows that the magnetization can take many TRs to reach steady state.
+Illustrated in this second example below. This shows that the magnetization can take many TRs to reach steady state. These acquisitions are commonly done to maximize signal for a typical \(T_1\) range. This is done by choosing using the so-called “Ernst angle”, which is the flip angle that maximizes the signal for a given \(T_1\) and \(TR\):
+% Signal evolution between TRs with 90-degree pulses
diff --git a/_images/abdomen_aliasing.png b/_images/abdomen_aliasing.png
new file mode 100644
index 0000000..e9d3cee
Binary files /dev/null and b/_images/abdomen_aliasing.png differ
diff --git a/_images/abdomen_motion.png b/_images/abdomen_motion.png
new file mode 100644
index 0000000..3feaf51
Binary files /dev/null and b/_images/abdomen_motion.png differ
diff --git a/_images/brain_coronal_eyes_artifact.jpg b/_images/brain_coronal_eyes_artifact.jpg
new file mode 100644
index 0000000..5dd4817
Binary files /dev/null and b/_images/brain_coronal_eyes_artifact.jpg differ
diff --git a/_images/brain_motion_artifact.jpg b/_images/brain_motion_artifact.jpg
new file mode 100644
index 0000000..6cb739e
Binary files /dev/null and b/_images/brain_motion_artifact.jpg differ
diff --git a/_images/epi_T2star_artifact.png b/_images/epi_T2star_artifact.png
new file mode 100644
index 0000000..7d0f647
Binary files /dev/null and b/_images/epi_T2star_artifact.png differ
diff --git a/_images/epi_distortion_artifact_changes.jpg b/_images/epi_distortion_artifact_changes.jpg
new file mode 100644
index 0000000..837a57b
Binary files /dev/null and b/_images/epi_distortion_artifact_changes.jpg differ
diff --git a/_images/epi_fat_artifact.jpg b/_images/epi_fat_artifact.jpg
new file mode 100644
index 0000000..b0bb120
Binary files /dev/null and b/_images/epi_fat_artifact.jpg differ
diff --git a/_sources/Artifacts.ipynb b/_sources/Artifacts.ipynb
index 37ab9a4..36a249e 100644
--- a/_sources/Artifacts.ipynb
+++ b/_sources/Artifacts.ipynb
@@ -58,7 +58,7 @@
"\n",
"| Artifact Name | Source | Appearance | What to do? | Frequency or Phase encoding |\n",
"|---|---|---|---|---|\n",
- "| Aliasing | Sequence - FOV too small | Signal folds across image | Increase FOV, swap PE/FE | Phase encoding |\n",
+ "| Aliasing | Sequence - FOV too small, or parallel imaging failed | Signal folds across image | Increase FOV, swap PE/FE, reacquire sensitivity maps (parallel imaging) | Phase encoding |\n",
"| Gibbs Ringing/Truncation | Sequence - due to Fourier encoding of edges | Ripples/ringing at sharp edges | Filtering of data | N/A |\n",
"| Boundary Artifacts/Partial Volume | Sequence and Sample - opposite $M_{XY}$ phases with a voxel due to inversion or chemical shift | Artificial dark lines at tissue boundaries | fat suppresion, fat/water imaging | N/A |\n",
"| Motion/Flow | Sample - signal modulated during spatial encoding | Copies or \"Ghosts\" of image regions that are changing due to motion or flow | Breath-hold, gating, triggering, flow compensation, swap PE/FE | Phase encoding |\n",
@@ -85,15 +85,15 @@
" \n",
"where $\\Delta f$ is the frequency shift, $RBW$ is the receiver bandwidth, and $FOV_{FE}$ is the field of view in the frequency encoding direction.\n",
"\n",
- "During EPI, there is typically a much larger shift in the phase encoding direction that depends on the echo spacing, $t_{esp}$. For simplicity, I convert the echo spacing into a \"phase encoding bandwidth\", $BW_{PE} = 1/t_{esp}$:\n",
+ "During EPI, there is typically a much larger shift in the phase encoding direction that depends on how much phase accumulates across k-space. This depends on the echo spacing, $t_{esp}$, and well as how many k-space lines are covered in adjacent echoes, defined here as $N_{steps}$. To characterize this, we can define a \"phase encoding bandwidth\", $BW_{PE} = N_{steps}/t_{esp}$, and the displacement will be\n",
"\n",
- "$$\\Delta_{PE} = \\frac{\\Delta f}{BW_{PE} N_{interleaves}} FOV_{PE}$$\n",
+ "$$\\Delta_{PE} = \\frac{\\Delta f}{BW_{PE}} FOV_{PE}$$\n",
"\n",
- "where $N_{interleaves}$ is the number of interleaves that can be used to reduce the displacement.\n",
+ "$N_{steps}$ will depend on whether there is any interleaving, and whether parallel imaging is used to skip lines. For example, EPI without acceleration in a single-shot is $N_{steps} = 1$, 2 interleaves would have $N_{steps} = 2$, while single-shot with $R=2$ parallel imaging acceleration would have $N_{steps} = 2$, and 2 interleaves with $R=2$ parallel imaging would have $N_{steps} = 4$.\n",
"\n",
"Finally, there will also be a displacement of the slice selection, and this will be\n",
"\n",
- "$$\\Delta_{SS} = \\frac{\\Delta f}{BW_{rf}} \\Delta_z$$\n",
+ "$$\\Delta_{SS} = \\frac{\\Delta f}{BW_{rf}} \\Delta z$$\n",
"\n",
"where $BW_{rf}$ is the slice select pulse bandwidth."
]
@@ -106,7 +106,7 @@
"\n",
"Motion, including flow, can result in artifacts in MRI if it leads to inconsistency in the data.\n",
"\n",
- "Periodic motion such as breathing, heart beating, and pulsatile flow will lead to distinct ghosting artifacts in the phase encoding direction. The location of ghosting artifacts in sequential phase encoding, will be at predictable intervals in the phase encoding direction:\n",
+ "Periodic motion such as breathing, heart beating, and pulsatile flow will lead to distinct ghosting artifacts in the phase encoding direction. The location of ghosting artifacts in sequential phase encoding without parallel imaging will be at predictable intervals in the phase encoding direction:\n",
"\n",
"$$\\Delta_{PE} = \\frac{TR}{T_{motion}} FOV_{PE}$$\n",
"\n",
@@ -115,6 +115,35 @@
"Incoherent or more random motion such as irregular breathing, arrhytthmias, coughing, bulk motion will lead to more diffuse ghosting artifacts."
]
},
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "## Artifact Examples\n",
+ "\n",
+ "### Aliasing\n",
+ "\n",
+ "![Axial abdomen image with aliasing](images/artifacts/abdomen_aliasing.png)\n",
+ "\n",
+ "### Motion\n",
+ "\n",
+ "![Axial abdomen image with motion](images/artifacts/abdomen_motion.png)\n",
+ "\n",
+ "![Coronal brain image with motion](images/artifacts/brain_coronal_eyes_artifact.jpg)\n",
+ "\n",
+ "![Axial brain image with motion](images/artifacts/brain_motion_artifact.jpg)\n",
+ "\n",
+ "### Image Displacement/Distortion\n",
+ "\n",
+ "![Axial brian EPI with distortion](images/artifacts/epi_distortion_artifact_changes.jpg)\n",
+ "\n",
+ "![Axial brian EPI with fat displacement](images/artifacts/epi_fat_artifact.jpg)\n",
+ "\n",
+ "### T2*\n",
+ "\n",
+ "![Axial brain image with T2* artifact](images/artifacts/epi_T2star_artifact.png)"
+ ]
+ },
{
"cell_type": "markdown",
"metadata": {},
diff --git a/_sources/Key MRI Concepts.md b/_sources/Key MRI Concepts.md
index d59c400..4fcf976 100644
--- a/_sources/Key MRI Concepts.md
+++ b/_sources/Key MRI Concepts.md
@@ -10,17 +10,22 @@ Signals and Systems
## MR Spin Physics
-Resonance
+Resonance - nuclear spins in a magnetic field precess at a frequency proportional to the magnetic field strength
+
$$f = \bar{\gamma} \|\vec{B}\|$$
-Polarization and Net Magnetization
+Polarization - equilibrium magnetization
+
+$$M_0(\vec{r}) = \frac{N(\vec{r}) \bar{\gamma}^2 h^2 I_Z (I_Z +1) B_0}{3 k T}$$
+
+Net Magnetization at Equilibrium
+
$$\vec{M}(\vec{r},0) =
\begin{bmatrix}
0 \\
0 \\
M_0(\vec{r})
\end{bmatrix}$$
-$$M_0(\vec{r}) = \frac{N(\vec{r}) \bar{\gamma}^2 h^2 I_Z (I_Z +1) B_0}{3 k T}$$
Excitation
* Apply magnetic field at resonant frequency to rotate net magnetization out of alignment with static magnetic field
@@ -34,7 +39,9 @@ $$M_Z(\vec{r},t) = M_Z(\vec{r},0)e^{-t/T_1} + M_0(\vec{r})(1- e^{-t/T_1(\vec{r})
## MRI System
1. Main magnet - $B_0$
-1. Radiofrequency (RF) coils, including a transmit RF coil - $B_1^+(\vec{r},t)$ - and a receive RF coil - $B_1^-(\vec{r},t)$
+1. Radiofrequency (RF) coils
+ * transmit RF coil - $B_1^+(\vec{r},t)$: provide homogeneous excitation
+ * receive RF coil - $B_1^-(\vec{r},t)$: detect signal with high sensitivity
1. Magnetic field gradient coils - $\vec{G}(t)$
## MRI Experiment
@@ -49,18 +56,25 @@ Experiment described by a "Pulse Sequence"
## MR Contrasts
+Contrast weightings
+* T1-weighted - short TE, short TR
+* T2-weighted - long TE, long TR
+* Proton Density (PD)-weighted - short TE, long TR
+
spoiled GRE contrast
$$S \propto M_0 \sin(\theta) \exp(-TE/T_2) \frac{1- \exp(-TR/T_1)}{1- \cos(\theta) \exp(-TR/T_1)}$$
-Contrast weightings: T1w, T2w, PDw
+Ernst angle - flip angle for maximum SNR
-Magnetization Preparation:
+$$\theta_{optimal} = \cos^{-1}(\exp(-TR/T_1))$$
+Magnetization Preparation:
Inversion Recovery
+
$$S_{IR} \propto M_0 \exp(-TE/T_2) (1 - 2\exp(-TI/T_1) + \exp(-TR/T_1) )$$
-## In vivo spin physics
+## In Vivo Spin Physics
Magnetic susceptibility effects
* magnetic susceptibility is inherent property of materials
@@ -71,7 +85,9 @@ Chemical Shift
* chemcial environment of an atom creates variations in local magnetic field
* in vivo consideration: "fat", assumed to have a -3.5 ppm chemcial shift from water protons
-## In vivo contrasts
+## In Vivo Contrasts
+
+Phase - chemical shift and off-resonance (e.g. magnetic susceptibility effects) create phase differences in MR signal
T2*
* intra-voxel dephasing due to magnetic field inhomogeneity
@@ -79,13 +95,13 @@ T2*
* eliminate with spin-echo
* create susceptibility contrast
-fat
+Fat
* fat/water imaging - separate fat and water images based on multiple echo times
* fat suppression - spectrally-selective RF pulses and/or inversion recovery
Contrast Agents
-* Gd-based contrast agents - most common, primarily shortens $T_1$
-* iron-basec contrast agents - less common, shortens $T_1$ but also can shorten $T_2$
+* Gadolinium (Gd)-based contrast agents - most common, primarily shortens $T_1$
+* Iron-based contrast agents - less common, shortens $T_1$ but also can shorten $T_2$
## RF Pulses
@@ -128,7 +144,7 @@ $$s(t) = \mathcal{F}\{m(\vec{r}) \} |_{\vec{k} = \vec{k}(t)} = M(\vec{k}(t))$$
* effects of gradients can be refocused
* supports 2D and 3D imaging
-## Image Characeristics
+## Image Characteristics
$$SNR \propto f_{seq}\ \mathrm{Voxel\ Volume}\ \sqrt{T_{meas}}$$
@@ -136,13 +152,17 @@ $$ FOV = \frac{1}{\Delta k}$$
$$ \delta = \frac{1}{2 k_{max}}$$
+Scan Time
+
+$$ T_{scan} = \frac{ TR \cdot N_{PE,total} \cdot NEX}{ETL \cdot R}$$
+
## FT Imaging Sequence
-Typical acquisition uses frequency and phase encoding.
+Typical acquisition uses frequency and phase encoding
See [Pulse Sequence](./Pulse%20Sequence.ipynb) for a typical 2D gradient-echo sequence
-Can convert between sequence parameters (e.g. timings, gradient amplitudes) and the FOV, resolution and scan time
+Can convert between sequence parameters (e.g. timings, gradient amplitudes) and the FOV, resolution and scan time, as well as predict relative SNR
## Fast Imaging Pulse Sequences
@@ -178,11 +198,11 @@ Simultaneous Multi-slice
* Why does it work? RF coil arrays with different elements provide spatial encoding
* How does it work? Excite multiple slices simultaneously
-Compressed Sensing and Deep Learning Reconstructions
+Compressed Sensing
* Why does it work? MRI data has typical patterns that can be predicted are represented by sparse coefficients
* How does it work? Skip k-space data with a pseudo-random pattern. Define a sparsity domain
-Deep Learning Reconstructions
+Deep Learning Reconstruction
* Why does it work? MRI data has typical patterns that can be learned
* How does it work? Skip k-space data. Train a neural network using a large MRI dataset.
diff --git a/_sources/MRI Contrast.ipynb b/_sources/MRI Contrast.ipynb
index 8c4b9f1..985803d 100644
--- a/_sources/MRI Contrast.ipynb
+++ b/_sources/MRI Contrast.ipynb
@@ -225,8 +225,9 @@
"\n",
"$$S \\propto M_0 \\sin(\\theta) \\frac{1- \\exp(-TR/T_1)}{1- \\cos(\\theta) \\exp(-TR/T_1)}$$\n",
"\n",
- "Illustrated in this second example below. This shows that the magnetization can take many TRs to reach steady state.\n",
- "\n"
+ "Illustrated in this second example below. This shows that the magnetization can take many TRs to reach steady state. These acquisitions are commonly done to maximize signal for a typical $T_1$ range. This is done by choosing using the so-called \"Ernst angle\", which is the flip angle that maximizes the signal for a given $T_1$ and $TR$:\n",
+ "\n",
+ "$$\\theta_{optimal} = \\cos^{-1}(\\exp(-TR/T_1))$$"
]
},
{
diff --git a/searchindex.js b/searchindex.js
index 4504b85..de000fc 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["Accelerated Imaging Methods", "Artifacts", "FOV and Resolution", "Fast Imaging Pulse Sequences", "Fun with RF Pulses", "Gradient and Spin Echoes", "Image Reconstruction", "Introduction", "Key MRI Concepts", "MR Physics - Bloch Equation", "MRI Contrast", "MRI Math Concepts", "MRI Notation", "MRI Signal Equation", "MRI System", "Magnetic Fields and RF Coils", "Pulse Sequence", "Questions", "RF Pulses", "Signal to Noise Ratio", "Software_Resources", "Spatial Encoding", "Spectral-Spatial RF Pulses", "Spin Physics", "build_notes"], "filenames": ["Accelerated Imaging Methods.ipynb", "Artifacts.ipynb", "FOV and Resolution.ipynb", "Fast Imaging Pulse Sequences.ipynb", "Fun with RF Pulses.ipynb", "Gradient and Spin Echoes.ipynb", "Image Reconstruction.ipynb", "Introduction.md", "Key MRI Concepts.md", "MR Physics - Bloch Equation.ipynb", "MRI Contrast.ipynb", "MRI Math Concepts.ipynb", "MRI Notation.ipynb", "MRI Signal Equation.ipynb", "MRI System.ipynb", "Magnetic Fields and RF Coils.ipynb", "Pulse Sequence.ipynb", "Questions.md", "RF Pulses.ipynb", "Signal to Noise Ratio.ipynb", "Software_Resources.md", "Spatial Encoding.ipynb", "Spectral-Spatial RF Pulses.ipynb", "Spin Physics.ipynb", "build_notes.md"], "titles": ["Accelerated Imaging Methods", "Artifacts", "Field of View (FOV) and Resolution", "Fast Imaging Pulse Sequences", "Fun with RF Pulses?", "Gradient and Spin Echo Pulse Sequences", "Image Reconstruction", "Introduction to Principles of MRI", "Key MRI Concepts and Equations", "Bloch Equation", "MRI Contrast", "MRI Math Concepts", "MRI Notation and Terminology", "The MRI Signal Equation and K-space", "The MRI System", "Magnetic fields in MRI", "The Pulse Sequence", "MRI Questions", "RF Pulses", "Signal to Noise Ratio (SNR)", "MRI Software Resources", "Spatial Encoding", "Spectral-Spatial RF Pulses", "Spin Physics", "<no title>"], "terms": {"scan": [0, 3, 6, 7, 8, 14, 15, 17, 19], "can": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23], "appli": [0, 4, 5, 6, 8, 9, 10, 11, 13, 14, 16, 17, 18, 19, 21, 22, 23], "reduc": [0, 1, 3, 5, 6, 10, 17], "number": [0, 1, 3, 6, 9, 12, 13, 16, 22, 23], "sampl": [0, 1, 2, 6, 8, 13, 17, 20, 21, 22], "also": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 18, 19, 21, 22, 23], "known": [0, 3, 6, 10, 11, 13, 14, 15, 21, 23], "undersampl": [0, 17], "These": [0, 1, 2, 3, 4, 5, 6, 10, 13, 14, 15, 18, 21, 22, 23], "correspond": [0, 6, 17, 21], "advanc": [0, 6, 10, 20], "allow": [0, 3, 10, 11, 18, 19], "The": [0, 1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 15, 17, 18, 19, 21, 22, 23], "techniqu": [0, 3, 6, 10], "cover": [0, 8, 21, 23], "here": [0, 4, 7, 9, 11, 13, 16, 21, 23], "includ": [0, 1, 3, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 19, 20, 21, 22, 23], "describ": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23], "how": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23], "ar": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23], "form": [0, 2, 3, 6, 7, 10, 13, 14, 16, 18, 21, 22, 23], "work": [0, 3, 7, 8, 10, 14, 21, 22], "understand": [0, 3, 5, 7, 9, 10, 12, 13, 15, 16, 18, 19, 21, 22, 23], "constraint": [0, 7, 13, 19], "tradeoff": [0, 7, 13, 19], "identifi": [0, 1, 3, 5, 7, 10, 13, 16, 17, 22], "when": [0, 3, 4, 5, 6, 8, 9, 10, 11, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23], "manipul": [0, 2, 3, 6, 7, 10, 13, 15, 16, 18, 19], "sequenc": [0, 1, 2, 6, 7, 10, 12, 13, 15, 18, 19, 20, 21], "paramet": [0, 2, 6, 7, 8, 9, 10, 13, 18, 19, 22], "improv": [0, 2, 3, 6, 7, 10, 13, 17, 18, 19], "perform": [0, 2, 3, 4, 6, 7, 8, 10, 11, 13, 14, 15, 16, 17, 18, 19, 21], "defin": [0, 2, 6, 8, 11, 13, 15, 16, 18, 19, 21, 23], "which": [0, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23], "modifi": [0, 1], "analyz": [0, 1, 6, 7, 9, 11, 13, 16, 18], "data": [0, 1, 3, 5, 7, 8, 10, 14, 17], "an": [0, 5, 6, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23], "from": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 17, 18, 19, 20, 22, 23], "raw": [0, 6], "For": [0, 1, 2, 6, 7, 9, 10, 11, 13, 16, 17, 18, 19, 21, 22, 23], "help": [0, 12, 13, 16, 22, 23], "reformul": 0, "problem": [0, 6, 17], "linear": [0, 1, 6, 11, 13, 15, 18, 19, 21], "system": [0, 1, 6, 11, 19, 20], "us": [0, 1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23], "standard": [0, 12], "mathemat": [0, 1, 15], "notat": [0, 9, 13, 15, 21], "y": [0, 4, 6, 8, 9, 10, 11, 12, 13, 15, 16, 17, 19, 21], "mathbf": 0, "e": [0, 1, 3, 6, 8, 9, 10, 13, 15, 16, 17, 18, 21, 23], "x": [0, 2, 4, 6, 8, 9, 10, 11, 12, 13, 15, 16, 17, 19, 21, 22], "n": [0, 1, 2, 8, 9, 10, 13, 15, 16, 18, 21, 23], "where": [0, 1, 9, 10, 11, 13, 14, 15, 16, 18, 19, 21, 22, 23], "acquir": [0, 3, 5, 6, 8, 10, 13, 14, 17, 19, 21], "encod": [0, 1, 3, 5, 13, 14, 15, 16], "matrix": [0, 6, 10, 21], "spatial": [0, 1, 5, 6, 11, 13, 14, 15, 16, 19], "distribut": [0, 19, 23], "transvers": [0, 3, 5, 6, 8, 9, 10, 12, 13, 15, 16, 17, 21, 22, 23], "magnet": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 13, 17, 18, 20, 22], "g": [0, 1, 3, 6, 8, 10, 11, 12, 13, 16, 17, 18, 21, 22], "nois": [0, 1, 14, 15, 17], "In": [0, 1, 2, 4, 6, 7, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 21, 23], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23], "vector": [0, 4, 9, 15, 18, 23], "exampl": [0, 2, 4, 5, 6, 13, 19, 20, 22, 23, 24], "2d": [0, 5, 6, 8, 15, 17, 21, 22], "ft": [0, 11, 17], "would": [0, 6, 7, 9, 14, 22, 23], "convert": [0, 1, 6, 8, 9, 18], "left": [0, 4, 6, 9, 11, 13, 15, 21], "begin": [0, 5, 8, 9, 11, 12, 15, 19, 21, 23], "arrai": [0, 8, 11, 15, 17], "c": [0, 1, 11, 17, 23, 24], "s_1": 0, "t_1": [0, 8, 9, 10, 12, 13, 17, 19, 23], "t_2": [0, 5, 8, 9, 10, 12, 13, 17, 21, 23], "vdot": 0, "t_": [0, 1, 3, 8, 9, 16, 17, 18, 19], "nx": 0, "s_2": 0, "s_": [0, 5, 8, 10, 13], "ny": 0, "end": [0, 2, 5, 8, 9, 10, 11, 12, 15, 18, 19, 21, 22, 23], "right": [0, 4, 11, 13, 21, 23], "s_m": 0, "t_n": 0, "m": [0, 5, 6, 8, 9, 10, 12, 13, 15, 17, 18, 21, 23], "th": [0, 6], "tr": [0, 1, 3, 6, 8, 13, 16, 17], "x_1": 0, "y_1": 0, "x_2": 0, "x_": 0, "1": [0, 1, 2, 5, 6, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 21, 22, 23], "y_2": 0, "y_": 0, "x_i": 0, "y_i": 0, "equal": [0, 1, 2, 6, 10, 17, 18], "locat": [0, 1, 2, 5, 6, 9, 10, 11, 13, 14, 15, 18, 21, 23], "minimum": [0, 15, 16, 17], "discret": [0, 6], "transform": [0, 8, 9, 10, 13, 17, 18, 21, 22], "f": [0, 1, 6, 8, 10, 11, 13, 14, 17, 18, 21, 22, 23], "repres": [0, 5, 8, 10, 11, 13, 15, 17, 18, 21, 23], "our": [0, 2, 5, 6, 9, 10, 11, 13, 14, 15, 21, 23], "evalu": [0, 6, 21], "entri": [0, 1], "being": [0, 1, 9, 13, 16, 18, 19, 23], "vec": [0, 4, 5, 6, 8, 9, 10, 11, 12, 13, 17, 21, 23], "_i": [0, 6], "r": [0, 5, 6, 8, 9, 10, 12, 13, 17, 21, 23], "_j": 0, "_": [0, 6, 8, 13, 16, 21], "i": [0, 1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 20, 21, 22], "j": [0, 23], "exp": [0, 1, 5, 8, 10, 11, 13, 17, 18, 19, 21], "2": [0, 1, 2, 4, 5, 6, 8, 9, 10, 13, 15, 16, 17, 18, 19, 21, 22, 23], "pi": [0, 1, 5, 8, 9, 10, 11, 13, 15, 17, 18, 19, 21, 22], "cdot": [0, 8, 10, 11, 13, 15, 17, 18, 21], "case": [0, 10, 11, 13, 18, 19], "measur": [0, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 21, 23], "invers": [0, 1, 4, 6, 8, 13, 17, 18, 21], "fulli": [0, 6, 10, 17, 21], "well": [0, 1, 5, 6, 10, 13, 15, 16, 18], "hat": [0, 10, 11, 13], "h": [0, 8, 11, 17, 22, 23], "fraction": [0, 6], "nex": [0, 6, 17], "util": 0, "conjug": [0, 6, 8, 17], "symmetri": [0, 8, 17], "properti": [0, 6, 8, 9, 10, 11, 13, 17, 19, 22, 23], "state": [0, 3, 6, 10, 17, 23], "real": [0, 6, 11, 17, 18, 21, 22, 23], "valu": [0, 6, 9, 11, 13, 17, 18, 19, 23], "function": [0, 1, 7, 9, 10, 13, 15, 17, 18, 21, 22], "ha": [0, 5, 6, 7, 8, 9, 10, 11, 13, 15, 16, 18, 22, 23], "If": [0, 7, 9, 11, 14, 23], "satisfi": [0, 6, 8], "onli": [0, 6, 8, 11, 16, 17, 18, 21, 22, 23], "half": [0, 2, 6, 8, 17], "other": [0, 3, 4, 6, 7, 9, 13, 14, 15, 18, 19, 21, 23], "fill": [0, 6], "practic": [0, 3, 5, 6, 11, 19, 21], "typic": [0, 1, 3, 4, 6, 8, 9, 11, 13, 14, 15, 16, 17, 18, 19, 21, 22], "low": [0, 3, 6, 10, 13, 23], "frequenc": [0, 1, 3, 4, 5, 6, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 22], "phase": [0, 1, 3, 4, 5, 6, 8, 10, 13, 15, 17, 18], "compon": [0, 1, 7, 13, 15, 17, 23], "so": [0, 5, 6, 9, 10, 13, 14, 15, 18, 19, 22, 23], "initi": [0, 10, 13, 21], "assumpt": 0, "violat": [0, 6, 22], "howev": [0, 3, 5, 6, 10, 11, 13, 18, 19, 23], "acquisit": [0, 3, 5, 6, 8, 10, 14, 17, 21], "still": [0, 5, 6, 11], "slightli": [0, 5, 6, 8, 16, 18, 23], "more": [0, 1, 5, 6, 7, 8, 9, 10, 13, 14, 16, 17, 18, 19, 20], "than": [0, 6, 8, 10, 15, 17], "center": [0, 3, 6, 8, 10, 13, 15, 16, 17, 18, 21], "provid": [0, 1, 8, 10, 13, 15, 18, 19, 21, 22], "suffici": 0, "inform": [0, 1, 6, 9, 10, 13, 16, 17, 19, 22, 23], "about": [0, 7, 16, 18, 23], "accelerationg": 0, "base": [0, 2, 6, 7, 8, 10, 11, 13, 15, 17, 18, 19, 21], "we": [0, 2, 5, 6, 9, 10, 11, 13, 14, 15, 17, 18, 19, 21, 22, 23], "need": [0, 8, 11, 14, 17, 19, 21, 23, 24], "consid": [0, 9, 10, 13, 18, 19, 23], "coil": [0, 4, 6, 8, 16, 18, 19, 21, 23], "sensit": [0, 3, 8, 14, 17, 21], "profil": [0, 6, 8, 13, 18, 22], "_q": 0, "each": [0, 3, 6, 10, 11, 13, 15, 16, 19], "rf": [0, 1, 5, 6, 10, 12, 13, 19, 21], "along": [0, 4, 6, 7, 9, 16, 17, 18, 23], "sub": [0, 12, 22], "oper": [0, 11, 13, 17], "s": [0, 1, 5, 6, 7, 8, 9, 10, 12, 13, 15, 17, 19, 21, 22, 23], "y_q": 0, "n_q": 0, "c_q": 0, "diagon": 0, "diagnoal": 0, "0": [0, 1, 2, 5, 6, 8, 9, 10, 11, 13, 15, 17, 18, 19, 21, 22, 23], "whether": [0, 8], "expect": [0, 9, 10, 13, 16, 17, 19], "grid": [0, 6, 21], "wa": [0, 3, 5, 7], "It": [0, 3, 5, 7, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 21, 23], "conveni": [0, 23], "point": [0, 13, 19, 23], "return": [0, 9, 14, 23], "origin": [0, 1, 3, 11, 13, 15, 23], "creat": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 13, 14, 16, 17, 18, 21, 22, 23], "augment": 0, "matric": [0, 10, 13], "concaten": 0, "element": [0, 8, 13], "dimens": [0, 6, 10, 11, 13, 19, 21, 22], "ldot": [0, 8, 21], "y_n": 0, "_1": [0, 10], "_2": [0, 10], "_n": 0, "n_1": 0, "n_2": 0, "n_n": 0, "result": [0, 1, 4, 6, 9, 10, 11, 13, 14, 15, 18, 19, 21, 22, 23], "ex": [0, 18], "follow": [0, 5, 6, 7, 10, 11, 12, 13, 15, 16, 17, 18, 19, 21], "optim": [0, 19], "arg": 0, "min_": 0, "frac": [0, 1, 2, 5, 8, 9, 10, 11, 17, 18, 19, 21, 23], "2_2": 0, "solv": [0, 13], "directli": [0, 10, 17], "pseudo": [0, 8, 17], "calcul": [0, 9, 17], "pattern": [0, 2, 8, 10, 16, 17, 18, 21], "regular": 0, "mean": [0, 5, 6, 9, 10, 13, 15, 17, 18, 19, 21, 23], "consist": [0, 10, 14, 21, 22], "skip": [0, 8], "line": [0, 1, 2, 3, 6, 7, 8, 9, 13, 15, 16, 17, 21, 22], "grappa": 0, "kernel": [0, 13], "comput": [0, 11], "itself": 0, "captur": [0, 2, 10, 13, 14, 15, 16, 19, 21], "lambda": 0, "tune": [0, 15], "ident": [0, 18], "simultan": [0, 8, 17], "enforc": 0, "first": [0, 6, 9, 10, 16, 18, 21], "term": [0, 9, 10, 13, 17], "self": 0, "sescond": 0, "either": [0, 13, 17, 18, 19], "iter": 0, "estim": [0, 10], "while": [0, 5, 6, 9, 10, 13, 14, 18, 19, 22], "spirit": 0, "combin": [0, 13, 22], "full": [0, 2, 3, 7, 9, 12, 13, 17, 23], "There": [0, 1, 5, 9, 18, 19], "penalti": 0, "vari": [0, 9, 10, 12, 13, 14, 15, 18, 19, 21, 22, 23], "sever": [0, 5], "depend": [0, 1, 5, 9, 10, 13, 15, 17, 21, 23], "condit": [0, 6, 10, 19, 23], "direct": [0, 1, 4, 6, 8, 9, 13, 15, 17, 21, 22, 23], "lead": [0, 1, 3, 5, 8, 10, 11, 13, 18, 19, 21], "lower": [0, 10, 19], "convers": 0, "fewer": 0, "ill": 0, "higher": [0, 1, 10, 18, 19, 23], "penatli": 0, "region": [0, 1, 15], "littl": 0, "differ": [0, 1, 5, 6, 8, 9, 10, 13, 14, 15, 16, 17, 18, 19, 21, 23], "betweeen": 0, "bodi": [0, 10, 15, 17, 18, 23], "tend": 0, "have": [0, 4, 8, 9, 10, 15, 17, 18, 19, 21, 23], "larger": [0, 1, 13, 15, 17], "character": [0, 5, 11, 13, 17, 18], "factor": [0, 13, 17, 19], "geq": [0, 6], "loss": [0, 1, 13, 17, 19], "load": [0, 1, 5, 6, 9, 10, 13, 14, 18, 19, 22, 23], "geometri": 0, "appyl": 0, "total": [0, 17, 18, 19, 23], "readout": [0, 3, 6, 13, 16, 17, 19, 21], "time": [0, 3, 5, 6, 8, 9, 10, 11, 12, 13, 15, 16, 17, 21, 22, 23], "sqrt": [0, 8, 10, 11, 15, 17, 18, 19, 21], "relationship": [0, 2, 6, 10, 15, 18, 19], "snr_": [0, 17, 19], "appear": [0, 1, 8, 10, 18], "alias": [0, 1, 17], "sometim": [0, 9, 16], "complet": [0, 5, 7, 9, 17, 21], "remov": [0, 5, 9, 10, 13, 18, 19, 22], "like": [0, 7, 14, 18], "mismatch": 0, "between": [0, 3, 5, 8, 10, 13, 15, 16, 17, 18, 23], "cs": [0, 10, 13], "theori": [0, 11], "sai": [0, 15], "some": [0, 1, 4, 7, 13, 15, 16, 18, 19, 21], "domain": [0, 8, 11, 17, 21], "subset": 0, "word": [0, 4, 6, 14, 18, 21], "further": [0, 13], "specif": [0, 1, 3, 5, 9, 13, 14, 21, 23], "ell_1": 0, "norm": 0, "sum_": [0, 11], "promot": 0, "sparsiti": [0, 8, 10], "solut": [0, 9, 13, 18], "lambda_": 0, "wx": 0, "multipli": [0, 10, 11, 13], "must": [0, 16, 17, 23, 24], "match": [0, 17, 19], "spars": [0, 8, 17], "through": [0, 13, 15, 16, 18, 19, 22], "sparsifi": 0, "w": [0, 13, 17], "chosen": [0, 10], "balanc": [0, 3, 17], "random": [0, 1, 6, 8, 17], "illustrat": 0, "diagram": [0, 5, 17], "below": [0, 1, 4, 5, 6, 9, 10, 11, 13, 15, 16, 18, 22, 23], "procedur": 0, "caption": 0, "figur": [0, 1, 2, 6, 9, 10, 11, 13, 18, 19, 21, 22, 23], "http": [0, 1, 4, 5, 11, 12, 23], "doi": 0, "org": [0, 1, 11, 12], "10": [0, 7, 9, 10, 13, 15, 17, 21, 22], "1109": 0, "msp": 0, "2007": 0, "914728": 0, "heurist": 0, "A": [0, 1, 3, 5, 9, 11, 15, 16, 17, 18, 22, 23], "signal": [0, 1, 3, 5, 6, 7, 8, 9, 10, 11, 14, 16, 17, 18, 20, 22, 23], "8": [0, 2, 9, 10, 11, 15, 18, 21, 22, 23], "fold": [0, 1], "its": [0, 5, 7, 9, 10, 13, 17, 23], "d": [0, 5, 8, 9, 13, 18, 19, 21], "b": [0, 8, 9, 11, 12, 14, 15, 23], "equispac": 0, "prevent": 0, "recoveri": [0, 8, 17], "incoher": [0, 1], "interfer": [0, 1, 15], "strong": [0, 10, 19, 23], "stick": 0, "abov": [0, 7, 10, 11, 13, 15, 17, 18, 19, 21, 22, 23], "level": [0, 1, 8, 10], "detect": [0, 6, 14, 15, 17, 23], "recov": [0, 10, 23], "threshold": 0, "subtract": [0, 14, 15], "thu": [0, 6, 11, 13, 14, 15, 17, 18, 21, 23], "enabl": [0, 14, 17], "weaker": 0, "popular": [0, 3, 5, 7, 20], "variat": [0, 4, 5, 8, 14, 20, 21], "tv": 0, "tgv": 0, "wavelet": 0, "variabl": [0, 11], "densiti": [0, 17, 19, 23], "preferenti": [0, 14, 17, 23], "espirit": 0, "difficult": 0, "thei": [0, 1, 3, 4, 6, 7, 10, 14, 15, 16, 17, 18, 23], "inher": [0, 8], "denois": 0, "constrain": 0, "appar": [0, 21], "significantli": 0, "choic": [0, 10, 19], "most": [0, 3, 5, 6, 7, 8, 9, 10, 11, 13, 15, 16, 18, 21, 22, 23], "common": [0, 3, 8, 15, 21, 22], "come": [0, 6, 7, 10, 21], "overfit": 0, "over": [0, 6, 9, 12, 13, 15, 16, 19, 21], "smooth": 0, "unnatur": 0, "block": [0, 5, 16], "conceptu": 0, "train": [0, 3, 8, 17], "incorpor": [0, 11, 13, 19], "sinc": [0, 1, 2, 5, 6, 10, 11, 13, 14, 15, 18, 19, 21], "world": 0, "relev": [0, 11], "been": [0, 6, 10], "shown": [0, 5, 6, 9, 13, 15, 16, 18, 22, 23], "support": [0, 3, 8], "what": [0, 1, 2, 5, 7, 9, 13, 14, 15, 16, 17, 21, 23], "within": [0, 3, 8, 10, 16, 17, 18, 19, 21], "often": [0, 5, 10, 11, 13, 16, 19], "least": [0, 15, 17], "squar": [0, 19], "object": [0, 1, 2, 6, 10, 11, 13, 21], "reg": 0, "mathcal": [0, 6, 8, 10, 11, 13, 17, 21, 22], "implicitli": 0, "implement": [0, 18, 19], "via": [0, 7], "machin": 0, "attempt": [0, 7], "straightforward": 0, "approach": [0, 19], "cnn": 0, "invert": [0, 5], "after": [0, 3, 5, 8, 9, 10, 14, 15, 16, 17, 21, 23], "g_": [0, 8, 17, 18, 21], "dnn": 0, "deeep": 0, "neural": [0, 8], "network": [0, 8, 17, 20], "nn": 0, "mani": [0, 1, 7, 10, 11, 13, 15, 16, 17, 20, 23], "weight": [0, 1, 3, 5, 8, 17, 19, 22], "prior": [0, 17, 21], "abl": [0, 23], "call": [0, 3, 4, 5, 9, 10, 15, 18, 22, 23], "un": 0, "roll": 0, "becom": [0, 3, 13, 18, 21], "better": 0, "compact": 0, "design": [0, 7, 9, 14, 15, 19, 20], "mimic": 0, "classic": 0, "algorithm": [0, 6, 11, 22], "seri": 0, "cascad": 0, "modl": 0, "varnet": 0, "regularl": 0, "model": [0, 10, 11], "architectur": [0, 17], "singl": [0, 1, 3, 8, 10, 13, 15, 16, 17, 18, 21], "gradient": [0, 1, 2, 6, 8, 10, 12, 13, 17, 18, 19, 22], "updat": [0, 6, 7, 9, 13, 22, 23], "descent": 0, "unet": [0, 17], "arxiv": 0, "ab": [0, 1, 2, 10, 11, 13, 18, 22], "2004": 0, "06688": 0, "e2": 0, "vn": 0, "take": [0, 4, 10, 18, 19, 21], "under": [0, 6, 7, 9, 19, 23], "input": [0, 11], "ift": 0, "rss": 0, "bottom": [0, 4, 9, 15], "dc": 0, "modul": [0, 1, 13, 18, 19, 21], "bring": [0, 14], "intermedi": [0, 10, 18], "closer": [0, 23], "refin": 0, "map": [0, 8, 17, 20, 21], "multi": [0, 8, 10, 17], "one": [0, 6, 9, 11, 13, 17, 19, 21, 22, 23], "u": [0, 24], "net": [0, 3, 4, 5, 6, 7, 8, 9, 10, 15, 16, 17, 18, 20, 21, 23], "back": [0, 4, 6, 9, 10, 13, 18, 22, 23], "sme": 0, "step": [0, 8, 17, 21, 22, 23], "_w": 0, "set": [0, 6, 7, 10, 11], "structur": [0, 10, 12, 23], "overal": [0, 5, 7, 10, 13, 16, 19, 22], "similar": [0, 10, 11, 13], "both": [0, 3, 5, 9, 16, 21, 22, 23], "unrol": [0, 17], "lot": [0, 7], "4": [0, 2, 7, 10, 11, 14, 15, 18, 19, 22], "radiolog": 0, "applic": [0, 7, 23], "question": [0, 14], "answer": [0, 14, 17], "qualiti": [0, 13, 19], "supervis": 0, "realist": 0, "modif": [0, 17, 19], "exist": 0, "increas": [0, 1, 3, 15, 17, 18, 19, 23], "size": [0, 1, 2, 5, 6, 10, 11, 17, 19], "fastmri": 0, "thousand": 0, "high": [0, 1, 3, 8, 13, 15, 16], "med": 0, "nyu": 0, "edu": 0, "48550": 0, "1811": 0, "08839": 0, "resnet": 0, "possibl": [0, 15, 17, 19], "gpu": 0, "essenti": 0, "send": 0, "forward": 0, "compar": [0, 12, 17, 18, 19, 23], "output": [0, 11], "propag": 0, "choos": [0, 10, 19, 23], "l1": 0, "l2": 0, "batch": 0, "rate": [0, 1, 5, 9, 10, 12, 13, 16, 19, 22, 23], "etc": [0, 19], "challeng": [0, 7], "retain": 0, "textur": 0, "featur": [0, 9, 18, 20], "anatomi": [0, 15, 17], "might": 0, "eras": 0, "hallucin": 0, "although": [0, 4, 23], "physic": [0, 10, 19], "assur": 0, "recent": 0, "comprehens": [0, 1], "thes": 0, "reccommend": 0, "hammernik": 0, "k\u00fcstner": 0, "t": [0, 5, 6, 8, 9, 11, 12, 13, 17, 18, 21, 22, 23], "yaman": 0, "huang": 0, "z": [0, 4, 8, 9, 10, 12, 15, 16, 17, 18, 19, 22, 23], "rueckert": 0, "knoll": 0, "ak\u00e7akaya": 0, "driven": [0, 8], "reson": [0, 1, 4, 6, 7, 8, 9, 10, 14, 16, 17, 21], "medic": 0, "ieee": 0, "process": [0, 5, 7, 9, 11, 15, 20, 23], "mag": 0, "2023": [0, 7], "jan": 0, "40": [0, 10], "98": 0, "114": 0, "2022": 0, "3215288": 0, "epub": 0, "pmid": 0, "37304755": 0, "pmcid": 0, "pmc10249732": 0, "pdf": 0, "2203": 0, "12215": 0, "setup": [1, 2, 5, 6, 9, 10, 13, 14, 15, 18, 19, 22, 23, 24], "mri": [1, 2, 3, 5, 9, 16, 18, 19, 22, 23], "educ": [1, 2, 5, 6, 9, 10, 13, 14, 15, 18, 19, 20, 22, 23], "resourc": [1, 2, 5, 6, 9, 10, 12, 13, 14, 15, 18, 19, 22, 23], "path": [1, 2, 5, 6, 9, 10, 13, 14, 15, 18, 19, 22, 23], "requir": [1, 2, 3, 4, 5, 6, 8, 9, 10, 13, 14, 15, 16, 17, 18, 19, 22, 23], "cd": [1, 2, 5, 6, 9, 10, 13, 14, 15, 18, 19, 22, 23], "startup": [1, 2, 5, 6, 9, 10, 13, 14, 15, 18, 19, 22, 23], "imag": [1, 2, 5, 7, 9, 11, 13, 14, 15, 16, 18, 19, 22, 23], "notebook": [1, 20], "variou": [1, 3, 5, 7, 10, 15, 16, 18], "wikipedia": [1, 11], "en": [1, 11], "wiki": [1, 11], "mri_artifact": 1, "veri": [1, 6, 9, 10, 13, 14, 16, 18, 19, 21], "mitig": [1, 3, 5, 7, 13, 22], "them": [1, 3, 5, 7, 10, 13, 14, 15, 22, 23], "occur": [1, 9, 10, 13, 14, 17, 19, 23], "understood": 1, "k": [1, 2, 8, 10, 17, 19, 22, 23], "space": [1, 2, 8, 10, 15, 17, 19, 22], "perspect": 1, "particular": [1, 16], "equat": [1, 15, 17, 18, 21], "section": [1, 5, 10, 21], "gener": [1, 3, 5, 10, 12, 13, 17, 20, 21], "categor": 1, "sourc": [1, 6, 8, 9, 10, 15, 23], "tabl": [1, 15], "name": [1, 5, 9, 18, 21], "do": [1, 9, 10, 13, 14], "fov": [1, 8, 10, 14, 15], "too": 1, "small": [1, 10, 14, 15, 18, 20, 23], "across": [1, 3, 5, 9, 12, 13, 14, 15, 17, 18], "swap": [1, 11], "pe": [1, 8, 21], "fe": [1, 17], "gibb": [1, 13, 17], "ring": [1, 11, 13, 17, 18], "truncat": [1, 17], "due": [1, 5, 8, 10, 13, 14, 17, 19, 21], "fourier": [1, 8, 10, 13, 17, 18, 21, 22], "edg": [1, 11, 13, 17], "rippl": [1, 18], "sharp": [1, 11, 18], "filter": [1, 13, 17, 22], "boundari": 1, "partial": [1, 8, 17], "volum": [1, 8, 15, 21], "opposit": 1, "m_": [1, 5, 6, 8, 9, 12, 13, 16, 17, 18, 21, 22, 23], "xy": [1, 5, 6, 8, 9, 12, 13, 15, 16, 18, 21, 22, 23], "voxel": [1, 2, 3, 5, 8, 12, 17], "chemic": [1, 3, 6, 8, 10, 17, 22], "shift": [1, 3, 6, 8, 10, 17, 22], "artifici": 1, "dark": [1, 17], "tissu": [1, 10, 13, 17, 18, 23], "fat": [1, 8, 13, 17, 22], "suppres": 1, "water": [1, 8, 13, 17, 22, 23], "dure": [1, 3, 5, 6, 7, 8, 10, 14, 15, 16, 17, 18, 19, 21, 22], "copi": 1, "ghost": [1, 3, 17], "chang": [1, 2, 3, 4, 5, 6, 8, 9, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23], "breath": 1, "hold": [1, 17], "gate": 1, "trigger": 1, "compens": 1, "distort": [1, 3, 8, 15, 17, 20], "off": [1, 2, 4, 6, 8, 10, 14, 15, 16, 21, 23], "suscept": [1, 3, 5, 8, 10, 13, 17, 20], "bandwidth": [1, 8, 17], "shim": 1, "suppress": [1, 8, 17, 22], "2dft": [1, 17], "epi": [1, 8, 13, 17, 22], "slice": [1, 8, 16, 17, 22], "3d": [1, 6, 8, 21, 23], "t2": [1, 3, 8, 9, 13, 17, 19, 20, 23], "suscpet": 1, "implant": 1, "air": 1, "spin": [1, 4, 9, 10, 12, 13, 14, 15, 17, 18, 19], "echo": [1, 4, 8, 10, 12, 13, 16, 17, 19, 21, 22], "dielectr": 1, "shade": 1, "propog": 1, "unevenli": 1, "b1": [1, 4], "inhomogen": [1, 5, 8, 10, 13, 15, 17], "entir": [1, 15, 20], "particularli": [1, 3, 13, 22], "larg": [1, 3, 5, 8, 14, 15, 18, 23], "b0": [1, 9, 15, 17], "insensit": [1, 4], "puls": [1, 6, 7, 10, 12, 13, 19, 20, 21], "adiabat": 1, "bia": 1, "correct": [1, 6, 10, 15, 17, 18, 23], "zipper": 1, "unwant": [1, 4], "noisi": 1, "top": [1, 9, 23], "shield": 1, "close": [1, 6, 9, 13, 15, 22, 23], "door": 1, "check": [1, 4], "hardwar": [1, 14], "room": 1, "light": [1, 17], "At": [1, 17], "non": [1, 9, 18, 21, 23], "field": [1, 3, 4, 5, 8, 9, 10, 13, 17, 18, 19, 23], "especi": [1, 19, 20], "awai": [1, 9, 10, 15, 23], "isocent": 1, "subject": [1, 5, 9, 13, 14, 23], "warp": 1, "spike": 1, "intermitt": 1, "loos": 1, "connect": 1, "broken": [1, 5], "reli": [1, 3, 17], "unknown": 1, "disort": 1, "main": [1, 5, 8, 9, 10, 12, 13, 16, 17, 22, 23], "delta_": 1, "delta": [1, 2, 5, 8, 10, 11, 13, 15, 18, 21, 23], "rbw": [1, 17], "fov_": [1, 2], "receiv": [1, 8, 12, 13, 14, 16, 17, 21], "view": [1, 9, 10, 14, 17, 19, 21], "much": [1, 13, 15, 16, 17, 18, 23], "esp": [1, 3, 8], "simplic": [1, 9, 13], "bw_": [1, 8, 17, 18], "n_": [1, 8, 17, 21, 23], "interleav": [1, 8], "final": [1, 9, 13, 15], "select": [1, 8, 9, 10, 16, 17, 20, 22], "ss": [1, 8, 18], "delta_z": [1, 19], "inconsist": 1, "period": [1, 10, 18], "heart": 1, "beat": 1, "pulsatil": 1, "distinct": [1, 19], "sequenti": [1, 3, 17], "predict": [1, 8], "interv": 1, "60": [1, 10, 18], "per": [1, 8, 10], "minut": [1, 7], "irregular": 1, "arrhytthmia": 1, "cough": 1, "bulk": 1, "diffus": [1, 3, 13, 19, 20, 22], "datanam": [1, 6], "se_t1_sag_data": [1, 6], "kdata": [1, 2, 6], "im_origin": [1, 6], "ifft2c": [1, 2, 6, 10, 13], "subplot": [1, 2, 6, 13, 15, 18, 19, 21, 22], "121": [1, 13, 19, 21, 22], "imagesc": [1, 2, 6, 10, 15, 22], "log": [1, 2], "max": [1, 2, 8, 19, 22], "colormap": [1, 2, 6, 10, 15, 22], "grai": [1, 2, 6, 10, 15, 22], "axi": [1, 2, 3, 4, 6, 9, 10, 15, 17, 23], "tight": [1, 2, 6, 10, 15], "122": [1, 13, 19, 21, 22], "warn": [1, 6, 9, 13, 22, 23], "user": 1, "plarson": 1, "document": 1, "github": [1, 7], "mat": 1, "found": [1, 10], "search": 1, "n_undersamp": 1, "data_undersamp": 1, "zero": [1, 9, 10, 18, 19, 21, 22, 23], "iundersamp": 1, "round": [1, 15, 22], "im_undersamp": 1, "spike_loc": 1, "6": [1, 9, 11, 18, 19, 21, 22, 23], "53": 1, "data_spik": 1, "5": [1, 2, 8, 9, 11, 13, 14, 15, 18, 19, 21, 22, 23], "im_spik": 1, "rect": [1, 11], "32": [1, 11, 13], "kx": [1, 2, 10, 11, 13, 17, 21], "n_rect": [1, 2], "rect_ring": 1, "221": [1, 2, 18, 22], "222": [1, 2, 18], "ylabel": [1, 9, 10, 13, 15, 18, 19, 21, 22, 23], "kdata_window": 1, "ham": [1, 18], "rect_window": 1, "223": [1, 18, 22], "224": [1, 18], "window": [1, 6, 9, 13, 18, 22, 23, 24], "relative_rf_frequ": 1, "ph_int": 1, "rand": 1, "rfint": 1, "data_rfint": 1, "repmat": [1, 13, 18], "im_rfint": 1, "amplitud": [1, 4, 8, 10, 13, 15, 16, 17, 18, 21, 23], "3": [1, 2, 8, 9, 14, 15, 18, 19, 21, 22, 23], "randn": 1, "fundament": [2, 10, 23], "determin": [2, 11, 13, 14, 15, 16, 17, 18, 21, 22], "cell": [2, 15, 21], "syntaxerror": [2, 15, 21], "invalid": [2, 15, 21], "syntax": [2, 15, 21], "simpl": [2, 19], "k_x": [2, 11, 13, 17, 21], "rectangular": [2, 18], "demonstr": [2, 22], "256": [2, 10], "rect_recon": 2, "titl": [2, 6, 9, 10, 11, 13, 15, 18, 19, 21, 22, 23], "kdata2": 2, "rect_recon2": 2, "doubl": 2, "kdata3": 2, "rect_recon3": 2, "tripl": 2, "One": [2, 4, 9, 15, 19, 23], "third": 2, "maximum": [2, 14, 15, 17, 19, 21], "extent": [2, 15], "k_": [2, 8], "delta_x": [2, 17, 19], "symmetr": 2, "width": [2, 11], "w_k": 2, "kdata4": 2, "rect_recon4": 2, "4x": 2, "kdata8": 2, "7": [2, 15], "16": [2, 11], "9": [2, 9, 23], "rect_recon8": 2, "8x": 2, "modern": 3, "heavili": 3, "primarili": [3, 7, 8, 16], "method": [3, 5, 6, 10, 16, 19, 20, 21], "acronym": [3, 5, 7], "acceler": 3, "contrast": [3, 5, 7, 9, 13, 16, 18, 23], "artifact": [3, 5, 7, 10, 11, 13, 15, 20, 22], "blur": [3, 13, 17], "band": [3, 17], "bssfp": [3, 17], "refocus": [3, 4, 8, 10, 17, 18, 22], "exict": 3, "rapid": [3, 14], "relax": [3, 7, 8, 10, 12, 16, 17, 19, 21], "enhanc": [3, 13], "scanner": [3, 16, 17, 23], "ge": [3, 10, 17], "healthcar": 3, "turbo": 3, "siemen": 3, "healthin": 3, "tfe": [3, 21], "philip": 3, "clinic": [3, 17], "becaus": [3, 5, 9, 14, 17, 23], "highli": 3, "snr": [3, 8, 13], "effici": [3, 10, 17], "effect": [3, 4, 8, 10, 11, 13, 19], "pd": 3, "length": [3, 8, 9, 10, 15, 18, 19, 21, 22, 23], "etl": [3, 8], "repetit": [3, 10, 16, 17], "te": [3, 5, 8, 13, 16, 17, 19], "te_": [3, 8, 10], "eff": [3, 8], "closest": [3, 8, 15], "pro": 3, "con": 3, "long": [3, 10, 19], "sar": [3, 8, 17, 18], "repeat": [3, 5, 8, 10, 14, 16, 17, 21, 22, 23], "faster": [3, 6, 17], "commonli": [3, 10, 11, 14, 17], "fmri": [3, 22], "extrem": [3, 11, 19, 23], "shot": 3, "displac": [3, 17, 22], "fidel": 3, "nyquist": [3, 17], "basic": [3, 4, 10, 11, 16, 20], "befor": [3, 10, 17, 18, 21], "next": [3, 17, 21], "unbalanc": 3, "dephas": [3, 5, 8, 10, 17, 21], "elimin": [3, 5, 8, 10, 17, 22], "truli": 3, "rotat": [3, 4, 8, 13, 15, 16, 17, 18, 21, 23], "everi": [3, 5, 10, 15, 16, 17, 19], "chanc": 3, "previou": 3, "coher": 3, "excit": [3, 5, 6, 8, 10, 12, 14, 17, 21, 22], "scheme": [3, 10], "quadrat": 3, "increment": [3, 21], "spgr": 3, "angl": [3, 4, 5, 8, 15, 16, 17, 19, 23], "flash": 3, "aim": [3, 18, 22], "pure": [3, 5], "t1": [3, 9, 17, 19, 20, 23], "recal": [3, 5, 6], "steadi": [3, 10, 17], "grass": 3, "precess": [3, 5, 13, 15, 17, 21], "fisp": 3, "residu": [3, 13], "refouc": 3, "free": [3, 17], "ssfp": [3, 13], "revers": [3, 5, 11, 21], "psif": 3, "refocu": [3, 5, 17], "later": [3, 10, 13, 15, 16, 23], "truefisp": 3, "No": [3, 5], "all": [3, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 19, 23], "preserv": 3, "ye": 4, "you": [4, 5, 7, 9, 10, 12, 23], "heard": 4, "me": 4, "mayb": 4, "special": [4, 6], "type": [4, 5, 7, 10, 12, 13, 14, 16, 17, 18, 19, 21], "person": 4, "think": 4, "out": [4, 5, 6, 8, 10, 12, 13, 17, 19, 21], "interest": [4, 15, 19], "movi": [4, 21], "spinbench": [4, 7], "heartvista": 4, "ai": 4, "class": [4, 5, 10], "b_1": [4, 8, 12, 18, 22, 23], "inhomongen": 4, "similarli": [4, 11, 19], "even": 4, "transmit": [4, 8, 12, 14, 17], "mostli": 4, "180": [4, 5, 9, 10, 17, 18, 19], "degre": [4, 5, 9, 17, 18, 19], "flip": [4, 5, 8, 15, 16, 17, 19, 22], "purpos": [4, 14, 15, 16, 18, 20], "show": [4, 6, 9, 10, 11, 13, 15, 16, 18, 21], "simul": [4, 7, 10, 18, 20, 21], "two": [4, 5, 19, 22, 23], "sweep": 4, "again": [4, 9, 13, 23], "second": [4, 10, 16], "yellow": 4, "white": [4, 10], "rang": [4, 7, 14, 15, 17, 18, 20], "around": [4, 9, 10, 14, 15, 16, 18, 23], "larmor": [4, 9, 10, 15, 16, 17, 18, 23], "plot": [4, 6, 9, 10, 11, 13, 15, 18, 19, 21, 22, 23], "corner": 4, "continu": [4, 11, 23], "constant": [4, 5, 8, 10, 17, 18, 21, 23], "hard": [4, 5, 9, 17], "frequneci": [4, 13, 21], "broad": [5, 7], "simpler": 5, "addit": [5, 6, 9, 10, 13, 17, 18, 19, 21], "undesir": [5, 10], "build": [5, 13, 18, 20, 24], "g_x": [5, 12, 17, 21], "cancel": 5, "anoth": [5, 10, 18, 23], "And": [5, 13, 15, 19, 23], "simplifi": [5, 9, 13, 21, 23], "exhibit": 5, "explain": [5, 7, 9], "propto": [5, 8, 10, 18, 19], "m_0": [5, 8, 9, 10, 12, 17, 19, 23], "ideal": [5, 6, 10, 11, 16], "uniform": 5, "absens": [5, 23], "ani": [5, 7, 9, 10, 13, 17, 19, 21, 23], "unavoid": 5, "refer": [5, 9, 14, 18, 21, 23], "f_r": [5, 10, 13], "bar": [5, 8, 9, 10, 12, 13, 14, 15, 18, 21, 23], "gamma": [5, 8, 9, 10, 12, 13, 14, 15, 17, 18, 21, 22, 23], "b_0": [5, 8, 9, 10, 12, 13, 17, 23], "imperfect": [5, 13], "decai": [5, 10, 17, 23], "contain": [5, 6, 17, 18], "smallest": 5, "sum": [5, 8, 13, 18, 21, 22, 23], "align": [5, 6, 8, 14, 15, 17, 21, 23], "mathrm": [5, 6, 8, 10, 11, 15, 16, 19, 21], "int_": [5, 11, 19, 21], "approx": [5, 10, 15, 21, 23], "note": [5, 6, 7, 10, 11, 13, 15, 16, 17, 18, 19, 21], "reconstruct": [5, 8, 10, 11, 13, 20, 21], "mechan": [5, 10], "de": 5, "averag": [5, 19], "magnitud": [5, 15, 17, 18], "illustr": [5, 6, 9, 10, 11, 18, 20, 21, 23], "t2star_spinecho_illustr": 5, "80": [5, 9, 10, 23], "ms": [5, 9, 10, 13, 15, 18, 19, 22], "mild": 5, "approxim": [5, 8, 10, 17, 18, 19, 22], "up": [5, 7, 9, 10, 13, 15, 17, 18, 23], "separ": [5, 8, 10, 13, 14, 15, 17, 22, 23], "leq": [5, 10], "accumul": [5, 6, 13, 21], "easili": [5, 19, 22], "doe": [5, 8, 13, 17, 19, 24], "make": [5, 14], "revert": 5, "To": [5, 9, 10, 11, 13, 14, 15, 17, 18, 19, 21, 22, 23], "try": [5, 9, 11], "visit": 5, "drcmr": [5, 23], "dk": [5, 23], "blochsimul": 5, "scene": [5, 9], "90x": [5, 9], "180y": 5, "happen": [5, 17, 18], "180x": 5, "Is": 5, "multipl": [5, 8, 10, 11, 16, 17, 18], "order": [5, 6, 10, 21, 22, 23], "give": [5, 14, 15, 17], "gnuplot": [6, 9, 13, 22, 23], "graphic": [6, 9, 13, 22, 23], "toolkit": [6, 9, 13, 22, 23], "discourag": [6, 9, 13, 22, 23], "activ": [6, 9, 13, 15, 16, 22, 23, 24], "maintain": [6, 9, 13, 22, 23], "limit": [6, 9, 10, 11, 13, 17, 18, 19, 22, 23], "ulik": [6, 9, 13, 22, 23], "fix": [6, 9, 10, 13, 18, 22, 23], "commun": [6, 9, 13, 22, 23], "pipe": [6, 9, 13, 22, 23], "pass": [6, 9, 13, 22, 23], "octav": [6, 9, 13, 22, 23], "interpret": [6, 9, 13, 22, 23], "made": [6, 7, 9, 13, 22, 23], "interact": [6, 9, 10, 13, 14, 17, 22, 23], "reflect": [6, 9, 10, 13, 22, 23], "manag": [6, 9, 13, 22, 23], "mous": [6, 9, 13, 22, 23], "click": [6, 9, 13, 22, 23], "notifi": [6, 9, 13, 22, 23], "intern": [6, 9, 10, 13, 22, 23], "list": [6, 9, 12, 13, 22, 23], "open": [6, 9, 13, 14, 16, 22, 23], "recommend": [6, 7, 9, 13, 22, 23], "qt": [6, 9, 13, 22, 23], "instead": [6, 9, 13, 21, 22, 23], "collect": [6, 17], "cartesian": [6, 13], "done": [6, 13, 16, 19, 22, 23], "anticip": 6, "formul": [6, 8, 11, 13, 21, 22, 23], "introduc": [6, 10, 16, 18, 21, 23], "proport": [6, 8, 10, 15, 17, 18, 19, 21, 23], "s_i": 6, "denot": [6, 11, 13, 15], "subscript": 6, "trajectori": [6, 8, 13, 22], "raster": [6, 21], "fashion": [6, 16], "knowledg": [6, 13], "mr": [6, 10, 12, 15, 19, 21, 22, 23], "store": [6, 17, 21], "onc": [6, 7, 10, 13, 19, 21, 23], "simpli": [6, 11, 13, 14, 15, 23], "fast": [6, 11, 13], "fft": [6, 11, 18], "anim": [6, 7, 9, 18], "wai": [6, 7, 10, 15, 16, 17, 21], "amount": [6, 10, 11, 16, 18], "posit": [6, 8, 15, 17, 18, 21, 22], "complex": [6, 9, 10, 12, 13], "neg": [6, 21], "im": 6, "m_x": [6, 9, 12, 23], "just": [6, 15, 20], "taken": [6, 19], "togeth": [6, 10, 15, 18, 19], "global": 6, "offset": [6, 19], "m_y": [6, 9, 12, 23], "problemat": 6, "central": 6, "project": 6, "onto": [6, 13], "convex": 6, "poc": 6, "homodyn": 6, "suitabl": 6, "short": [7, 10, 18], "book": [7, 12, 24], "associ": [7, 9, 17, 18], "larsonlab": 7, "repositori": 7, "helper": [7, 10], "built": 7, "decad": 7, "teach": 7, "1st": 7, "year": 7, "graduat": 7, "student": 7, "background": [7, 15], "natur": [7, 10], "scienc": 7, "engin": 7, "undergo": 7, "fall": 7, "quarter": 7, "promin": 7, "role": 7, "my": [7, 20], "upon": 7, "should": [7, 9, 15, 18, 19, 22, 23], "achiev": [7, 9, 10, 14, 17, 18, 23], "fundmanet": [7, 14, 15], "why": [7, 8, 14, 15], "necessari": [7, 11, 14, 15, 16, 18], "concept": [7, 9, 13, 17, 20, 21, 23], "polar": [7, 8, 9, 12, 14, 15, 17, 21], "jump": 7, "pretti": 7, "quickli": [7, 18], "quick": 7, "overview": 7, "access": 7, "playlist": 7, "record": [7, 16], "goe": [7, 18], "avail": [7, 8, 9, 18, 20, 23], "git": 7, "icon": 7, "clone": 7, "desktop": 7, "pull": 7, "greatli": [7, 9, 13], "influenc": [7, 9, 13, 19], "great": 7, "want": 7, "front": 7, "dwight": 7, "nishimura": 7, "text": 7, "borrow": 7, "materi": [7, 10, 14], "less": [7, 8, 18, 23], "own": [7, 13], "bill": 7, "tool": [7, 11, 16, 20], "miki": 7, "lustig": 7, "danish": 7, "research": 7, "centr": 7, "bloch": [7, 13, 17, 18, 23], "math": [8, 9], "electr": [8, 14, 15], "bmatrix": [8, 9, 12, 15, 23], "i_z": [8, 23], "static": [8, 17], "m_z": [8, 9, 10, 12, 17, 18, 23], "radiofrequ": 8, "spoil": [8, 17, 19], "gre": [8, 17, 19], "sin": [8, 9, 10, 11, 15, 19, 21], "theta": [8, 9, 10, 16, 17, 18, 19], "co": [8, 9, 10, 11, 15, 17, 19, 21], "t1w": [8, 17], "t2w": [8, 17], "pdw": [8, 17], "prepar": [8, 17], "ir": [8, 10], "ti": [8, 10, 17], "iron": [8, 10, 14], "oxygen": [8, 10], "versu": [8, 10, 13], "deoxygen": [8, 10], "blood": [8, 10], "chemcial": 8, "environ": [8, 10, 24], "atom": [8, 10, 23], "local": [8, 10, 21], "consider": 8, "assum": [8, 13], "ppm": [8, 10, 15], "proton": [8, 17, 19, 22, 23], "intra": 8, "spectral": 8, "agent": 8, "gd": [8, 10], "shorten": [8, 10], "basec": 8, "characterist": [8, 10, 19], "shape": [8, 16, 22], "int_0": [8, 13, 18, 19, 21], "tau": [8, 11, 13, 17, 18, 19, 21], "product": 8, "given": [8, 10, 17, 18, 21, 23], "tbw": [8, 18, 22], "thick": 8, "f_": [8, 10, 13, 18, 19], "z_": [8, 18], "turn": [8, 9, 15, 16, 17, 21, 23], "xr": [8, 17, 21], "wise": 8, "phi": [8, 11, 21], "yi": [8, 21], "t_y": [8, 21], "cumul": [8, 21], "area": [8, 10, 11, 17, 19, 21], "seq": [8, 19], "mea": [8, 19], "see": [8, 9, 10, 13, 14, 16, 19, 21, 23], "resolut": [8, 22], "volumetr": 8, "coverag": 8, "multislic": [8, 17], "fse": 8, "tse": 8, "rare": 8, "subsequ": 8, "parallel": [8, 17, 21], "mai": [8, 17], "autocalibr": 8, "compress": [8, 17, 20], "sens": [8, 17, 20], "deep": [8, 17], "learn": [8, 17], "coeffici": [8, 11, 19], "dataset": [8, 17], "comparison": 8, "physicist": 9, "felix": 9, "who": 9, "won": 9, "nobel": 9, "prize": 9, "discoveri": 9, "phenomena": 9, "almost": 9, "behavior": [9, 13, 16, 18], "seen": [9, 10], "deriv": [9, 11, 13, 23], "kei": [9, 13, 15, 18], "respons": [9, 13, 18], "vast": 9, "major": [9, 10, 18, 19], "present": [9, 10, 11, 15, 21], "experi": [9, 10, 13, 15, 16, 19, 21, 23], "dt": [9, 10, 13, 18, 21, 22], "beavhior": 9, "equilibrium": [9, 10, 12, 14, 15], "longitudin": [9, 10, 17, 23], "lattic": [9, 10, 17, 23], "valuabl": [9, 23], "onlin": 9, "hand": [9, 15], "observ": [9, 11, 23], "neglect": [9, 13, 17, 21], "rightarrow": [9, 11], "infti": [9, 11, 21], "visual": [9, 18, 21, 23], "thin": 9, "5e3": 9, "1500": [9, 10], "mt": [9, 13, 15, 18], "unit": [9, 10, 12, 15, 18], "bloch_rot": [9, 18], "start": [9, 11, 13, 14, 17, 21, 23], "mstart": 9, "bstatic": 9, "1e": [9, 15], "ns": 9, "300": 9, "mall": [9, 23], "xlabel": [9, 10, 11, 13, 15, 18, 19, 21, 22, 23], "legend": [9, 10, 18, 19, 22, 23], "north": [9, 23], "boxoff": [9, 23], "5540": [9, 23], "oscil": [9, 15, 17, 22, 23], "orthogon": 9, "b_": [9, 15, 17], "energi": [9, 10, 14, 15, 18, 22, 23], "good": [9, 10, 12, 18], "progress": 9, "simplif": [9, 21], "f_0": [9, 10, 13, 15, 23], "stationari": 9, "represent": [9, 16, 17, 21], "now": [9, 13, 18, 21, 22, 23], "analysi": [9, 13], "durat": [9, 13, 17, 18, 19, 21], "strength": [9, 15, 17, 19, 21], "45": [9, 17], "90": [9, 17, 18, 19], "default": [9, 23], "option": [9, 21], "Then": [9, 10, 13, 22], "button": [9, 23], "go": 9, "code": [9, 20, 21, 22], "creation": [9, 14], "gammabar": [9, 13, 18], "42": [9, 13, 18, 21, 22, 23], "58": [9, 13, 18, 21, 22], "khz": [9, 13, 15, 17, 18], "f0": [9, 18], "m0": [9, 10, 18, 19, 23], "m_equilibrium": [9, 18], "paaramet": 9, "t_rf": 9, "linspac": [9, 10, 11, 15, 18, 19, 21, 22, 23], "4000": [9, 10], "rf_flip_angl": 9, "radian": [9, 17], "b10": [9, 18], "425": 9, "8713e": 9, "03": 9, "12": [9, 15, 17, 22], "513": 9, "omega_0": 9, "With": [9, 22], "ones": [9, 10, 11, 18, 21, 22], "northwest": 9, "192": 9, "clearli": 9, "438": 9, "equilibriuam": 9, "ultim": [9, 14], "orient": [9, 15, 23], "same": [9, 10, 13, 15, 17, 18], "without": [9, 13], "shorthand": [9, 12], "adjust": [9, 23], "situat": [9, 13, 17], "millitesla": [9, 15], "tip": [9, 12, 16, 18, 23], "m_start": [9, 23], "bloch_rftip": 9, "bloch_relax": [9, 23], "1232e": 9, "17": 9, "0000e": 9, "00": 9, "num2str": [9, 10, 11, 15, 19], "657": 9, "rich": 10, "varieti": 10, "arguabl": [10, 18], "advantag": [10, 17, 18], "desir": [10, 18, 19], "intrins": 10, "molecular": 10, "signific": [10, 16], "precis": [10, 18], "quantum": 10, "human": [10, 17, 23], "divid": [10, 13, 15, 23], "liquid": [10, 14], "fluid": 10, "solid": 10, "cortic": 10, "bone": 10, "tendon": 10, "fibrosi": 10, "proteinac": 10, "organ": 10, "exchang": 10, "surround": [10, 15], "motion": [10, 17], "transfer": [10, 20], "longer": [10, 17, 19], "lipid": [10, 22, 23], "shorter": [10, 13, 17, 19], "edema": 10, "lose": 10, "freedom": 10, "macromolecul": 10, "coupl": [10, 12], "adjac": 10, "alwai": [10, 14, 15, 17, 21, 23], "stronger": [10, 14, 15], "microscop": 10, "molecul": [10, 22], "macroscop": 10, "cannot": [10, 17, 23], "caus": [10, 14, 18, 23], "import": [10, 16, 18, 19], "deposit": [10, 14, 22], "presenc": [10, 18], "calcif": 10, "calcium": 10, "vs": [10, 18], "hemoglobin": 10, "vein": 10, "basi": [10, 21, 23], "bold": 10, "brain": 10, "matter": 10, "790": 10, "920": 10, "100": [10, 13, 14, 15, 17, 18], "cerebrospin": 10, "csf": 10, "2000": 10, "arteri": 10, "1200": 10, "50": [10, 15], "liver": 10, "parenchyma": 10, "490": 10, "lung": 10, "830": 10, "myocardium": 10, "870": 10, "skelet": 10, "muscl": 10, "260": 10, "handbook": 10, "800": [10, 19], "110": 10, "1300": 10, "3700": 10, "1700": 10, "1000": [10, 17], "30": 10, "400": [10, 19], "cartilag": 10, "pictur": 10, "therefor": [10, 14, 19, 21, 23], "control": [10, 18, 19], "se": [10, 17], "200": 10, "t2v": 10, "130": 10, "meshgrid": [10, 13, 18, 21], "s_te": 10, "int2str": [10, 13, 18, 19, 21], "150": 10, "mesh": [10, 13], "155": 10, "zlabel": [10, 21], "colorbar": [10, 15, 22], "incomplet": 10, "simplest": 10, "reach": 10, "2nd": [10, 21], "acqrui": 10, "evolut": 10, "ntr": 10, "500": [10, 22], "nt_per_tr": 10, "t_per_tr": 10, "t_minu": 10, "t_plu": 10, "mz_minu": 10, "mz_plu": 10, "ep": [10, 18], "mz_all": 10, "o": 10, "t1v": 10, "s_tr": 10, "2500": 10, "s_flip": 10, "By": [10, 15, 21], "Not": 10, "enough": [10, 14, 16], "rel": [10, 11, 14, 15, 16, 19], "therebi": 10, "discuss": [10, 15], "principl": [10, 13, 15], "smaller": [10, 15], "boost": 10, "leav": 10, "certain": [10, 14], "ratio": [10, 12, 15, 23], "zoom": 10, "delai": 10, "strategi": [10, 13], "null": 10, "stir": 10, "attenu": 10, "flair": 10, "flip1": 10, "flip2": 10, "750": 10, "mz1_minu": 10, "mz2_minu": 10, "mz1_plu": 10, "mz2_plu": 10, "t1_minu": 10, "t1_plu": 10, "t2_minu": 10, "t2_plu": 10, "evolv": [10, 22], "find": [10, 11, 22], "2001": 10, "4001": 10, "6001": 10, "751": 10, "2751": 10, "4751": 10, "s_ti": 10, "gadolinium": 10, "chelat": 10, "superparamagnet": 10, "oxid": 10, "wherev": 10, "quantifi": 10, "r_1": 10, "r_2": 10, "typiclali": 10, "l": [10, 11], "mmol": 10, "cm": [10, 15, 22], "concentr": 10, "mm": 10, "hydrogen": [10, 23], "exploit": 10, "isol": [10, 15], "peak": [10, 13, 18], "part": [10, 23], "million": 10, "220": 10, "hz": [10, 12, 13, 15, 17, 22, 23], "440": 10, "dixon": [10, 17], "realiti": [10, 16], "account": [10, 18, 19], "fatti": 10, "three": [10, 19], "circular": 10, "jinc": 10, "circl": 10, "circ": 10, "k_r": 10, "signal_gr": 10, "mrsignal_spoiled_gradient_echo": [10, 19], "contrast_phantom": 10, "nphan": 10, "xc": 10, "yc": 10, "25": 10, "1e3": [10, 13, 22], "06": 10, "64": [10, 11, 15], "ball": 10, "radiu": [10, 15], "20": [10, 18, 22], "160": 10, "3000": 10, "ky": [10, 13, 21], "coordin": 10, "ad": [10, 16, 17, 18], "individu": [10, 13, 15, 23], "exponenti": [10, 23], "displai": 10, "tan": 11, "funcion": 11, "ne": 11, "dx": 11, "ax": [11, 16], "ast": 11, "dirac": 11, "comb": 11, "sha": 11, "\u0448": 11, "rectangl": [11, 16], "sqcap": 11, "quad": 11, "linewidth": [11, 21], "normal": [11, 19], "intuit": [11, 13], "slid": 11, "nice": [11, 20], "unitari": 11, "ordinari": 11, "dk_x": 11, "k_y": [11, 13, 17, 21], "dy": 11, "f_x": 11, "f_y": 11, "finit": 11, "kspace": 11, "w_": [11, 17], "accord": [11, 17], "convolv": [11, 13], "notabl": 11, "decomposit": 11, "512": 11, "kxmax": 11, "128": 11, "kxmax_trunc": 11, "fftshift": [11, 18], "ifft": 11, "ifftshift": 11, "power": [11, 13, 14, 15, 17, 18, 19, 20, 21], "actual": [11, 16], "dft": 11, "x_n": 11, "k_n": 11, "formula": 11, "extend": [11, 19], "si": 12, "gyromagnet": [12, 15, 23], "g_y": [12, 17, 21], "g_z": [12, 17, 22], "b_x": [12, 15], "b_y": [12, 15], "b_z": [12, 15, 21], "jargon": 12, "intimid": [12, 13], "imped": 12, "luckili": 12, "radiopaedia": 12, "articl": 12, "abbrevi": 12, "vendor": 12, "com": 12, "serv1": 12, "php": 12, "cam": 12, "format": 13, "equiat": 13, "impact": [13, 19], "affect": [13, 19], "resonnac": 13, "obtain": 13, "int": 13, "reason": [13, 19], "clear": 13, "soon": [13, 21], "add": [13, 14, 15, 22], "easiest": 13, "c_n": 13, "s_n": 13, "receiev": 13, "integr": [13, 18, 19, 21], "upsilon": 13, "gxr": [13, 17], "kx0": 13, "upsilon_cartesian": 13, "tesp": 13, "dky": 13, "deadtim": 13, "tall": 13, "upsilon_epi": 13, "reshap": [13, 21], "planar": [13, 17, 21, 22], "corrupt": 13, "convolut": 13, "w_cartesian": 13, "w_epi": 13, "x0": 13, "height": 13, "outsid": [13, 18], "get": [13, 16, 23], "wors": 13, "speci": 13, "examin": [13, 19], "could": 13, "index": 13, "complic": 13, "gain": [13, 17, 19], "spiral": [13, 21], "radial": [13, 21], "look": [13, 14, 16, 17, 18, 23], "_0": [13, 21], "r_0": 13, "star": 13, "df": [13, 18, 22], "frfom": 13, "side": [13, 15, 19], "lobe": 13, "interpol": [13, 19], "write": 13, "version": [13, 22], "numer": [13, 19], "solver": 13, "graph": 13, "As": [13, 18, 23], "framework": [13, 21], "express": 13, "spread": [13, 18], "psf": 13, "impuls": 13, "boil": 13, "down": [13, 18, 23], "decompos": [13, 19], "m_i": 13, "w_i": 13, "sum_i": 13, "m_1": 13, "m_2": 13, "w_1": 13, "w_2": 13, "accur": 13, "thw": 13, "flow": [13, 21], "explor": 14, "deconstruct": 14, "insid": 14, "insight": 14, "loud": 14, "danger": 14, "metal": 14, "cut": 14, "nuclear": [14, 15], "greater": 14, "tesla": 14, "homogen": [14, 15], "manget": [14, 23], "superconduct": 14, "alloi": 14, "bath": 14, "helium": 14, "dager": 14, "ferromagnet": [14, 17], "suck": 14, "antenna": 14, "electromagnet": [14, 15, 23], "perturb": [14, 15, 23], "releas": 14, "radio": [14, 15], "mhz": [14, 15, 17], "excitaiton": [14, 17], "thermal": [14, 23], "linearli": [14, 19, 21], "switch": [14, 15, 16, 18, 23], "current": 14, "exert": 14, "forc": 14, "lorentz": 14, "vibrat": 14, "place": [14, 15, 17, 23], "fiel": 14, "distinguish": 14, "critic": [15, 19], "summar": [15, 19], "mu": [15, 17, 23], "wire": 15, "govern": [15, 23], "maxwel": 15, "rule": 15, "link": 15, "solenoid": 15, "ensur": 15, "usual": [15, 16, 17], "convent": [15, 21, 23], "never": 15, "perfect": 15, "ll": 15, "05": [15, 21], "few": [15, 18, 20], "Their": 15, "00001": 15, "perpedicularli": 15, "plane": [15, 16, 17], "reactiv": 15, "capacitor": 15, "inductor": 15, "kw": 15, "mv": 15, "aris": [15, 17], "channel": 15, "put": [15, 19, 21], "i0": 15, "amp": 15, "mu0": 15, "401": 15, "bz": 15, "211": [15, 18, 22], "212": [15, 18, 22], "resons": 15, "event": 15, "amplifi": 15, "digit": 15, "tell": 15, "far": [15, 21], "birdcag": 15, "perpendicular": [15, 17, 23], "tailor": 15, "knee": 15, "abdomen": 15, "head": 15, "configur": [15, 17], "decoupl": 15, "detun": 15, "don": 15, "senit": 15, "move": [15, 17, 23], "brightest": 15, "biot": 15, "savart": 15, "law": 15, "flag_2d": 15, "bx": 15, "BY": 15, "xp": 15, "yp": [15, 21], "zp": 15, "loop_coil_field": 15, "quiver": [15, 21], "18": 15, "bmag": 15, "xhalf": 15, "chapter": [16, 23], "indic": 16, "conjunct": 16, "remeb": 16, "incred": [16, 21], "convei": 16, "experiment": 16, "speed": 16, "drawn": 16, "bracket": 16, "simlifi": 16, "crusher": 16, "destruct": 16, "instantan": 16, "slew": [16, 22], "trapezoid": 16, "read": [16, 17, 19, 21], "3t": 17, "5t": 17, "xrai": 17, "visibl": 17, "fm": 17, "am": 17, "proper": 17, "assign": 17, "conduct": 17, "calibr": 17, "isotop": 17, "1h": 17, "13": [17, 23], "19": [17, 23], "2h": 17, "diamagnet": 17, "paramagnet": 17, "immedi": 17, "equilibirum": 17, "lab": [17, 18], "frame": [17, 18], "flux": 17, "benefit": 17, "doesn": 17, "contribut": [17, 23], "highest": 17, "2e": 17, "additoin": 17, "daq": 17, "serv": 17, "mxy": [17, 21], "statement": 17, "true": 17, "overlap": 17, "prewind": 17, "\u03b8": 17, "twice": 17, "thinner": 17, "decreas": 17, "bw": [17, 18], "theorem": 17, "avoid": 17, "lowest": 17, "oversampl": 17, "3dft": 17, "anti": 17, "fov_x": 17, "none": 17, "stretch": [17, 18], "pile": 17, "bright": 17, "rapidli": 17, "robust": 17, "intravoxel": 17, "gather": 17, "databas": 17, "outer": 17, "amplif": 17, "acquist": 17, "Of": 17, "regardless": 17, "develop": 17, "000": 17, "decod": 17, "recurr": 17, "appl": 18, "equival": [18, 19, 21], "detail": 18, "distanc": 18, "absorb": 18, "heat": 18, "safeti": 18, "minim": 18, "sinusoid": 18, "002": 18, "tmax": 18, "rf_sinusoid": 18, "ft_sinusoid": 18, "imaginari": 18, "xlim": [18, 21], "tmat": 18, "dfmat": 18, "rf_all": 18, "rf_n": 18, "ft_n": 18, "fwidth": 18, "11": [18, 22], "rf_sinc": 18, "ft_sinc": 18, "gz": [18, 22], "poorli": 18, "uniformli": 18, "forth": [18, 23], "substanti": 18, "meanwhil": 18, "wide": [18, 19], "wherea": [18, 23], "360": 18, "address": 18, "impli": [18, 19], "shrunk": 18, "bwplot": 18, "IN": 18, "rf_shape": 18, "trf": 18, "bwrf": 18, "plai": 18, "notic": [18, 23], "sharper": 18, "But": [18, 19], "break": 18, "sophist": 18, "shinnar": 18, "le": 18, "roux": 18, "slr": 18, "dzrf": [18, 22], "isn": 18, "issu": 18, "themselv": 18, "subtli": 18, "degrad": 18, "inv": 18, "theoret": 19, "foundat": 19, "delta_i": 19, "gaussian": 19, "root": 19, "sigma": 19, "downtim": 19, "ernst": 19, "theta_": 19, "intrigu": 19, "trdt1": 19, "01": 19, "1600": 19, "inf": 19, "theta_optim": 19, "snr_effici": 19, "it1": 19, "aco": 19, "ylim": [19, 21], "drop": 19, "stabl": 19, "finer": 19, "coarser": 19, "nativ": 19, "pad": 19, "nearbi": 19, "scale": [19, 22], "care": 19, "alon": [19, 21], "demonin": 19, "tread": 19, "snr_t2s_onesid": 19, "imax_onesid": 19, "snr_t2s_twosid": 19, "imax_twosid": 19, "disp": 19, "2806": 19, "4907": 19, "ve": 20, "favorit": 20, "focus": 20, "kmjohnson3": 20, "intro": 20, "python": 20, "jupyt": [20, 24], "introduct": 20, "mribri999": 20, "mrsignalsseq": 20, "cours": 20, "lectur": 20, "introductori": 20, "marku": 20, "nilsson": 20, "matlab": 20, "mikgroup": 20, "sigpi": 20, "packag": 20, "mrirecon": 20, "bart": 20, "toolbox": 20, "qmrlab": 20, "quantit": 20, "fit": 20, "ismrm": 20, "mrhub": 20, "hub": 20, "worth": 20, "brows": 20, "delv": [20, 23], "topic": 20, "stop": 21, "undo": 21, "k_z": [21, 22], "motiv": 21, "rather": 21, "textrm": 21, "i2": 21, "amaz": 21, "appropri": 21, "fact": 21, "regularli": 21, "1d": 21, "splot": 21, "kfe": 21, "phase_x": 21, "mxy_f": [21, 22], "drawnow": 21, "3rd": 21, "kpe": 21, "tpe": 21, "ip": 21, "phase_i": 21, "mxy_p": 21, "spatial_encoding_mxy_illustr": 21, "blade": 21, "kx_ep": 21, "ky_ep": 21, "k_theta": 21, "k_radial": 21, "201": [21, 22], "nturn": 21, "k_spiral": 21, "kz": 21, "plot3": [21, 22], "zlim": 21, "n_radial": 21, "asin": 21, "spectroscopi": 22, "relat": 22, "reveal": 22, "travers": 22, "psace": 22, "trick": 22, "compil": 22, "abr": 22, "mex": 22, "file": 22, "error": 22, "re": 22, "run": 22, "abrx": 22, "31": [22, 23], "column": 22, "trajectoi": 22, "nlobe": 22, "nspec": 22, "nramp": 22, "ramp": 22, "g1": 22, "gamp": 22, "95": 22, "mod": 22, "nrw": 22, "grw": 22, "cumsum": 22, "k_f": 22, "h_f": 22, "h_z": 22, "envelop": 22, "subpuls": 22, "4258": 22, "slewmax": 22, "15e3": 22, "gmax": 22, "20e": 22, "sbw": 22, "dz": 22, "10e": 22, "verse_frac": 22, "nspat": 22, "nwait": 22, "rfspec": 22, "gf": 22, "ab2ex": 22, "g_f": 22, "rfspat": 22, "min": 22, "ceil": 22, "floor": 22, "vers": 22, "rfspatv": 22, "isnan": 22, "g1z": 22, "mxy_z": 22, "flip_scal": 22, "rfscaleg": 22, "589": 22, "mxy_2d": 22, "m_xy": 22, "watch": 22, "behav": 23, "phenomenom": 23, "nucleu": 23, "angular": 23, "momentum": 23, "moment": 23, "act": 23, "respond": 23, "tyipcal": 23, "nuclei": 23, "primari": 23, "23": 23, "na": 23, "p": 23, "abund": 23, "absenc": 23, "randomli": 23, "ensembl": 23, "arrow": 23, "vertic": 23, "www": 23, "planck": 23, "63e": 23, "34": 23, "58e6": 23, "boltzmann": 23, "62e": 23, "ev": 23, "38e": 23, "temperatur": 23, "310": 23, "prefer": 23, "boltzman": 23, "uparrow": 23, "downarrow": 23, "kt": 23, "expon": 23, "strongli": 23, "analog": 23, "swing": 23, "your": 23, "leg": 23, "wrong": 23, "compassmr": 23, "compass": 23, "mode": 23, "slider": 23, "freq": 23, "uenci": 23, "new": 23, "checkbox": 23, "hit": 23, "push": 23, "needl": 23, "blue": 23, "trace": 23, "highlight": 23, "composit": 23, "last": 23, "mx": 23, "anaconda": 24, "prompt": 24, "FOR": 24, "conda": 24, "wintest": 24, "pip": 24, "instal": 24, "forg": 24, "octave_kernel": 24, "jb": 24, "booknam": 24, "runjb": 24, "quantecon": 24, "mini": 24, "seem": 24}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"acceler": [0, 8, 17], "imag": [0, 3, 6, 8, 10, 17, 21], "method": [0, 8, 17], "learn": [0, 1, 2, 3, 4, 5, 6, 7, 9, 10, 13, 14, 15, 16, 18, 19, 21, 22, 23], "goal": [0, 1, 2, 3, 4, 5, 6, 7, 9, 10, 13, 14, 15, 16, 18, 19, 21, 22, 23], "gener": 0, "formul": 0, "mri": [0, 6, 7, 8, 10, 11, 12, 13, 14, 15, 17, 20, 21], "reconstruct": [0, 6, 17], "partial": [0, 6], "fourier": [0, 6, 11], "parallel": 0, "space": [0, 3, 6, 11, 12, 13, 21], "auto": 0, "calibr": 0, "k": [0, 3, 6, 11, 13, 21], "snr": [0, 17, 19], "artifact": [0, 1, 8, 17], "compress": 0, "sens": 0, "deep": 0, "requir": 0, "dl": 0, "refer": 0, "introduct": [1, 7], "comparison": 1, "displac": 1, "motion": 1, "flow": 1, "simul": [1, 5, 9, 15, 23], "field": [2, 12, 14, 15, 16, 21], "view": 2, "fov": [2, 17], "resolut": [2, 17, 19], "spatial": [2, 8, 17, 21, 22], "fast": [3, 8, 17], "puls": [3, 4, 5, 8, 9, 16, 17, 18, 22], "sequenc": [3, 5, 8, 16, 17], "multipl": 3, "spin": [3, 5, 8, 23], "echo": [3, 5], "rare": 3, "fse": 3, "tse": 3, "simplifi": [3, 16], "diagram": [3, 16], "paramet": [3, 16], "tradeoff": 3, "planar": 3, "epi": 3, "gradient": [3, 5, 14, 15, 16, 21], "spoiler": 3, "crusher": 3, "rf": [3, 4, 8, 9, 14, 15, 16, 17, 18, 22], "spoil": 3, "type": 3, "fun": 4, "adiabat": 4, "pretti": 4, "pictur": 4, "ge": 5, "gre": 5, "off": [5, 13, 18], "reson": [5, 13, 15, 18, 23], "effect": [5, 21], "t2": [5, 10], "refocus": 5, "visual": 5, "se": 5, "sort": 6, "data": [6, 11, 13, 16, 19, 21], "transform": [6, 11], "principl": 7, "get": 7, "start": 7, "cours": 7, "lectur": 7, "us": 7, "educ": 7, "resourc": [7, 20], "code": 7, "acknowledg": 7, "kei": [8, 16], "concept": [8, 11], "equat": [8, 9, 13, 19, 23], "background": 8, "materi": 8, "mr": [8, 17], "physic": [8, 17, 23], "system": [8, 14, 15, 17], "experi": [8, 14], "contrast": [8, 10, 17], "In": 8, "vivo": 8, "encod": [8, 17, 21], "characerist": 8, "ft": [8, 21], "bloch": 9, "THE": 9, "precess": [9, 23], "excit": [9, 15, 16, 18, 23], "exampl": [9, 10, 11], "constant": 9, "amplitud": 9, "lab": 9, "versu": [9, 18, 19], "rotat": 9, "frame": 9, "common": 9, "flip": [9, 10, 18], "angl": [9, 10, 18], "relax": [9, 13, 23], "what": 10, "determin": 10, "t1": 10, "valu": 10, "typic": 10, "1": 10, "5": 10, "t": [10, 14, 15], "3": 10, "te": 10, "tr": [10, 19], "90": 10, "degre": 10, "proton": 10, "densiti": 10, "weight": [10, 13], "pd": 10, "invers": [10, 11], "recoveri": 10, "agent": 10, "fat": 10, "water": 10, "simpl": 10, "phantom": 10, "challeng": 10, "yourself": 10, "math": 11, "complex": 11, "number": 11, "impuls": 11, "function": 11, "train": 11, "sampl": [11, 16], "other": 11, "convolut": 11, "2": 11, "d": 11, "n": 11, "dualiti": 11, "separ": 11, "ident": 11, "pair": 11, "truncat": 11, "point": 11, "spread": 11, "psf": 11, "analysi": 11, "discret": 11, "notat": 12, "terminolog": 12, "definit": 12, "posit": 12, "net": 12, "magnet": [12, 14, 15, 16, 19, 21, 23], "acronym": 12, "glossari": 12, "The": [13, 14, 16], "signal": [13, 15, 19, 21], "ideal": 13, "ad": 13, "coil": [13, 14, 15, 17], "sensit": [13, 15], "dure": 13, "acquisit": [13, 16, 19], "chemic": 13, "shift": [13, 18], "complet": 13, "compon": [14, 16], "scanner": 14, "main": [14, 15], "b_0": [14, 15], "radiofrequ": [14, 15], "b_1": [14, 15], "vec": [14, 15], "r": [14, 15], "g": [14, 15], "fundament": 14, "procedur": 14, "loop": 15, "current": 15, "transmit": 15, "tx": 15, "receiv": 15, "rx": 15, "recept": 15, "creat": 15, "reciproc": 15, "profil": 15, "element": 15, "local": 16, "g_x": 16, "g_y": 16, "g_z": 16, "window": 16, "daq": 16, "annot": 16, "question": 17, "characterist": 17, "properti": 18, "time": [18, 19], "bandwidth": 18, "product": 18, "slice": 18, "thick": 18, "specif": 18, "absorpt": 18, "rate": 18, "select": 18, "hard": 18, "shape": 18, "On": 18, "design": [18, 22], "high": 18, "nois": 19, "ratio": 19, "depend": 19, "voxel": 19, "volum": 19, "transvers": 19, "effici": 19, "post": 19, "process": 19, "upsampl": 19, "downsampl": 19, "t_2": 19, "decai": 19, "softwar": 20, "from": 21, "cartesian": 21, "frequenc": [21, 23], "phase": 21, "trajectori": 21, "spectral": 22, "nuclear": 23, "polar": 23, "equilibrium": 23, "fraction": 23}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 6, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx": 56}})
\ No newline at end of file
+Search.setIndex({"docnames": ["Accelerated Imaging Methods", "Artifacts", "FOV and Resolution", "Fast Imaging Pulse Sequences", "Fun with RF Pulses", "Gradient and Spin Echoes", "Image Reconstruction", "Introduction", "Key MRI Concepts", "MR Physics - Bloch Equation", "MRI Contrast", "MRI Math Concepts", "MRI Notation", "MRI Signal Equation", "MRI System", "Magnetic Fields and RF Coils", "Pulse Sequence", "Questions", "RF Pulses", "Signal to Noise Ratio", "Software_Resources", "Spatial Encoding", "Spectral-Spatial RF Pulses", "Spin Physics", "build_notes"], "filenames": ["Accelerated Imaging Methods.ipynb", "Artifacts.ipynb", "FOV and Resolution.ipynb", "Fast Imaging Pulse Sequences.ipynb", "Fun with RF Pulses.ipynb", "Gradient and Spin Echoes.ipynb", "Image Reconstruction.ipynb", "Introduction.md", "Key MRI Concepts.md", "MR Physics - Bloch Equation.ipynb", "MRI Contrast.ipynb", "MRI Math Concepts.ipynb", "MRI Notation.ipynb", "MRI Signal Equation.ipynb", "MRI System.ipynb", "Magnetic Fields and RF Coils.ipynb", "Pulse Sequence.ipynb", "Questions.md", "RF Pulses.ipynb", "Signal to Noise Ratio.ipynb", "Software_Resources.md", "Spatial Encoding.ipynb", "Spectral-Spatial RF Pulses.ipynb", "Spin Physics.ipynb", "build_notes.md"], "titles": ["Accelerated Imaging Methods", "Artifacts", "Field of View (FOV) and Resolution", "Fast Imaging Pulse Sequences", "Fun with RF Pulses?", "Gradient and Spin Echo Pulse Sequences", "Image Reconstruction", "Introduction to Principles of MRI", "Key MRI Concepts and Equations", "Bloch Equation", "MRI Contrast", "MRI Math Concepts", "MRI Notation and Terminology", "The MRI Signal Equation and K-space", "The MRI System", "Magnetic fields in MRI", "The Pulse Sequence", "MRI Questions", "RF Pulses", "Signal to Noise Ratio (SNR)", "MRI Software Resources", "Spatial Encoding", "Spectral-Spatial RF Pulses", "Spin Physics", "<no title>"], "terms": {"scan": [0, 3, 6, 7, 8, 14, 15, 17, 19], "can": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23], "appli": [0, 4, 5, 6, 8, 9, 10, 11, 13, 14, 16, 17, 18, 19, 21, 22, 23], "reduc": [0, 3, 5, 6, 10, 17], "number": [0, 3, 6, 9, 12, 13, 16, 22, 23], "sampl": [0, 1, 2, 6, 8, 13, 17, 20, 21, 22], "also": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 18, 19, 21, 22, 23], "known": [0, 3, 6, 10, 11, 13, 14, 15, 21, 23], "undersampl": [0, 17], "These": [0, 1, 2, 3, 4, 5, 6, 10, 13, 14, 15, 18, 21, 22, 23], "correspond": [0, 6, 17, 21], "advanc": [0, 6, 10, 20], "allow": [0, 3, 10, 11, 18, 19], "The": [0, 1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 15, 17, 18, 19, 21, 22, 23], "techniqu": [0, 3, 6, 10], "cover": [0, 1, 8, 21, 23], "here": [0, 1, 4, 7, 9, 11, 13, 16, 21, 23], "includ": [0, 1, 3, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 19, 20, 21, 22, 23], "describ": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23], "how": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23], "ar": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23], "form": [0, 2, 3, 6, 7, 10, 13, 14, 16, 18, 21, 22, 23], "work": [0, 3, 7, 8, 10, 14, 21, 22], "understand": [0, 3, 5, 7, 9, 10, 12, 13, 15, 16, 18, 19, 21, 22, 23], "constraint": [0, 7, 13, 19], "tradeoff": [0, 7, 13, 19], "identifi": [0, 1, 3, 5, 7, 10, 13, 16, 17, 22], "when": [0, 3, 4, 5, 6, 8, 9, 10, 11, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23], "manipul": [0, 2, 3, 6, 7, 10, 13, 15, 16, 18, 19], "sequenc": [0, 1, 2, 6, 7, 10, 12, 13, 15, 18, 19, 20, 21], "paramet": [0, 2, 6, 7, 8, 9, 10, 13, 18, 19, 22], "improv": [0, 2, 3, 6, 7, 10, 13, 17, 18, 19], "perform": [0, 2, 3, 4, 6, 7, 8, 10, 11, 13, 14, 15, 16, 17, 18, 19, 21], "defin": [0, 1, 2, 6, 8, 11, 13, 15, 16, 18, 19, 21, 23], "which": [0, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23], "modifi": [0, 1], "analyz": [0, 1, 6, 7, 9, 11, 13, 16, 18], "data": [0, 1, 3, 5, 7, 8, 10, 14, 17], "an": [0, 5, 6, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23], "from": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 17, 18, 19, 20, 22, 23], "raw": [0, 6], "For": [0, 1, 2, 6, 7, 9, 10, 11, 13, 16, 17, 18, 19, 21, 22, 23], "help": [0, 12, 13, 16, 22, 23], "reformul": 0, "problem": [0, 6, 17], "linear": [0, 1, 6, 11, 13, 15, 18, 19, 21], "system": [0, 1, 6, 11, 19, 20], "us": [0, 1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23], "standard": [0, 12], "mathemat": [0, 1, 15], "notat": [0, 9, 13, 15, 21], "y": [0, 4, 6, 8, 9, 10, 11, 12, 13, 15, 16, 17, 19, 21], "mathbf": 0, "e": [0, 1, 3, 6, 8, 9, 10, 13, 15, 16, 17, 18, 21, 23], "x": [0, 2, 4, 6, 8, 9, 10, 11, 12, 13, 15, 16, 17, 19, 21, 22], "n": [0, 1, 2, 8, 9, 10, 13, 15, 16, 18, 21, 23], "where": [0, 1, 9, 10, 11, 13, 14, 15, 16, 18, 19, 21, 22, 23], "acquir": [0, 3, 5, 6, 8, 10, 13, 14, 17, 19, 21], "encod": [0, 1, 3, 5, 13, 14, 15, 16], "matrix": [0, 6, 10, 21], "spatial": [0, 1, 5, 6, 11, 13, 14, 15, 16, 19], "distribut": [0, 19, 23], "transvers": [0, 3, 5, 6, 8, 9, 10, 12, 13, 15, 16, 17, 21, 22, 23], "magnet": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 13, 17, 18, 20, 22], "g": [0, 1, 3, 6, 8, 10, 11, 12, 13, 16, 17, 18, 21, 22], "nois": [0, 1, 14, 15, 17], "In": [0, 1, 2, 4, 6, 7, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 21, 23], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23], "vector": [0, 4, 9, 15, 18, 23], "exampl": [0, 2, 4, 5, 6, 13, 19, 20, 22, 23, 24], "2d": [0, 5, 6, 8, 15, 17, 21, 22], "ft": [0, 11, 17], "would": [0, 1, 6, 7, 9, 14, 22, 23], "convert": [0, 6, 8, 9, 18], "left": [0, 4, 6, 9, 11, 13, 15, 21], "begin": [0, 5, 8, 9, 11, 12, 15, 19, 21, 23], "arrai": [0, 8, 11, 15, 17], "c": [0, 1, 11, 17, 23, 24], "s_1": 0, "t_1": [0, 8, 9, 10, 12, 13, 17, 19, 23], "t_2": [0, 5, 8, 9, 10, 12, 13, 17, 21, 23], "vdot": 0, "t_": [0, 1, 3, 8, 9, 16, 17, 18, 19], "nx": 0, "s_2": 0, "s_": [0, 5, 8, 10, 13], "ny": 0, "end": [0, 2, 5, 8, 9, 10, 11, 12, 15, 18, 19, 21, 22, 23], "right": [0, 4, 11, 13, 21, 23], "s_m": 0, "t_n": 0, "m": [0, 5, 6, 8, 9, 10, 12, 13, 15, 17, 18, 21, 23], "th": [0, 6], "tr": [0, 1, 3, 6, 8, 13, 16, 17], "x_1": 0, "y_1": 0, "x_2": 0, "x_": 0, "1": [0, 1, 2, 5, 6, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 21, 22, 23], "y_2": 0, "y_": 0, "x_i": 0, "y_i": 0, "equal": [0, 1, 2, 6, 10, 17, 18], "locat": [0, 1, 2, 5, 6, 9, 10, 11, 13, 14, 15, 18, 21, 23], "minimum": [0, 15, 16, 17], "discret": [0, 6], "transform": [0, 8, 9, 10, 13, 17, 18, 21, 22], "f": [0, 1, 6, 8, 10, 11, 13, 14, 17, 18, 21, 22, 23], "repres": [0, 5, 8, 10, 11, 13, 15, 17, 18, 21, 23], "our": [0, 2, 5, 6, 9, 10, 11, 13, 14, 15, 21, 23], "evalu": [0, 6, 21], "entri": [0, 1], "being": [0, 1, 9, 13, 16, 18, 19, 23], "vec": [0, 4, 5, 6, 8, 9, 10, 11, 12, 13, 17, 21, 23], "_i": [0, 6], "r": [0, 1, 5, 6, 8, 9, 10, 12, 13, 17, 21, 23], "_j": 0, "_": [0, 6, 8, 13, 16, 21], "i": [0, 1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 20, 21, 22], "j": [0, 23], "exp": [0, 1, 5, 8, 10, 11, 13, 17, 18, 19, 21], "2": [0, 1, 2, 4, 5, 6, 8, 9, 10, 13, 15, 16, 17, 18, 19, 21, 22, 23], "pi": [0, 1, 5, 8, 9, 10, 11, 13, 15, 17, 18, 19, 21, 22], "cdot": [0, 8, 10, 11, 13, 15, 17, 18, 21], "case": [0, 10, 11, 13, 18, 19], "measur": [0, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 21, 23], "invers": [0, 1, 4, 6, 8, 13, 17, 18, 21], "fulli": [0, 6, 10, 17, 21], "well": [0, 1, 5, 6, 8, 10, 13, 15, 16, 18], "hat": [0, 10, 11, 13], "h": [0, 8, 11, 17, 22, 23], "fraction": [0, 6], "nex": [0, 6, 8, 17], "util": 0, "conjug": [0, 6, 8, 17], "symmetri": [0, 8, 17], "properti": [0, 6, 8, 9, 10, 11, 13, 17, 19, 22, 23], "state": [0, 3, 6, 10, 17, 23], "real": [0, 6, 11, 17, 18, 21, 22, 23], "valu": [0, 6, 9, 11, 13, 17, 18, 19, 23], "function": [0, 1, 7, 9, 10, 13, 15, 17, 18, 21, 22], "ha": [0, 5, 6, 7, 8, 9, 10, 11, 13, 15, 16, 18, 22, 23], "If": [0, 7, 9, 11, 14, 23], "satisfi": [0, 6, 8], "onli": [0, 6, 8, 11, 16, 17, 18, 21, 22, 23], "half": [0, 2, 6, 8, 17], "other": [0, 3, 4, 6, 7, 9, 13, 14, 15, 18, 19, 21, 23], "fill": [0, 6], "practic": [0, 3, 5, 6, 11, 19, 21], "typic": [0, 1, 3, 4, 6, 8, 9, 11, 13, 14, 15, 16, 17, 18, 19, 21, 22], "low": [0, 3, 6, 10, 13, 23], "frequenc": [0, 1, 3, 4, 5, 6, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 22], "phase": [0, 1, 3, 4, 5, 6, 8, 10, 13, 15, 17, 18], "compon": [0, 1, 7, 13, 15, 17, 23], "so": [0, 5, 6, 9, 10, 13, 14, 15, 18, 19, 22, 23], "initi": [0, 10, 13, 21], "assumpt": 0, "violat": [0, 6, 22], "howev": [0, 3, 5, 6, 10, 11, 13, 18, 19, 23], "acquisit": [0, 3, 5, 6, 8, 10, 14, 17, 21], "still": [0, 5, 6, 11], "slightli": [0, 5, 6, 8, 16, 18, 23], "more": [0, 1, 5, 6, 7, 8, 9, 10, 13, 14, 16, 17, 18, 19, 20], "than": [0, 6, 8, 10, 15, 17], "center": [0, 3, 6, 8, 10, 13, 15, 16, 17, 18, 21], "provid": [0, 1, 8, 10, 13, 15, 18, 19, 21, 22], "suffici": 0, "inform": [0, 1, 6, 9, 10, 13, 16, 17, 19, 22, 23], "about": [0, 7, 16, 18, 23], "accelerationg": 0, "base": [0, 2, 6, 7, 8, 10, 11, 13, 15, 17, 18, 19, 21], "we": [0, 1, 2, 5, 6, 9, 10, 11, 13, 14, 15, 17, 18, 19, 21, 22, 23], "need": [0, 8, 11, 14, 17, 19, 21, 23, 24], "consid": [0, 9, 10, 13, 18, 19, 23], "coil": [0, 4, 6, 8, 16, 18, 19, 21, 23], "sensit": [0, 1, 3, 8, 14, 17, 21], "profil": [0, 6, 8, 13, 18, 22], "_q": 0, "each": [0, 3, 6, 10, 11, 13, 15, 16, 19], "rf": [0, 1, 5, 6, 10, 12, 13, 19, 21], "along": [0, 4, 6, 7, 9, 16, 17, 18, 23], "sub": [0, 12, 22], "oper": [0, 11, 13, 17], "s": [0, 1, 5, 6, 7, 8, 9, 10, 12, 13, 15, 17, 19, 21, 22, 23], "y_q": 0, "n_q": 0, "c_q": 0, "diagon": 0, "diagnoal": 0, "0": [0, 1, 2, 5, 6, 8, 9, 10, 11, 13, 15, 17, 18, 19, 21, 22, 23], "whether": [0, 1, 8], "expect": [0, 9, 10, 13, 16, 17, 19], "grid": [0, 6, 21], "wa": [0, 3, 5, 7], "It": [0, 3, 5, 7, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 21, 23], "conveni": [0, 23], "point": [0, 13, 19, 23], "return": [0, 9, 14, 23], "origin": [0, 1, 3, 11, 13, 15, 23], "creat": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 13, 14, 16, 17, 18, 21, 22, 23], "augment": 0, "matric": [0, 10, 13], "concaten": 0, "element": [0, 8, 13], "dimens": [0, 6, 10, 11, 13, 19, 21, 22], "ldot": [0, 8, 21], "y_n": 0, "_1": [0, 10], "_2": [0, 10], "_n": 0, "n_1": 0, "n_2": 0, "n_n": 0, "result": [0, 1, 4, 6, 9, 10, 11, 13, 14, 15, 18, 19, 21, 22, 23], "ex": [0, 18], "follow": [0, 5, 6, 7, 10, 11, 12, 13, 15, 16, 17, 18, 19, 21], "optim": [0, 8, 10, 19], "arg": 0, "min_": 0, "frac": [0, 1, 2, 5, 8, 9, 10, 11, 17, 18, 19, 21, 23], "2_2": 0, "solv": [0, 13], "directli": [0, 10, 17], "pseudo": [0, 8, 17], "calcul": [0, 9, 17], "pattern": [0, 2, 8, 10, 16, 17, 18, 21], "regular": 0, "mean": [0, 5, 6, 9, 10, 13, 15, 17, 18, 19, 21, 23], "consist": [0, 10, 14, 21, 22], "skip": [0, 1, 8], "line": [0, 1, 2, 3, 6, 7, 8, 9, 13, 15, 16, 17, 21, 22], "grappa": 0, "kernel": [0, 13], "comput": [0, 11], "itself": 0, "captur": [0, 2, 10, 13, 14, 15, 16, 19, 21], "lambda": 0, "tune": [0, 15], "ident": [0, 18], "simultan": [0, 8, 17], "enforc": 0, "first": [0, 6, 9, 10, 16, 18, 21], "term": [0, 9, 10, 13, 17], "self": 0, "sescond": 0, "either": [0, 13, 17, 18, 19], "iter": 0, "estim": [0, 10], "while": [0, 1, 5, 6, 9, 10, 13, 14, 18, 19, 22], "spirit": 0, "combin": [0, 13, 22], "full": [0, 2, 3, 7, 9, 12, 13, 17, 23], "There": [0, 1, 5, 9, 18, 19], "penalti": 0, "vari": [0, 9, 10, 12, 13, 14, 15, 18, 19, 21, 22, 23], "sever": [0, 5], "depend": [0, 1, 5, 9, 10, 13, 15, 17, 21, 23], "condit": [0, 6, 10, 19, 23], "direct": [0, 1, 4, 6, 8, 9, 13, 15, 17, 21, 22, 23], "lead": [0, 1, 3, 5, 8, 10, 11, 13, 18, 19, 21], "lower": [0, 10, 19], "convers": 0, "fewer": 0, "ill": 0, "higher": [0, 1, 10, 18, 19, 23], "penatli": 0, "region": [0, 1, 15], "littl": 0, "differ": [0, 1, 5, 6, 8, 9, 10, 13, 14, 15, 16, 17, 18, 19, 21, 23], "betweeen": 0, "bodi": [0, 10, 15, 17, 18, 23], "tend": 0, "have": [0, 1, 4, 8, 9, 10, 15, 17, 18, 19, 21, 23], "larger": [0, 1, 13, 15, 17], "character": [0, 1, 5, 11, 13, 17, 18], "factor": [0, 13, 17, 19], "geq": [0, 6], "loss": [0, 1, 13, 17, 19], "load": [0, 1, 5, 6, 9, 10, 13, 14, 18, 19, 22, 23], "geometri": 0, "appyl": 0, "total": [0, 8, 17, 18, 19, 23], "readout": [0, 3, 6, 13, 16, 17, 19, 21], "time": [0, 3, 5, 6, 8, 9, 10, 11, 12, 13, 15, 16, 17, 21, 22, 23], "sqrt": [0, 8, 10, 11, 15, 17, 18, 19, 21], "relationship": [0, 2, 6, 10, 15, 18, 19], "snr_": [0, 17, 19], "appear": [0, 1, 8, 10, 18], "alias": [0, 17], "sometim": [0, 9, 16], "complet": [0, 5, 7, 9, 17, 21], "remov": [0, 5, 9, 10, 13, 18, 19, 22], "like": [0, 7, 14, 18], "mismatch": 0, "between": [0, 3, 5, 8, 10, 13, 15, 16, 17, 18, 23], "cs": [0, 10, 13], "theori": [0, 11], "sai": [0, 15], "some": [0, 1, 4, 7, 13, 15, 16, 18, 19, 21], "domain": [0, 8, 11, 17, 21], "subset": 0, "word": [0, 4, 6, 14, 18, 21], "further": [0, 13], "specif": [0, 1, 3, 5, 9, 13, 14, 21, 23], "ell_1": 0, "norm": 0, "sum_": [0, 11], "promot": 0, "sparsiti": [0, 8, 10], "solut": [0, 9, 13, 18], "lambda_": 0, "wx": 0, "multipli": [0, 10, 11, 13], "must": [0, 16, 17, 23, 24], "match": [0, 17, 19], "spars": [0, 8, 17], "through": [0, 13, 15, 16, 18, 19, 22], "sparsifi": 0, "w": [0, 13, 17], "chosen": [0, 10], "balanc": [0, 3, 17], "random": [0, 1, 6, 8, 17], "illustrat": 0, "diagram": [0, 5, 17], "below": [0, 1, 4, 5, 6, 9, 10, 11, 13, 15, 16, 18, 22, 23], "procedur": 0, "caption": 0, "figur": [0, 1, 2, 6, 9, 10, 11, 13, 18, 19, 21, 22, 23], "http": [0, 1, 4, 5, 11, 12, 23], "doi": 0, "org": [0, 1, 11, 12], "10": [0, 7, 9, 10, 13, 15, 17, 21, 22], "1109": 0, "msp": 0, "2007": 0, "914728": 0, "heurist": 0, "A": [0, 1, 3, 5, 9, 11, 15, 16, 17, 18, 22, 23], "signal": [0, 1, 3, 5, 6, 7, 8, 9, 10, 11, 14, 16, 17, 18, 20, 22, 23], "8": [0, 2, 9, 10, 11, 15, 18, 21, 22, 23], "fold": [0, 1], "its": [0, 5, 7, 9, 10, 13, 17, 23], "d": [0, 5, 8, 9, 13, 18, 19, 21], "b": [0, 8, 9, 11, 12, 14, 15, 23], "equispac": 0, "prevent": 0, "recoveri": [0, 8, 17], "incoher": [0, 1], "interfer": [0, 1, 15], "strong": [0, 10, 19, 23], "stick": 0, "abov": [0, 7, 10, 11, 13, 15, 17, 18, 19, 21, 22, 23], "level": [0, 1, 8, 10], "detect": [0, 6, 8, 14, 15, 17, 23], "recov": [0, 10, 23], "threshold": 0, "subtract": [0, 14, 15], "thu": [0, 6, 11, 13, 14, 15, 17, 18, 21, 23], "enabl": [0, 14, 17], "weaker": 0, "popular": [0, 3, 5, 7, 20], "variat": [0, 4, 5, 8, 14, 20, 21], "tv": 0, "tgv": 0, "wavelet": 0, "variabl": [0, 11], "densiti": [0, 8, 17, 19, 23], "preferenti": [0, 14, 17, 23], "espirit": 0, "difficult": 0, "thei": [0, 1, 3, 4, 6, 7, 10, 14, 15, 16, 17, 18, 23], "inher": [0, 8], "denois": 0, "constrain": 0, "appar": [0, 21], "significantli": 0, "choic": [0, 10, 19], "most": [0, 3, 5, 6, 7, 8, 9, 10, 11, 13, 15, 16, 18, 21, 22, 23], "common": [0, 3, 8, 15, 21, 22], "come": [0, 6, 7, 10, 21], "overfit": 0, "over": [0, 6, 9, 12, 13, 15, 16, 19, 21], "smooth": 0, "unnatur": 0, "block": [0, 5, 16], "conceptu": 0, "train": [0, 3, 8, 17], "incorpor": [0, 11, 13, 19], "sinc": [0, 1, 2, 5, 6, 10, 11, 13, 14, 15, 18, 19, 21], "world": 0, "relev": [0, 11], "been": [0, 6, 10], "shown": [0, 5, 6, 9, 13, 15, 16, 18, 22, 23], "support": [0, 3, 8], "what": [0, 1, 2, 5, 7, 9, 13, 14, 15, 16, 17, 21, 23], "within": [0, 3, 8, 10, 16, 17, 18, 19, 21], "often": [0, 5, 10, 11, 13, 16, 19], "least": [0, 15, 17], "squar": [0, 19], "object": [0, 1, 2, 6, 10, 11, 13, 21], "reg": 0, "mathcal": [0, 6, 8, 10, 11, 13, 17, 21, 22], "implicitli": 0, "implement": [0, 18, 19], "via": [0, 7], "machin": 0, "attempt": [0, 7], "straightforward": 0, "approach": [0, 19], "cnn": 0, "invert": [0, 5], "after": [0, 3, 5, 8, 9, 10, 14, 15, 16, 17, 21, 23], "g_": [0, 8, 17, 18, 21], "dnn": 0, "deeep": 0, "neural": [0, 8], "network": [0, 8, 17, 20], "nn": 0, "mani": [0, 1, 7, 10, 11, 13, 15, 16, 17, 20, 23], "weight": [0, 1, 3, 5, 8, 17, 19, 22], "prior": [0, 17, 21], "abl": [0, 23], "call": [0, 3, 4, 5, 9, 10, 15, 18, 22, 23], "un": 0, "roll": 0, "becom": [0, 3, 13, 18, 21], "better": 0, "compact": 0, "design": [0, 7, 9, 14, 15, 19, 20], "mimic": 0, "classic": 0, "algorithm": [0, 6, 11, 22], "seri": 0, "cascad": 0, "modl": 0, "varnet": 0, "regularl": 0, "model": [0, 10, 11], "architectur": [0, 17], "singl": [0, 1, 3, 8, 10, 13, 15, 16, 17, 18, 21], "gradient": [0, 1, 2, 6, 8, 10, 12, 13, 17, 18, 19, 22], "updat": [0, 6, 7, 9, 13, 22, 23], "descent": 0, "unet": [0, 17], "arxiv": 0, "ab": [0, 1, 2, 10, 11, 13, 18, 22], "2004": 0, "06688": 0, "e2": 0, "vn": 0, "take": [0, 4, 10, 18, 19, 21], "under": [0, 6, 7, 9, 19, 23], "input": [0, 11], "ift": 0, "rss": 0, "bottom": [0, 4, 9, 15], "dc": 0, "modul": [0, 1, 13, 18, 19, 21], "bring": [0, 14], "intermedi": [0, 10, 18], "closer": [0, 23], "refin": 0, "map": [0, 1, 8, 17, 20, 21], "multi": [0, 8, 10, 17], "one": [0, 6, 9, 11, 13, 17, 19, 21, 22, 23], "u": [0, 24], "net": [0, 3, 4, 5, 6, 7, 8, 9, 10, 15, 16, 17, 18, 20, 21, 23], "back": [0, 4, 6, 9, 10, 13, 18, 22, 23], "sme": 0, "step": [0, 1, 8, 17, 21, 22, 23], "_w": 0, "set": [0, 6, 7, 10, 11], "structur": [0, 10, 12, 23], "overal": [0, 5, 7, 10, 13, 16, 19, 22], "similar": [0, 10, 11, 13], "both": [0, 3, 5, 9, 16, 21, 22, 23], "unrol": [0, 17], "lot": [0, 7], "4": [0, 1, 2, 7, 10, 11, 14, 15, 18, 19, 22], "radiolog": 0, "applic": [0, 7, 23], "question": [0, 14], "answer": [0, 14, 17], "qualiti": [0, 13, 19], "supervis": 0, "realist": 0, "modif": [0, 17, 19], "exist": 0, "increas": [0, 1, 3, 15, 17, 18, 19, 23], "size": [0, 1, 2, 5, 6, 10, 11, 17, 19], "fastmri": 0, "thousand": 0, "high": [0, 1, 3, 8, 13, 15, 16], "med": 0, "nyu": 0, "edu": 0, "48550": 0, "1811": 0, "08839": 0, "resnet": 0, "possibl": [0, 15, 17, 19], "gpu": 0, "essenti": 0, "send": 0, "forward": 0, "compar": [0, 12, 17, 18, 19, 23], "output": [0, 11], "propag": 0, "choos": [0, 10, 19, 23], "l1": 0, "l2": 0, "batch": 0, "rate": [0, 1, 5, 9, 10, 12, 13, 16, 19, 22, 23], "etc": [0, 19], "challeng": [0, 7], "retain": 0, "textur": 0, "featur": [0, 9, 18, 20], "anatomi": [0, 15, 17], "might": 0, "eras": 0, "hallucin": 0, "although": [0, 4, 23], "physic": [0, 10, 19], "assur": 0, "recent": 0, "comprehens": [0, 1], "thes": 0, "reccommend": 0, "hammernik": 0, "k\u00fcstner": 0, "t": [0, 5, 6, 8, 9, 11, 12, 13, 17, 18, 21, 22, 23], "yaman": 0, "huang": 0, "z": [0, 1, 4, 8, 9, 10, 12, 15, 16, 17, 18, 19, 22, 23], "rueckert": 0, "knoll": 0, "ak\u00e7akaya": 0, "driven": [0, 8], "reson": [0, 1, 4, 6, 7, 8, 9, 10, 14, 16, 17, 21], "medic": 0, "ieee": 0, "process": [0, 5, 7, 9, 11, 15, 20, 23], "mag": 0, "2023": [0, 7], "jan": 0, "40": [0, 10], "98": 0, "114": 0, "2022": 0, "3215288": 0, "epub": 0, "pmid": 0, "37304755": 0, "pmcid": 0, "pmc10249732": 0, "pdf": 0, "2203": 0, "12215": 0, "setup": [1, 2, 5, 6, 9, 10, 13, 14, 15, 18, 19, 22, 23, 24], "mri": [1, 2, 3, 5, 9, 16, 18, 19, 22, 23], "educ": [1, 2, 5, 6, 9, 10, 13, 14, 15, 18, 19, 20, 22, 23], "resourc": [1, 2, 5, 6, 9, 10, 12, 13, 14, 15, 18, 19, 22, 23], "path": [1, 2, 5, 6, 9, 10, 13, 14, 15, 18, 19, 22, 23], "requir": [1, 2, 3, 4, 5, 6, 8, 9, 10, 13, 14, 15, 16, 17, 18, 19, 22, 23], "cd": [1, 2, 5, 6, 9, 10, 13, 14, 15, 18, 19, 22, 23], "startup": [1, 2, 5, 6, 9, 10, 13, 14, 15, 18, 19, 22, 23], "notebook": [1, 20], "variou": [1, 3, 5, 7, 10, 15, 16, 18], "wikipedia": [1, 11], "en": [1, 11], "wiki": [1, 11], "mri_artifact": 1, "veri": [1, 6, 9, 10, 13, 14, 16, 18, 19, 21], "mitig": [1, 3, 5, 7, 13, 22], "them": [1, 3, 5, 7, 10, 13, 14, 15, 22, 23], "occur": [1, 9, 10, 13, 14, 17, 19, 23], "understood": 1, "k": [1, 2, 8, 10, 17, 19, 22, 23], "space": [1, 2, 8, 10, 15, 17, 19, 22], "perspect": 1, "particular": [1, 16], "equat": [1, 15, 17, 18, 21], "section": [1, 5, 10, 21], "gener": [1, 3, 5, 10, 12, 13, 17, 20, 21], "categor": 1, "sourc": [1, 6, 8, 9, 10, 15, 23], "tabl": [1, 15], "name": [1, 5, 9, 18, 21], "do": [1, 9, 10, 13, 14], "fov": [1, 8, 10, 14, 15], "too": 1, "small": [1, 10, 14, 15, 18, 20, 23], "parallel": [1, 8, 17, 21], "fail": 1, "across": [1, 3, 5, 9, 12, 13, 14, 15, 17, 18], "swap": [1, 11], "pe": [1, 8, 21], "fe": [1, 17], "reacquir": 1, "gibb": [1, 13, 17], "ring": [1, 11, 13, 17, 18], "truncat": [1, 17], "due": [1, 5, 8, 10, 13, 14, 17, 19, 21], "fourier": [1, 8, 10, 13, 17, 18, 21, 22], "edg": [1, 11, 13, 17], "rippl": [1, 18], "sharp": [1, 11, 18], "filter": [1, 13, 17, 22], "boundari": 1, "partial": [1, 8, 17], "volum": [1, 8, 15, 21], "opposit": 1, "m_": [1, 5, 6, 8, 9, 12, 13, 16, 17, 18, 21, 22, 23], "xy": [1, 5, 6, 8, 9, 12, 13, 15, 16, 18, 21, 22, 23], "voxel": [1, 2, 3, 5, 8, 12, 17], "chemic": [1, 3, 6, 8, 10, 17, 22], "shift": [1, 3, 6, 8, 10, 17, 22], "artifici": 1, "dark": [1, 17], "tissu": [1, 10, 13, 17, 18, 23], "fat": [1, 8, 13, 17, 22], "suppres": 1, "water": [1, 8, 13, 17, 22, 23], "dure": [1, 3, 5, 6, 7, 8, 10, 14, 15, 16, 17, 18, 19, 21, 22], "copi": 1, "ghost": [1, 3, 17], "chang": [1, 2, 3, 4, 5, 6, 8, 9, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23], "breath": 1, "hold": [1, 17], "gate": 1, "trigger": 1, "compens": 1, "off": [1, 2, 4, 6, 8, 10, 14, 15, 16, 21, 23], "suscept": [1, 3, 5, 8, 10, 13, 17, 20], "bandwidth": [1, 8, 17], "shim": 1, "suppress": [1, 8, 17, 22], "2dft": [1, 17], "epi": [1, 8, 13, 17, 22], "slice": [1, 8, 16, 17, 22], "3d": [1, 6, 8, 21, 23], "suscpet": 1, "implant": 1, "air": 1, "spin": [1, 4, 9, 10, 12, 13, 14, 15, 17, 18, 19], "echo": [1, 4, 8, 10, 12, 13, 16, 17, 19, 21, 22], "dielectr": 1, "shade": 1, "propog": 1, "unevenli": 1, "b1": [1, 4], "inhomogen": [1, 5, 8, 10, 13, 15, 17], "entir": [1, 15, 20], "particularli": [1, 3, 13, 22], "larg": [1, 3, 5, 8, 14, 15, 18, 23], "b0": [1, 9, 15, 17], "insensit": [1, 4], "puls": [1, 6, 7, 10, 12, 13, 19, 20, 21], "adiabat": 1, "bia": 1, "correct": [1, 6, 10, 15, 17, 18, 23], "zipper": 1, "unwant": [1, 4], "noisi": 1, "top": [1, 9, 23], "shield": 1, "close": [1, 6, 9, 13, 15, 22, 23], "door": 1, "check": [1, 4], "hardwar": [1, 14], "room": 1, "light": [1, 17], "At": [1, 17], "non": [1, 9, 18, 21, 23], "field": [1, 3, 4, 5, 8, 9, 10, 13, 17, 18, 19, 23], "especi": [1, 19, 20], "awai": [1, 9, 10, 15, 23], "isocent": 1, "subject": [1, 5, 9, 13, 14, 23], "warp": 1, "spike": 1, "intermitt": 1, "loos": 1, "connect": 1, "broken": [1, 5], "reli": [1, 3, 17], "unknown": 1, "disort": 1, "main": [1, 5, 8, 9, 10, 12, 13, 16, 17, 22, 23], "delta_": 1, "delta": [1, 2, 5, 8, 10, 11, 13, 15, 18, 21, 23], "rbw": [1, 17], "fov_": [1, 2], "receiv": [1, 8, 12, 13, 14, 16, 17, 21], "view": [1, 9, 10, 14, 17, 19, 21], "much": [1, 13, 15, 16, 17, 18, 23], "accumul": [1, 5, 6, 13, 21], "esp": [1, 3, 8], "adjac": [1, 10], "n_": [1, 8, 17, 21, 23], "To": [1, 5, 9, 10, 11, 13, 14, 15, 17, 18, 19, 21, 22, 23], "bw_": [1, 8, 17, 18], "ani": [1, 5, 7, 9, 10, 13, 17, 19, 21, 23], "interleav": [1, 8], "without": [1, 9, 13], "acceler": [1, 3], "shot": [1, 3], "final": [1, 9, 13, 15], "select": [1, 8, 9, 10, 16, 17, 20, 22], "ss": [1, 8, 18], "inconsist": 1, "period": [1, 10, 18], "heart": 1, "beat": 1, "pulsatil": 1, "distinct": [1, 19], "sequenti": [1, 3, 17], "predict": [1, 8], "interv": 1, "60": [1, 10, 18], "per": [1, 8, 10], "minut": [1, 7], "irregular": 1, "arrhytthmia": 1, "cough": 1, "bulk": 1, "diffus": [1, 3, 13, 19, 20, 22], "datanam": [1, 6], "se_t1_sag_data": [1, 6], "kdata": [1, 2, 6], "im_origin": [1, 6], "ifft2c": [1, 2, 6, 10, 13], "subplot": [1, 2, 6, 13, 15, 18, 19, 21, 22], "121": [1, 13, 19, 21, 22], "imagesc": [1, 2, 6, 10, 15, 22], "log": [1, 2], "max": [1, 2, 8, 19, 22], "colormap": [1, 2, 6, 10, 15, 22], "grai": [1, 2, 6, 10, 15, 22], "axi": [1, 2, 3, 4, 6, 9, 10, 15, 17, 23], "tight": [1, 2, 6, 10, 15], "122": [1, 13, 19, 21, 22], "warn": [1, 6, 9, 13, 22, 23], "user": 1, "plarson": 1, "document": 1, "github": [1, 7], "mat": 1, "found": [1, 10], "search": 1, "n_undersamp": 1, "data_undersamp": 1, "zero": [1, 9, 10, 18, 19, 21, 22, 23], "iundersamp": 1, "round": [1, 15, 22], "im_undersamp": 1, "spike_loc": 1, "6": [1, 9, 11, 18, 19, 21, 22, 23], "53": 1, "data_spik": 1, "5": [1, 2, 8, 9, 11, 13, 14, 15, 18, 19, 21, 22, 23], "im_spik": 1, "rect": [1, 11], "32": [1, 11, 13], "kx": [1, 2, 10, 11, 13, 17, 21], "n_rect": [1, 2], "rect_ring": 1, "221": [1, 2, 18, 22], "222": [1, 2, 18], "ylabel": [1, 9, 10, 13, 15, 18, 19, 21, 22, 23], "kdata_window": 1, "ham": [1, 18], "rect_window": 1, "223": [1, 18, 22], "224": [1, 18], "window": [1, 6, 9, 13, 18, 22, 23, 24], "relative_rf_frequ": 1, "ph_int": 1, "rand": 1, "rfint": 1, "data_rfint": 1, "repmat": [1, 13, 18], "im_rfint": 1, "amplitud": [1, 4, 8, 10, 13, 15, 16, 17, 18, 21, 23], "3": [1, 2, 8, 9, 14, 15, 18, 19, 21, 22, 23], "randn": 1, "imag": [2, 5, 7, 9, 11, 13, 14, 15, 16, 18, 19, 22, 23], "fundament": [2, 10, 23], "determin": [2, 11, 13, 14, 15, 16, 17, 18, 21, 22], "cell": [2, 15, 21], "syntaxerror": [2, 15, 21], "invalid": [2, 15, 21], "syntax": [2, 15, 21], "simpl": [2, 19], "k_x": [2, 11, 13, 17, 21], "rectangular": [2, 18], "demonstr": [2, 22], "256": [2, 10], "rect_recon": 2, "titl": [2, 6, 9, 10, 11, 13, 15, 18, 19, 21, 22, 23], "kdata2": 2, "rect_recon2": 2, "doubl": 2, "kdata3": 2, "rect_recon3": 2, "tripl": 2, "One": [2, 4, 9, 15, 19, 23], "third": 2, "maximum": [2, 8, 14, 15, 17, 19, 21], "extent": [2, 15], "k_": [2, 8], "delta_x": [2, 17, 19], "symmetr": 2, "width": [2, 11], "w_k": 2, "kdata4": 2, "rect_recon4": 2, "4x": 2, "kdata8": 2, "7": [2, 15], "16": [2, 11], "9": [2, 9, 23], "rect_recon8": 2, "8x": 2, "modern": 3, "heavili": 3, "primarili": [3, 7, 8, 16], "method": [3, 5, 6, 10, 16, 19, 20, 21], "acronym": [3, 5, 7], "contrast": [3, 5, 7, 9, 13, 16, 18, 23], "artifact": [3, 5, 7, 10, 11, 13, 15, 20, 22], "distort": [3, 8, 15, 17, 20], "t2": [3, 8, 9, 13, 17, 19, 20, 23], "blur": [3, 13, 17], "band": [3, 17], "bssfp": [3, 17], "refocus": [3, 4, 8, 10, 17, 18, 22], "exict": 3, "rapid": [3, 14], "relax": [3, 7, 8, 10, 12, 16, 17, 19, 21], "enhanc": [3, 13], "scanner": [3, 16, 17, 23], "ge": [3, 10, 17], "healthcar": 3, "turbo": 3, "siemen": 3, "healthin": 3, "tfe": [3, 21], "philip": 3, "clinic": [3, 17], "becaus": [3, 5, 9, 14, 17, 23], "highli": 3, "snr": [3, 8, 13], "effici": [3, 10, 17], "effect": [3, 4, 8, 10, 11, 13, 19], "pd": [3, 8], "length": [3, 8, 9, 10, 15, 18, 19, 21, 22, 23], "etl": [3, 8], "repetit": [3, 10, 16, 17], "te": [3, 5, 8, 13, 16, 17, 19], "te_": [3, 8, 10], "eff": [3, 8], "closest": [3, 8, 15], "pro": 3, "con": 3, "long": [3, 8, 10, 19], "sar": [3, 8, 17, 18], "repeat": [3, 5, 8, 10, 14, 16, 17, 21, 22, 23], "faster": [3, 6, 17], "commonli": [3, 10, 11, 14, 17], "fmri": [3, 22], "extrem": [3, 11, 19, 23], "displac": [3, 17, 22], "fidel": 3, "nyquist": [3, 17], "basic": [3, 4, 10, 11, 16, 20], "befor": [3, 10, 17, 18, 21], "next": [3, 17, 21], "unbalanc": 3, "dephas": [3, 5, 8, 10, 17, 21], "elimin": [3, 5, 8, 10, 17, 22], "truli": 3, "rotat": [3, 4, 8, 13, 15, 16, 17, 18, 21, 23], "everi": [3, 5, 10, 15, 16, 17, 19], "chanc": 3, "previou": 3, "coher": 3, "excit": [3, 5, 6, 8, 10, 12, 14, 17, 21, 22], "scheme": [3, 10], "quadrat": 3, "increment": [3, 21], "spgr": 3, "angl": [3, 4, 5, 8, 15, 16, 17, 19, 23], "flash": 3, "aim": [3, 18, 22], "pure": [3, 5], "t1": [3, 8, 9, 17, 19, 20, 23], "recal": [3, 5, 6], "steadi": [3, 10, 17], "grass": 3, "precess": [3, 5, 8, 13, 15, 17, 21], "fisp": 3, "residu": [3, 13], "refouc": 3, "free": [3, 17], "ssfp": [3, 13], "revers": [3, 5, 11, 21], "psif": 3, "refocu": [3, 5, 17], "later": [3, 10, 13, 15, 16, 23], "truefisp": 3, "No": [3, 5], "all": [3, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 19, 23], "preserv": 3, "ye": 4, "you": [4, 5, 7, 9, 10, 12, 23], "heard": 4, "me": 4, "mayb": 4, "special": [4, 6], "type": [4, 5, 7, 10, 12, 13, 14, 16, 17, 18, 19, 21], "person": 4, "think": 4, "out": [4, 5, 6, 8, 10, 12, 13, 17, 19, 21], "interest": [4, 15, 19], "movi": [4, 21], "spinbench": [4, 7], "heartvista": 4, "ai": 4, "class": [4, 5, 10], "b_1": [4, 8, 12, 18, 22, 23], "inhomongen": 4, "similarli": [4, 11, 19], "even": 4, "transmit": [4, 8, 12, 14, 17], "mostli": 4, "180": [4, 5, 9, 10, 17, 18, 19], "degre": [4, 5, 9, 17, 18, 19], "flip": [4, 5, 8, 15, 16, 17, 19, 22], "purpos": [4, 14, 15, 16, 18, 20], "show": [4, 6, 9, 10, 11, 13, 15, 16, 18, 21], "simul": [4, 7, 10, 18, 20, 21], "two": [4, 5, 19, 22, 23], "sweep": 4, "again": [4, 9, 13, 23], "second": [4, 10, 16], "yellow": 4, "white": [4, 10], "rang": [4, 7, 10, 14, 15, 17, 18, 20], "around": [4, 9, 10, 14, 15, 16, 18, 23], "larmor": [4, 9, 10, 15, 16, 17, 18, 23], "plot": [4, 6, 9, 10, 11, 13, 15, 18, 19, 21, 22, 23], "corner": 4, "continu": [4, 11, 23], "constant": [4, 5, 8, 10, 17, 18, 21, 23], "hard": [4, 5, 9, 17], "frequneci": [4, 13, 21], "broad": [5, 7], "simpler": 5, "addit": [5, 6, 9, 10, 13, 17, 18, 19, 21], "undesir": [5, 10], "build": [5, 13, 18, 20, 24], "g_x": [5, 12, 17, 21], "cancel": 5, "anoth": [5, 10, 18, 23], "And": [5, 13, 15, 19, 23], "simplifi": [5, 9, 13, 21, 23], "exhibit": 5, "explain": [5, 7, 9], "propto": [5, 8, 10, 18, 19], "m_0": [5, 8, 9, 10, 12, 17, 19, 23], "ideal": [5, 6, 10, 11, 16], "uniform": 5, "absens": [5, 23], "unavoid": 5, "refer": [5, 9, 14, 18, 21, 23], "f_r": [5, 10, 13], "bar": [5, 8, 9, 10, 12, 13, 14, 15, 18, 21, 23], "gamma": [5, 8, 9, 10, 12, 13, 14, 15, 17, 18, 21, 22, 23], "b_0": [5, 8, 9, 10, 12, 13, 17, 23], "imperfect": [5, 13], "decai": [5, 10, 17, 23], "contain": [5, 6, 17, 18], "smallest": 5, "sum": [5, 8, 13, 18, 21, 22, 23], "align": [5, 6, 8, 14, 15, 17, 21, 23], "mathrm": [5, 6, 8, 10, 11, 15, 16, 19, 21], "int_": [5, 11, 19, 21], "approx": [5, 10, 15, 21, 23], "note": [5, 6, 7, 10, 11, 13, 15, 16, 17, 18, 19, 21], "reconstruct": [5, 8, 10, 11, 13, 20, 21], "mechan": [5, 10], "de": 5, "averag": [5, 19], "magnitud": [5, 15, 17, 18], "illustr": [5, 6, 9, 10, 11, 18, 20, 21, 23], "t2star_spinecho_illustr": 5, "80": [5, 9, 10, 23], "ms": [5, 9, 10, 13, 15, 18, 19, 22], "mild": 5, "approxim": [5, 8, 10, 17, 18, 19, 22], "up": [5, 7, 9, 10, 13, 15, 17, 18, 23], "separ": [5, 8, 10, 13, 14, 15, 17, 22, 23], "leq": [5, 10], "easili": [5, 19, 22], "doe": [5, 8, 13, 17, 19, 24], "make": [5, 14], "revert": 5, "try": [5, 9, 11], "visit": 5, "drcmr": [5, 23], "dk": [5, 23], "blochsimul": 5, "scene": [5, 9], "90x": [5, 9], "180y": 5, "happen": [5, 17, 18], "180x": 5, "Is": 5, "multipl": [5, 8, 10, 11, 16, 17, 18], "order": [5, 6, 10, 21, 22, 23], "give": [5, 14, 15, 17], "gnuplot": [6, 9, 13, 22, 23], "graphic": [6, 9, 13, 22, 23], "toolkit": [6, 9, 13, 22, 23], "discourag": [6, 9, 13, 22, 23], "activ": [6, 9, 13, 15, 16, 22, 23, 24], "maintain": [6, 9, 13, 22, 23], "limit": [6, 9, 10, 11, 13, 17, 18, 19, 22, 23], "ulik": [6, 9, 13, 22, 23], "fix": [6, 9, 10, 13, 18, 22, 23], "commun": [6, 9, 13, 22, 23], "pipe": [6, 9, 13, 22, 23], "pass": [6, 9, 13, 22, 23], "octav": [6, 9, 13, 22, 23], "interpret": [6, 9, 13, 22, 23], "made": [6, 7, 9, 13, 22, 23], "interact": [6, 9, 10, 13, 14, 17, 22, 23], "reflect": [6, 9, 10, 13, 22, 23], "manag": [6, 9, 13, 22, 23], "mous": [6, 9, 13, 22, 23], "click": [6, 9, 13, 22, 23], "notifi": [6, 9, 13, 22, 23], "intern": [6, 9, 10, 13, 22, 23], "list": [6, 9, 12, 13, 22, 23], "open": [6, 9, 13, 14, 16, 22, 23], "recommend": [6, 7, 9, 13, 22, 23], "qt": [6, 9, 13, 22, 23], "instead": [6, 9, 13, 21, 22, 23], "collect": [6, 17], "cartesian": [6, 13], "done": [6, 10, 13, 16, 19, 22, 23], "anticip": 6, "formul": [6, 8, 11, 13, 21, 22, 23], "introduc": [6, 10, 16, 18, 21, 23], "proport": [6, 8, 10, 15, 17, 18, 19, 21, 23], "s_i": 6, "denot": [6, 11, 13, 15], "subscript": 6, "trajectori": [6, 8, 13, 22], "raster": [6, 21], "fashion": [6, 16], "knowledg": [6, 13], "mr": [6, 10, 12, 15, 19, 21, 22, 23], "store": [6, 17, 21], "onc": [6, 7, 10, 13, 19, 21, 23], "simpli": [6, 11, 13, 14, 15, 23], "fast": [6, 11, 13], "fft": [6, 11, 18], "anim": [6, 7, 9, 18], "wai": [6, 7, 10, 15, 16, 17, 21], "amount": [6, 10, 11, 16, 18], "posit": [6, 8, 15, 17, 18, 21, 22], "complex": [6, 9, 10, 12, 13], "neg": [6, 21], "im": 6, "m_x": [6, 9, 12, 23], "just": [6, 15, 20], "taken": [6, 19], "togeth": [6, 10, 15, 18, 19], "global": 6, "offset": [6, 19], "m_y": [6, 9, 12, 23], "problemat": 6, "central": 6, "project": 6, "onto": [6, 13], "convex": 6, "poc": 6, "homodyn": 6, "suitabl": 6, "short": [7, 8, 10, 18], "book": [7, 12, 24], "associ": [7, 9, 17, 18], "larsonlab": 7, "repositori": 7, "helper": [7, 10], "built": 7, "decad": 7, "teach": 7, "1st": 7, "year": 7, "graduat": 7, "student": 7, "background": [7, 15], "natur": [7, 10], "scienc": 7, "engin": 7, "undergo": 7, "fall": 7, "quarter": 7, "promin": 7, "role": 7, "my": [7, 20], "upon": 7, "should": [7, 9, 15, 18, 19, 22, 23], "achiev": [7, 9, 10, 14, 17, 18, 23], "fundmanet": [7, 14, 15], "why": [7, 8, 14, 15], "necessari": [7, 11, 14, 15, 16, 18], "concept": [7, 9, 13, 17, 20, 21, 23], "polar": [7, 8, 9, 12, 14, 15, 17, 21], "jump": 7, "pretti": 7, "quickli": [7, 18], "quick": 7, "overview": 7, "access": 7, "playlist": 7, "record": [7, 16], "goe": [7, 18], "avail": [7, 8, 9, 18, 20, 23], "git": 7, "icon": 7, "clone": 7, "desktop": 7, "pull": 7, "greatli": [7, 9, 13], "influenc": [7, 9, 13, 19], "great": 7, "want": 7, "front": 7, "dwight": 7, "nishimura": 7, "text": 7, "borrow": 7, "materi": [7, 10, 14], "less": [7, 8, 18, 23], "own": [7, 13], "bill": 7, "tool": [7, 11, 16, 20], "miki": 7, "lustig": 7, "danish": 7, "research": 7, "centr": 7, "bloch": [7, 13, 17, 18, 23], "math": [8, 9], "electr": [8, 14, 15], "nuclear": [8, 14, 15], "strength": [8, 9, 15, 17, 19, 21], "equilibrium": [8, 9, 10, 12, 14, 15], "i_z": [8, 23], "bmatrix": [8, 9, 12, 15, 23], "static": [8, 17], "m_z": [8, 9, 10, 12, 17, 18, 23], "radiofrequ": 8, "homogen": [8, 14, 15], "proton": [8, 17, 19, 22, 23], "spoil": [8, 17, 19], "gre": [8, 17, 19], "sin": [8, 9, 10, 11, 15, 19, 21], "theta": [8, 9, 10, 16, 17, 18, 19], "co": [8, 9, 10, 11, 15, 17, 19, 21], "ernst": [8, 10, 19], "theta_": [8, 10, 19], "prepar": [8, 17], "ir": [8, 10], "ti": [8, 10, 17], "iron": [8, 10, 14], "oxygen": [8, 10], "versu": [8, 10, 13], "deoxygen": [8, 10], "blood": [8, 10], "chemcial": 8, "environ": [8, 10, 24], "atom": [8, 10, 23], "local": [8, 10, 21], "consider": 8, "assum": [8, 13], "ppm": [8, 10, 15], "intra": 8, "spectral": 8, "agent": 8, "gadolinium": [8, 10], "gd": [8, 10], "shorten": [8, 10], "shape": [8, 16, 22], "int_0": [8, 13, 18, 19, 21], "tau": [8, 11, 13, 17, 18, 19, 21], "product": 8, "given": [8, 10, 17, 18, 21, 23], "tbw": [8, 18, 22], "thick": 8, "f_": [8, 10, 13, 18, 19], "z_": [8, 18], "turn": [8, 9, 15, 16, 17, 21, 23], "xr": [8, 17, 21], "wise": 8, "phi": [8, 11, 21], "yi": [8, 21], "t_y": [8, 21], "cumul": [8, 21], "area": [8, 10, 11, 17, 19, 21], "seq": [8, 19], "mea": [8, 19], "see": [8, 9, 10, 13, 14, 16, 19, 21, 23], "resolut": [8, 22], "rel": [8, 10, 11, 14, 15, 16, 19], "volumetr": 8, "coverag": 8, "multislic": [8, 17], "fse": 8, "tse": 8, "rare": 8, "subsequ": 8, "mai": [8, 17], "autocalibr": 8, "compress": [8, 17, 20], "sens": [8, 17, 20], "coeffici": [8, 11, 19], "deep": [8, 17], "learn": [8, 17], "dataset": [8, 17], "comparison": 8, "physicist": 9, "felix": 9, "who": 9, "won": 9, "nobel": 9, "prize": 9, "discoveri": 9, "phenomena": 9, "almost": 9, "behavior": [9, 13, 16, 18], "seen": [9, 10], "deriv": [9, 11, 13, 23], "kei": [9, 13, 15, 18], "respons": [9, 13, 18], "vast": 9, "major": [9, 10, 18, 19], "present": [9, 10, 11, 15, 21], "experi": [9, 10, 13, 15, 16, 19, 21, 23], "dt": [9, 10, 13, 18, 21, 22], "beavhior": 9, "longitudin": [9, 10, 17, 23], "lattic": [9, 10, 17, 23], "valuabl": [9, 23], "onlin": 9, "hand": [9, 15], "observ": [9, 11, 23], "neglect": [9, 13, 17, 21], "rightarrow": [9, 11], "infti": [9, 11, 21], "visual": [9, 18, 21, 23], "thin": 9, "5e3": 9, "1500": [9, 10], "mt": [9, 13, 15, 18], "unit": [9, 10, 12, 15, 18], "bloch_rot": [9, 18], "start": [9, 11, 13, 14, 17, 21, 23], "mstart": 9, "bstatic": 9, "1e": [9, 15], "ns": 9, "300": 9, "mall": [9, 23], "xlabel": [9, 10, 11, 13, 15, 18, 19, 21, 22, 23], "legend": [9, 10, 18, 19, 22, 23], "north": [9, 23], "boxoff": [9, 23], "5540": [9, 23], "oscil": [9, 15, 17, 22, 23], "orthogon": 9, "b_": [9, 15, 17], "energi": [9, 10, 14, 15, 18, 22, 23], "good": [9, 10, 12, 18], "progress": 9, "simplif": [9, 21], "f_0": [9, 10, 13, 15, 23], "stationari": 9, "represent": [9, 16, 17, 21], "now": [9, 13, 18, 21, 22, 23], "analysi": [9, 13], "durat": [9, 13, 17, 18, 19, 21], "45": [9, 17], "90": [9, 17, 18, 19], "default": [9, 23], "option": [9, 21], "Then": [9, 10, 13, 22], "button": [9, 23], "go": 9, "code": [9, 20, 21, 22], "creation": [9, 14], "gammabar": [9, 13, 18], "42": [9, 13, 18, 21, 22, 23], "58": [9, 13, 18, 21, 22], "khz": [9, 13, 15, 17, 18], "simplic": [9, 13], "f0": [9, 18], "m0": [9, 10, 18, 19, 23], "m_equilibrium": [9, 18], "paaramet": 9, "t_rf": 9, "linspac": [9, 10, 11, 15, 18, 19, 21, 22, 23], "4000": [9, 10], "rf_flip_angl": 9, "radian": [9, 17], "b10": [9, 18], "425": 9, "8713e": 9, "03": 9, "12": [9, 15, 17, 22], "513": 9, "omega_0": 9, "With": [9, 22], "ones": [9, 10, 11, 18, 21, 22], "northwest": 9, "192": 9, "clearli": 9, "438": 9, "equilibriuam": 9, "ultim": [9, 14], "orient": [9, 15, 23], "same": [9, 10, 13, 15, 17, 18], "shorthand": [9, 12], "adjust": [9, 23], "situat": [9, 13, 17], "millitesla": [9, 15], "tip": [9, 12, 16, 18, 23], "m_start": [9, 23], "bloch_rftip": 9, "bloch_relax": [9, 23], "1232e": 9, "17": 9, "0000e": 9, "00": 9, "num2str": [9, 10, 11, 15, 19], "657": 9, "rich": 10, "varieti": 10, "arguabl": [10, 18], "advantag": [10, 17, 18], "desir": [10, 18, 19], "intrins": 10, "molecular": 10, "signific": [10, 16], "precis": [10, 18], "quantum": 10, "human": [10, 17, 23], "divid": [10, 13, 15, 23], "liquid": [10, 14], "fluid": 10, "solid": 10, "cortic": 10, "bone": 10, "tendon": 10, "fibrosi": 10, "proteinac": 10, "organ": 10, "exchang": 10, "surround": [10, 15], "motion": [10, 17], "characterist": [10, 19], "transfer": [10, 20], "longer": [10, 17, 19], "lipid": [10, 22, 23], "shorter": [10, 13, 17, 19], "edema": 10, "lose": 10, "freedom": 10, "macromolecul": 10, "coupl": [10, 12], "alwai": [10, 14, 15, 17, 21, 23], "stronger": [10, 14, 15], "microscop": 10, "molecul": [10, 22], "macroscop": 10, "cannot": [10, 17, 23], "caus": [10, 14, 18, 23], "import": [10, 16, 18, 19], "deposit": [10, 14, 22], "presenc": [10, 18], "calcif": 10, "calcium": 10, "vs": [10, 18], "hemoglobin": 10, "vein": 10, "basi": [10, 21, 23], "bold": 10, "brain": 10, "matter": 10, "790": 10, "920": 10, "100": [10, 13, 14, 15, 17, 18], "cerebrospin": 10, "csf": 10, "2000": 10, "arteri": 10, "1200": 10, "50": [10, 15], "liver": 10, "parenchyma": 10, "490": 10, "lung": 10, "830": 10, "myocardium": 10, "870": 10, "skelet": 10, "muscl": 10, "260": 10, "handbook": 10, "800": [10, 19], "110": 10, "1300": 10, "3700": 10, "1700": 10, "1000": [10, 17], "30": 10, "400": [10, 19], "cartilag": 10, "pictur": 10, "therefor": [10, 14, 19, 21, 23], "control": [10, 18, 19], "se": [10, 17], "200": 10, "t2v": 10, "130": 10, "meshgrid": [10, 13, 18, 21], "s_te": 10, "int2str": [10, 13, 18, 19, 21], "150": 10, "mesh": [10, 13], "155": 10, "zlabel": [10, 21], "colorbar": [10, 15, 22], "incomplet": 10, "simplest": 10, "reach": 10, "2nd": [10, 21], "acqrui": 10, "maxim": 10, "evolut": 10, "ntr": 10, "500": [10, 22], "nt_per_tr": 10, "t_per_tr": 10, "t_minu": 10, "t_plu": 10, "mz_minu": 10, "mz_plu": 10, "ep": [10, 18], "mz_all": 10, "o": 10, "t1v": 10, "s_tr": 10, "2500": 10, "s_flip": 10, "By": [10, 15, 21], "Not": 10, "enough": [10, 14, 16], "therebi": 10, "discuss": [10, 15], "principl": [10, 13, 15], "smaller": [10, 15], "boost": 10, "leav": 10, "certain": [10, 14], "ratio": [10, 12, 15, 23], "zoom": 10, "delai": 10, "strategi": [10, 13], "null": 10, "stir": 10, "attenu": 10, "flair": 10, "flip1": 10, "flip2": 10, "750": 10, "mz1_minu": 10, "mz2_minu": 10, "mz1_plu": 10, "mz2_plu": 10, "t1_minu": 10, "t1_plu": 10, "t2_minu": 10, "t2_plu": 10, "evolv": [10, 22], "find": [10, 11, 22], "2001": 10, "4001": 10, "6001": 10, "751": 10, "2751": 10, "4751": 10, "s_ti": 10, "chelat": 10, "superparamagnet": 10, "oxid": 10, "wherev": 10, "quantifi": 10, "r_1": 10, "r_2": 10, "typiclali": 10, "l": [10, 11], "mmol": 10, "cm": [10, 15, 22], "concentr": 10, "mm": 10, "hydrogen": [10, 23], "exploit": 10, "isol": [10, 15], "peak": [10, 13, 18], "part": [10, 23], "million": 10, "220": 10, "hz": [10, 12, 13, 15, 17, 22, 23], "440": 10, "dixon": [10, 17], "realiti": [10, 16], "account": [10, 18, 19], "fatti": 10, "three": [10, 19], "circular": 10, "jinc": 10, "circl": 10, "circ": 10, "k_r": 10, "signal_gr": 10, "mrsignal_spoiled_gradient_echo": [10, 19], "contrast_phantom": 10, "nphan": 10, "xc": 10, "yc": 10, "25": 10, "1e3": [10, 13, 22], "06": 10, "64": [10, 11, 15], "ball": 10, "radiu": [10, 15], "20": [10, 18, 22], "160": 10, "3000": 10, "ky": [10, 13, 21], "coordin": 10, "ad": [10, 16, 17, 18], "individu": [10, 13, 15, 23], "exponenti": [10, 23], "displai": 10, "tan": 11, "funcion": 11, "ne": 11, "dx": 11, "ax": [11, 16], "ast": 11, "dirac": 11, "comb": 11, "sha": 11, "\u0448": 11, "rectangl": [11, 16], "sqcap": 11, "quad": 11, "linewidth": [11, 21], "normal": [11, 19], "intuit": [11, 13], "slid": 11, "nice": [11, 20], "unitari": 11, "ordinari": 11, "dk_x": 11, "k_y": [11, 13, 17, 21], "dy": 11, "f_x": 11, "f_y": 11, "finit": 11, "kspace": 11, "w_": [11, 17], "accord": [11, 17], "convolv": [11, 13], "notabl": 11, "decomposit": 11, "512": 11, "kxmax": 11, "128": 11, "kxmax_trunc": 11, "fftshift": [11, 18], "ifft": 11, "ifftshift": 11, "power": [11, 13, 14, 15, 17, 18, 19, 20, 21], "actual": [11, 16], "dft": 11, "x_n": 11, "k_n": 11, "formula": 11, "extend": [11, 19], "si": 12, "gyromagnet": [12, 15, 23], "g_y": [12, 17, 21], "g_z": [12, 17, 22], "b_x": [12, 15], "b_y": [12, 15], "b_z": [12, 15, 21], "jargon": 12, "intimid": [12, 13], "imped": 12, "luckili": 12, "radiopaedia": 12, "articl": 12, "abbrevi": 12, "vendor": 12, "com": 12, "serv1": 12, "php": 12, "cam": 12, "format": 13, "equiat": 13, "impact": [13, 19], "affect": [13, 19], "resonnac": 13, "obtain": 13, "int": 13, "reason": [13, 19], "clear": 13, "soon": [13, 21], "add": [13, 14, 15, 22], "easiest": 13, "c_n": 13, "s_n": 13, "receiev": 13, "integr": [13, 18, 19, 21], "upsilon": 13, "gxr": [13, 17], "kx0": 13, "upsilon_cartesian": 13, "tesp": 13, "dky": 13, "deadtim": 13, "tall": 13, "upsilon_epi": 13, "reshap": [13, 21], "planar": [13, 17, 21, 22], "corrupt": 13, "convolut": 13, "w_cartesian": 13, "w_epi": 13, "x0": 13, "height": 13, "outsid": [13, 18], "get": [13, 16, 23], "wors": 13, "speci": 13, "examin": [13, 19], "could": 13, "index": 13, "complic": 13, "gain": [13, 17, 19], "spiral": [13, 21], "radial": [13, 21], "look": [13, 14, 16, 17, 18, 23], "_0": [13, 21], "r_0": 13, "star": 13, "df": [13, 18, 22], "frfom": 13, "side": [13, 15, 19], "lobe": 13, "interpol": [13, 19], "write": 13, "version": [13, 22], "numer": [13, 19], "solver": 13, "graph": 13, "As": [13, 18, 23], "framework": [13, 21], "express": 13, "spread": [13, 18], "psf": 13, "impuls": 13, "boil": 13, "down": [13, 18, 23], "decompos": [13, 19], "m_i": 13, "w_i": 13, "sum_i": 13, "m_1": 13, "m_2": 13, "w_1": 13, "w_2": 13, "accur": 13, "thw": 13, "flow": [13, 21], "explor": 14, "deconstruct": 14, "insid": 14, "insight": 14, "loud": 14, "danger": 14, "metal": 14, "cut": 14, "greater": 14, "tesla": 14, "manget": [14, 23], "superconduct": 14, "alloi": 14, "bath": 14, "helium": 14, "dager": 14, "ferromagnet": [14, 17], "suck": 14, "antenna": 14, "electromagnet": [14, 15, 23], "perturb": [14, 15, 23], "releas": 14, "radio": [14, 15], "mhz": [14, 15, 17], "excitaiton": [14, 17], "thermal": [14, 23], "linearli": [14, 19, 21], "switch": [14, 15, 16, 18, 23], "current": 14, "exert": 14, "forc": 14, "lorentz": 14, "vibrat": 14, "place": [14, 15, 17, 23], "fiel": 14, "distinguish": 14, "critic": [15, 19], "summar": [15, 19], "mu": [15, 17, 23], "wire": 15, "govern": [15, 23], "maxwel": 15, "rule": 15, "link": 15, "solenoid": 15, "ensur": 15, "usual": [15, 16, 17], "convent": [15, 21, 23], "never": 15, "perfect": 15, "ll": 15, "05": [15, 21], "few": [15, 18, 20], "Their": 15, "00001": 15, "perpedicularli": 15, "plane": [15, 16, 17], "reactiv": 15, "capacitor": 15, "inductor": 15, "kw": 15, "mv": 15, "aris": [15, 17], "channel": 15, "put": [15, 19, 21], "i0": 15, "amp": 15, "mu0": 15, "401": 15, "bz": 15, "211": [15, 18, 22], "212": [15, 18, 22], "resons": 15, "event": 15, "amplifi": 15, "digit": 15, "tell": 15, "far": [15, 21], "birdcag": 15, "perpendicular": [15, 17, 23], "tailor": 15, "knee": 15, "abdomen": 15, "head": 15, "configur": [15, 17], "decoupl": 15, "detun": 15, "don": 15, "senit": 15, "move": [15, 17, 23], "brightest": 15, "biot": 15, "savart": 15, "law": 15, "flag_2d": 15, "bx": 15, "BY": 15, "xp": 15, "yp": [15, 21], "zp": 15, "loop_coil_field": 15, "quiver": [15, 21], "18": 15, "bmag": 15, "xhalf": 15, "chapter": [16, 23], "indic": 16, "conjunct": 16, "remeb": 16, "incred": [16, 21], "convei": 16, "experiment": 16, "speed": 16, "drawn": 16, "bracket": 16, "simlifi": 16, "crusher": 16, "destruct": 16, "instantan": 16, "slew": [16, 22], "trapezoid": 16, "read": [16, 17, 19, 21], "3t": 17, "5t": 17, "xrai": 17, "visibl": 17, "fm": 17, "am": 17, "proper": 17, "assign": 17, "conduct": 17, "calibr": 17, "isotop": 17, "1h": 17, "13": [17, 23], "19": [17, 23], "2h": 17, "diamagnet": 17, "paramagnet": 17, "immedi": 17, "equilibirum": 17, "lab": [17, 18], "frame": [17, 18], "flux": 17, "benefit": 17, "doesn": 17, "contribut": [17, 23], "highest": 17, "2e": 17, "pdw": 17, "t1w": 17, "t2w": 17, "additoin": 17, "daq": 17, "serv": 17, "mxy": [17, 21], "statement": 17, "true": 17, "overlap": 17, "prewind": 17, "\u03b8": 17, "twice": 17, "thinner": 17, "decreas": 17, "bw": [17, 18], "theorem": 17, "avoid": 17, "lowest": 17, "oversampl": 17, "3dft": 17, "anti": 17, "fov_x": 17, "none": 17, "stretch": [17, 18], "pile": 17, "bright": 17, "rapidli": 17, "robust": 17, "intravoxel": 17, "gather": 17, "databas": 17, "outer": 17, "amplif": 17, "acquist": 17, "Of": 17, "regardless": 17, "develop": 17, "000": 17, "decod": 17, "recurr": 17, "appl": 18, "equival": [18, 19, 21], "detail": 18, "distanc": 18, "absorb": 18, "heat": 18, "safeti": 18, "minim": 18, "sinusoid": 18, "002": 18, "tmax": 18, "rf_sinusoid": 18, "ft_sinusoid": 18, "imaginari": 18, "xlim": [18, 21], "tmat": 18, "dfmat": 18, "rf_all": 18, "rf_n": 18, "ft_n": 18, "fwidth": 18, "11": [18, 22], "rf_sinc": 18, "ft_sinc": 18, "gz": [18, 22], "poorli": 18, "uniformli": 18, "forth": [18, 23], "substanti": 18, "meanwhil": 18, "wide": [18, 19], "wherea": [18, 23], "360": 18, "address": 18, "impli": [18, 19], "shrunk": 18, "bwplot": 18, "IN": 18, "rf_shape": 18, "trf": 18, "bwrf": 18, "plai": 18, "notic": [18, 23], "sharper": 18, "But": [18, 19], "break": 18, "sophist": 18, "shinnar": 18, "le": 18, "roux": 18, "slr": 18, "dzrf": [18, 22], "isn": 18, "issu": 18, "themselv": 18, "subtli": 18, "degrad": 18, "inv": 18, "theoret": 19, "foundat": 19, "delta_i": 19, "delta_z": 19, "gaussian": 19, "root": 19, "sigma": 19, "downtim": 19, "intrigu": 19, "trdt1": 19, "01": 19, "1600": 19, "inf": 19, "theta_optim": 19, "snr_effici": 19, "it1": 19, "aco": 19, "ylim": [19, 21], "drop": 19, "stabl": 19, "finer": 19, "coarser": 19, "nativ": 19, "pad": 19, "nearbi": 19, "scale": [19, 22], "care": 19, "alon": [19, 21], "demonin": 19, "tread": 19, "snr_t2s_onesid": 19, "imax_onesid": 19, "snr_t2s_twosid": 19, "imax_twosid": 19, "disp": 19, "2806": 19, "4907": 19, "ve": 20, "favorit": 20, "focus": 20, "kmjohnson3": 20, "intro": 20, "python": 20, "jupyt": [20, 24], "introduct": 20, "mribri999": 20, "mrsignalsseq": 20, "cours": 20, "lectur": 20, "introductori": 20, "marku": 20, "nilsson": 20, "matlab": 20, "mikgroup": 20, "sigpi": 20, "packag": 20, "mrirecon": 20, "bart": 20, "toolbox": 20, "qmrlab": 20, "quantit": 20, "fit": 20, "ismrm": 20, "mrhub": 20, "hub": 20, "worth": 20, "brows": 20, "delv": [20, 23], "topic": 20, "stop": 21, "undo": 21, "k_z": [21, 22], "motiv": 21, "rather": 21, "textrm": 21, "i2": 21, "amaz": 21, "appropri": 21, "fact": 21, "regularli": 21, "1d": 21, "splot": 21, "kfe": 21, "phase_x": 21, "mxy_f": [21, 22], "drawnow": 21, "3rd": 21, "kpe": 21, "tpe": 21, "ip": 21, "phase_i": 21, "mxy_p": 21, "spatial_encoding_mxy_illustr": 21, "blade": 21, "kx_ep": 21, "ky_ep": 21, "k_theta": 21, "k_radial": 21, "201": [21, 22], "nturn": 21, "k_spiral": 21, "kz": 21, "plot3": [21, 22], "zlim": 21, "n_radial": 21, "asin": 21, "spectroscopi": 22, "relat": 22, "reveal": 22, "travers": 22, "psace": 22, "trick": 22, "compil": 22, "abr": 22, "mex": 22, "file": 22, "error": 22, "re": 22, "run": 22, "abrx": 22, "31": [22, 23], "column": 22, "trajectoi": 22, "nlobe": 22, "nspec": 22, "nramp": 22, "ramp": 22, "g1": 22, "gamp": 22, "95": 22, "mod": 22, "nrw": 22, "grw": 22, "cumsum": 22, "k_f": 22, "h_f": 22, "h_z": 22, "envelop": 22, "subpuls": 22, "4258": 22, "slewmax": 22, "15e3": 22, "gmax": 22, "20e": 22, "sbw": 22, "dz": 22, "10e": 22, "verse_frac": 22, "nspat": 22, "nwait": 22, "rfspec": 22, "gf": 22, "ab2ex": 22, "g_f": 22, "rfspat": 22, "min": 22, "ceil": 22, "floor": 22, "vers": 22, "rfspatv": 22, "isnan": 22, "g1z": 22, "mxy_z": 22, "flip_scal": 22, "rfscaleg": 22, "589": 22, "mxy_2d": 22, "m_xy": 22, "watch": 22, "behav": 23, "phenomenom": 23, "nucleu": 23, "angular": 23, "momentum": 23, "moment": 23, "act": 23, "respond": 23, "tyipcal": 23, "nuclei": 23, "primari": 23, "23": 23, "na": 23, "p": 23, "abund": 23, "absenc": 23, "randomli": 23, "ensembl": 23, "arrow": 23, "vertic": 23, "www": 23, "planck": 23, "63e": 23, "34": 23, "58e6": 23, "boltzmann": 23, "62e": 23, "ev": 23, "38e": 23, "temperatur": 23, "310": 23, "prefer": 23, "boltzman": 23, "uparrow": 23, "downarrow": 23, "kt": 23, "expon": 23, "strongli": 23, "analog": 23, "swing": 23, "your": 23, "leg": 23, "wrong": 23, "compassmr": 23, "compass": 23, "mode": 23, "slider": 23, "freq": 23, "uenci": 23, "new": 23, "checkbox": 23, "hit": 23, "push": 23, "needl": 23, "blue": 23, "trace": 23, "highlight": 23, "composit": 23, "last": 23, "mx": 23, "anaconda": 24, "prompt": 24, "FOR": 24, "conda": 24, "wintest": 24, "pip": 24, "instal": 24, "forg": 24, "octave_kernel": 24, "jb": 24, "booknam": 24, "runjb": 24, "quantecon": 24, "mini": 24, "seem": 24}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"acceler": [0, 8, 17], "imag": [0, 1, 3, 6, 8, 10, 17, 21], "method": [0, 8, 17], "learn": [0, 1, 2, 3, 4, 5, 6, 7, 9, 10, 13, 14, 15, 16, 18, 19, 21, 22, 23], "goal": [0, 1, 2, 3, 4, 5, 6, 7, 9, 10, 13, 14, 15, 16, 18, 19, 21, 22, 23], "gener": 0, "formul": 0, "mri": [0, 6, 7, 8, 10, 11, 12, 13, 14, 15, 17, 20, 21], "reconstruct": [0, 6, 17], "partial": [0, 6], "fourier": [0, 6, 11], "parallel": 0, "space": [0, 3, 6, 11, 12, 13, 21], "auto": 0, "calibr": 0, "k": [0, 3, 6, 11, 13, 21], "snr": [0, 17, 19], "artifact": [0, 1, 8, 17], "compress": 0, "sens": 0, "deep": 0, "requir": 0, "dl": 0, "refer": 0, "introduct": [1, 7], "comparison": 1, "displac": 1, "motion": 1, "flow": 1, "exampl": [1, 9, 10, 11], "alias": 1, "distort": 1, "t2": [1, 5, 10], "simul": [1, 5, 9, 15, 23], "field": [2, 12, 14, 15, 16, 21], "view": 2, "fov": [2, 17], "resolut": [2, 17, 19], "spatial": [2, 8, 17, 21, 22], "fast": [3, 8, 17], "puls": [3, 4, 5, 8, 9, 16, 17, 18, 22], "sequenc": [3, 5, 8, 16, 17], "multipl": 3, "spin": [3, 5, 8, 23], "echo": [3, 5], "rare": 3, "fse": 3, "tse": 3, "simplifi": [3, 16], "diagram": [3, 16], "paramet": [3, 16], "tradeoff": 3, "planar": 3, "epi": 3, "gradient": [3, 5, 14, 15, 16, 21], "spoiler": 3, "crusher": 3, "rf": [3, 4, 8, 9, 14, 15, 16, 17, 18, 22], "spoil": 3, "type": 3, "fun": 4, "adiabat": 4, "pretti": 4, "pictur": 4, "ge": 5, "gre": 5, "off": [5, 13, 18], "reson": [5, 13, 15, 18, 23], "effect": [5, 21], "refocus": 5, "visual": 5, "se": 5, "sort": 6, "data": [6, 11, 13, 16, 19, 21], "transform": [6, 11], "principl": 7, "get": 7, "start": 7, "cours": 7, "lectur": 7, "us": 7, "educ": 7, "resourc": [7, 20], "code": 7, "acknowledg": 7, "kei": [8, 16], "concept": [8, 11], "equat": [8, 9, 13, 19, 23], "background": 8, "materi": 8, "mr": [8, 17], "physic": [8, 17, 23], "system": [8, 14, 15, 17], "experi": [8, 14], "contrast": [8, 10, 17], "In": 8, "vivo": 8, "encod": [8, 17, 21], "characterist": [8, 17], "ft": [8, 21], "bloch": 9, "THE": 9, "precess": [9, 23], "excit": [9, 15, 16, 18, 23], "constant": 9, "amplitud": 9, "lab": 9, "versu": [9, 18, 19], "rotat": 9, "frame": 9, "common": 9, "flip": [9, 10, 18], "angl": [9, 10, 18], "relax": [9, 13, 23], "what": 10, "determin": 10, "t1": 10, "valu": 10, "typic": 10, "1": 10, "5": 10, "t": [10, 14, 15], "3": 10, "te": 10, "tr": [10, 19], "90": 10, "degre": 10, "proton": 10, "densiti": 10, "weight": [10, 13], "pd": 10, "invers": [10, 11], "recoveri": 10, "agent": 10, "fat": 10, "water": 10, "simpl": 10, "phantom": 10, "challeng": 10, "yourself": 10, "math": 11, "complex": 11, "number": 11, "impuls": 11, "function": 11, "train": 11, "sampl": [11, 16], "other": 11, "convolut": 11, "2": 11, "d": 11, "n": 11, "dualiti": 11, "separ": 11, "ident": 11, "pair": 11, "truncat": 11, "point": 11, "spread": 11, "psf": 11, "analysi": 11, "discret": 11, "notat": 12, "terminolog": 12, "definit": 12, "posit": 12, "net": 12, "magnet": [12, 14, 15, 16, 19, 21, 23], "acronym": 12, "glossari": 12, "The": [13, 14, 16], "signal": [13, 15, 19, 21], "ideal": 13, "ad": 13, "coil": [13, 14, 15, 17], "sensit": [13, 15], "dure": 13, "acquisit": [13, 16, 19], "chemic": 13, "shift": [13, 18], "complet": 13, "compon": [14, 16], "scanner": 14, "main": [14, 15], "b_0": [14, 15], "radiofrequ": [14, 15], "b_1": [14, 15], "vec": [14, 15], "r": [14, 15], "g": [14, 15], "fundament": 14, "procedur": 14, "loop": 15, "current": 15, "transmit": 15, "tx": 15, "receiv": 15, "rx": 15, "recept": 15, "creat": 15, "reciproc": 15, "profil": 15, "element": 15, "local": 16, "g_x": 16, "g_y": 16, "g_z": 16, "window": 16, "daq": 16, "annot": 16, "question": 17, "properti": 18, "time": [18, 19], "bandwidth": 18, "product": 18, "slice": 18, "thick": 18, "specif": 18, "absorpt": 18, "rate": 18, "select": 18, "hard": 18, "shape": 18, "On": 18, "design": [18, 22], "high": 18, "nois": 19, "ratio": 19, "depend": 19, "voxel": 19, "volum": 19, "transvers": 19, "effici": 19, "post": 19, "process": 19, "upsampl": 19, "downsampl": 19, "t_2": 19, "decai": 19, "softwar": 20, "from": 21, "cartesian": 21, "frequenc": [21, 23], "phase": 21, "trajectori": 21, "spectral": 22, "nuclear": 23, "polar": 23, "equilibrium": 23, "fraction": 23}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 6, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx": 56}})
\ No newline at end of file