Demo plugin to show very basic integration of girder and XTK
- install plugins and its prerequisites:
cd /path/to/girder/plugins
git clone https://github.com/zachmullen/xtk_demo
cd xtk_demo
npm install
cd /path/to/girder
grunt
- enable the plugin through the Admin Console
-
upload data. For example
MRHead.nrrd
-
Add
XTK
metadata to newly created item.
Possible value for XTK
metadata are:
{"type": "volume"}
{"type": "volume2d"}
{"type": "mesh"}
Note: mesh
type will not work for MRHead.nrrd
- Refresh the page. Et voila.