Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.01 KB

README.md

File metadata and controls

50 lines (29 loc) · 1.01 KB

xtk_demo

Demo plugin to show very basic integration of girder and XTK

Installation

  1. 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
  1. enable the plugin through the Admin Console

girder-enable-xtk-plugin

  1. upload data. For example MRHead.nrrd

  2. 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

  1. Refresh the page. Et voila.

Examples

Type: volume

girder-xtk-type-volume

Type: volume2d

girder-xtk-type-volume2d