File tree Expand file tree Collapse file tree 4 files changed +47
-1
lines changed Expand file tree Collapse file tree 4 files changed +47
-1
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ Algorithm Analysis Figures
2
+ ===========
3
+
4
+ .. raw :: html
5
+
6
+ <!DOCTYPE html>
7
+ <html lang =" en" >
8
+ <head >
9
+ <meta charset =" UTF-8" >
10
+ <meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
11
+ <title >Algorithm Analysis Figures</title >
12
+ <style >
13
+
14
+ embed {
15
+ width : 90% ;
16
+ margin-bottom : 4rem ;
17
+ height : 100vh ;
18
+ }
19
+ </style >
20
+ </head >
21
+ <body >
22
+ <h4 >Diffusion grid for limited algorithms:</h4 >
23
+ <embed src =" _static/Figures/D_limited.pdf" type =" application/pdf" frameborder =" 0" scrolling =" auto" >
24
+ <h4 >Diffusion grid for all algorithms:</h4 >
25
+ <embed src =" _static/Figures/D.pdf" type =" application/pdf" frameborder =" 0" scrolling =" auto" >
26
+
27
+ <h4 >Perfusion grid for limited algorithms:</h4 >
28
+ <embed src =" _static/Figures/Dp_limited.pdf" type =" application/pdf" frameborder =" 0" scrolling =" auto" >
29
+ <h4 >Perfusion grid for all algorithms:</h4 >
30
+ <embed src =" _static/Figures/Dp.pdf" type =" application/pdf" frameborder =" 0" scrolling =" auto" >
31
+
32
+ <h4 >Perfusion fraction grid for limited algorithms:</h4 >
33
+ <embed src =" _static/Figures/f_limited.pdf" type =" application/pdf" frameborder =" 0" scrolling =" auto" >
34
+ <h4 >Perfusion fraction grid for all algorithms:</h4 >
35
+ <embed src =" _static/Figures/f.pdf" type =" application/pdf" frameborder =" 0" scrolling =" auto" >
36
+
37
+ <h4 >Fitted curves:</h4 >
38
+ <embed src =" _static/Figures/fitted_curves.pdf" type =" application/pdf" frameborder =" 0" scrolling =" auto" >
39
+ <h4 >Curve plot:</h4 >
40
+ <embed src =" _static/Figures/curve_plot.pdf" type =" application/pdf" frameborder =" 0" scrolling =" auto" >
41
+ <h4 >Algorithm Fitting duration:</h4 >
42
+ <embed src =" _static/Figures/durations.pdf" type =" application/pdf" frameborder =" 0" scrolling =" auto" >
43
+
44
+ </body >
45
+ </html >
Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ Welcome to TF2.4 IVIM MRI Code Collection's documentation!
7
7
==========================================================
8
8
9
9
.. toctree ::
10
- :maxdepth: 2
10
+ :maxdepth: 4
11
11
:caption: Contents:
12
12
13
+ figures
13
14
modules
14
15
15
16
Indices and tables
You can’t perform that action at this time.
0 commit comments