@@ -10,17 +10,17 @@ An installation of Python and Paraview is needed. Packages listed in individual
## Usage
Your data folder should contain:
1) a folder named "dicom_input" with the dicom files of 4D flow sequence
1) folder named "dicom_input" with the dicom files of 4D flow sequence
2) a folder named "mesh"
2) folder named "mesh"
3) an STL file with the vessel segmentation named "Segmentation.stl" in the "mesh" folder
3) STL file with the vessel segmentation named "Segmentation.stl" in the "mesh" folder
4) a VTK file with the vessel segmentation named "Mesh" in the "mesh" folder
4) VTK file with the vessel segmentation named "Mesh" in the "mesh" folder
5) a VTK file with the centerline named "Centerline" in the "mesh" folder.
5) VTK file with the centerline named "Centerline" in the "mesh" folder.
6) a "measurement_info" file with numbers of flow sequence series and with signs of velocity encoded directions.
6) "measurement_info" file with numbers of flow sequence series and with signs of velocity encoded directions.
The "Segmentation", "Mesh" and "Centerline" files are obtaind with the software Slicer (https://www.slicer.org/) using SegmentMesher (for "Mesh") and Vascular Modeling Toolkit (for "Centerline").