Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Oct 1, 2024
1 parent 5c65f1c commit 3654b28
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
13 changes: 7 additions & 6 deletions 2 T1 Mapping/1-2 Variable Flip Angle/02-VFA_SignalModelling.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ Signal curves estimated using Bloch simulations for three categories of signal s
:::
```{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 1.
````{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 1.
:class: tip, dropdown
```octave
Expand Down Expand Up @@ -112,10 +113,10 @@ end
```

```
````
```{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 3.
````{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 3.
:class: tip, dropdown
```octave
Expand Down Expand Up @@ -172,10 +173,10 @@ end
```
```
````


```{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 4.
````{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 4.
:class: tip, dropdown
```octave
Expand Down Expand Up @@ -247,7 +248,7 @@ for ii = 1:length(Nex_range)
end
```
```
````

```{admonition} References
:class: seealso
Expand Down
14 changes: 8 additions & 6 deletions 2 T1 Mapping/1-2 Variable Flip Angle/03-VFA_DataFitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Example variable flip angle dataset and B<sub>1</sub> map of a healthy adult bra
:::


```{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 5.
````{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 5.
:class: tip, dropdown
```octave
Expand Down Expand Up @@ -161,10 +161,10 @@ signal_WM_div_sin = signal_WM ./ sind(params_highres.EXC_FA);
signal_WM_div_tan = signal_WM ./ tand(params_highres.EXC_FA);
```
```
````


```{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 6.
````{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 6.
:class: tip, dropdown
```octave
Expand Down Expand Up @@ -267,9 +267,10 @@ std_T1_noB1Correction = std(FitResults_noB1Correction.T1);
std_T1_withB1Correction = std(FitResults_withB1Correction.T1);
```
```
````


```{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 7.
````{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 7.
:class: tip, dropdown
```octave
Expand Down Expand Up @@ -335,7 +336,8 @@ FA_20 = imrotate(squeeze(VFAData(:,:,:,2).*Mask),-90);
B1map = imrotate(squeeze(B1map.*Mask),-90);
```
```
````


```{admonition} References
:class: seealso
Expand Down

0 comments on commit 3654b28

Please sign in to comment.