https://github.com/dannixon/vtkjs_volume_demo
https://github.com/dannixon/vtkjs_volume_demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dannixon/vtkjs_volume_demo
- Owner: DanNixon
- Archived: true
- Created: 2019-02-14T13:37:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T13:58:51.000Z (over 6 years ago)
- Last Synced: 2025-03-24T19:53:55.179Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# VTK.js volume demo
## Data
Add the output of a Savu reconstruction in the `data` directory and change the
filename used in `static/demo.html`.## Running
With Docker:
```sh
./run.sh
```Without Docker:
```sh
pip install -r requirements.txt
./server.py
```A page will be served at `localhost:5000/demo.html` which renders the volume in
the final output of the data file provided.