Give the input python-file as the first positional argument when calling main.py (see examples of the input files in input/). The pressure-temperature points can also be defined on the command line (i ...
📂 Project Structure ├── data/ # DICOM CT slices ├── main.py # Main application ├── renderer.py # VTK volume rendering logic ├── gui.py ...