interactive-ucla-expirements
v0.2.1
Published
Interact with expirements from UCLA Neurocardiology Center
Downloads
15
Maintainers
Readme
Tehsurfer/MPB
A Web viewer for viewing ECG data stored in Blackfynn on a fitted 3D model of the heart exported from Zinc
The purpose of this web viewer is to be able to explore data in a 3D shareable environment. Hopefully this will allow for conceptualisations of such data in browser.
View the latest online version at: https://blackfynnpythonlink.ml/hoverGraph/MPB/
Devloper Installation
git clone https://github.com/Tehsurfer/Data-Registration-Portal.git
- Install Node.js if you do not have it (check using
npm -v
) - Navigate to the /MPB directory and:
npm install
npm run build
Open simple_heart/index.html in Firefox
OR
Use
python -m http.server
Go to http://0.0.0.0:8000/simple_heart/index.html with Chrome