|
a |
|
b/README.txt |
|
|
1 |
-------------------------------------------------------------------------------- |
|
|
2 |
This file summarises the repository data and informs the repositories for the source |
|
|
3 |
code used associated with the results presented in the manuscript "Parallel generation |
|
|
4 |
of extensive vascular networks with application to an archetypal human kidney model" |
|
|
5 |
by L.F.M. Cury, G.D. Maso Talou, M. Younes-Ibrahim and P.J. Blanco. |
|
|
6 |
|
|
|
7 |
For further details contact: |
|
|
8 |
g.masotalou@auckland.ac.nz |
|
|
9 |
or |
|
|
10 |
pjblanco@lncc.br |
|
|
11 |
-------------------------------------------------------------------------------- |
|
|
12 |
Directory structure for this repository: |
|
|
13 |
Root directory: where our explanatory files are located. |
|
|
14 |
\->CCO: Location for ".cco" files. |
|
|
15 |
\->CSV: Location for ".csv" files. |
|
|
16 |
\->ODS: Location for ".ods" files. |
|
|
17 |
\->Param: Location for ".param" files. |
|
|
18 |
\->VTK: Location for ".vtk" files. |
|
|
19 |
\->VTP: Location for ".vtp" files. |
|
|
20 |
-------------------------------------------------------------------------------- |
|
|
21 |
We explain our files types in their corresponding README files: |
|
|
22 |
README_CCO_TYPE01.txt and README_CCO_TYPE02.txt for .cco files. These are plain |
|
|
23 |
text files used by the VItA library. |
|
|
24 |
README_CSV_TYPE01.txt README_CSV_TYPE02.txt. These are plain text files for |
|
|
25 |
tabular data. |
|
|
26 |
README_ODS.txt. These are open-standard spreadsheet data. |
|
|
27 |
README_PARAM.txt. These are plain text files used as parameters for our source |
|
|
28 |
code. |
|
|
29 |
README_VTK.txt. These are plain text or binary files used by Paraview. |
|
|
30 |
README_VTP.txt. These are a binary XML file used by Paraview. |
|
|
31 |
-------------------------------------------------------------------------------- |
|
|
32 |
In fileRelationship.txt we explain the relationship between the files in this |
|
|
33 |
repository describing how they were used in out article. |
|
|
34 |
-------------------------------------------------------------------------------- |
|
|
35 |
In listCCO.txt we describe each file in the "CCO/" directory. |
|
|
36 |
In listCSV.txt we describe each file in the "CSV/" directory. |
|
|
37 |
In listODS.txt we describe each file in the "ODS/" directory. |
|
|
38 |
In listParam.txt we describe each file in the "Param/" directory. |
|
|
39 |
In listVTK.txt we describe each file in the "VTK/" directory. |
|
|
40 |
In listVTP.txt we describe each file in the "VTP/" directory. |
|
|
41 |
-------------------------------------------------------------------------------- |
|
|
42 |
|
|
|
43 |
-------------------------------------------------------------------------------- |
|
|
44 |
Software used for generation and analysis of this dataset. |
|
|
45 |
-------------------------------------------------------------------------------- |
|
|
46 |
CMake |
|
|
47 |
-------------------------------------------------------------------------------- |
|
|
48 |
A working version of CMake is required to compile and install VTK and VItA. |
|
|
49 |
It is available at <https://cmake.org/download/>. |
|
|
50 |
-------------------------------------------------------------------------------- |
|
|
51 |
VTK |
|
|
52 |
-------------------------------------------------------------------------------- |
|
|
53 |
A working install of VTK 8.1.2 is required. |
|
|
54 |
The main repository is available at |
|
|
55 |
<https://gitlab.kitware.com/vtk/vtk> |
|
|
56 |
and the specific version at |
|
|
57 |
<https://gitlab.kitware.com/vtk/vtk/-/tree/v8.1.2>. |
|
|
58 |
The authors are keeping a fork of the repo at |
|
|
59 |
<https://github.com/lfmc/VTK> |
|
|
60 |
and the specific version at |
|
|
61 |
<https://github.com/lfmc/VTK/tree/Cury2021_et_al_PDCCO>. |
|
|
62 |
-------------------------------------------------------------------------------- |
|
|
63 |
VItA |
|
|
64 |
-------------------------------------------------------------------------------- |
|
|
65 |
Next, install the VItA library branch containing our implementations of DCCO and PDDCO. |
|
|
66 |
The master branch is kept at |
|
|
67 |
<https://github.com/GonzaloMaso/VItA> |
|
|
68 |
and the tag used in this work is at |
|
|
69 |
<https://github.com/lfmc/VItA/tree/Cury2021_et_al_PDCCO>. |
|
|
70 |
-------------------------------------------------------------------------------- |
|
|
71 |
ParaView |
|
|
72 |
-------------------------------------------------------------------------------- |
|
|
73 |
We used ParaView v5.8 to visualize vascular trees saved as .vtp files. |
|
|
74 |
-------------------------------------------------------------------------------- |
|
|
75 |
Plotting |
|
|
76 |
-------------------------------------------------------------------------------- |
|
|
77 |
Our plots were generated with: |
|
|
78 |
1. Python 3.8.5 |
|
|
79 |
2. Pandas 1.1.3 |
|
|
80 |
3. Numpy 1.19.2 |
|
|
81 |
4. Matplotlib 3.3.2 |
|
|
82 |
-------------------------------------------------------------------------------- |