Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.66 KB

File metadata and controls

40 lines (24 loc) · 1.66 KB

Back to Projects List

Uploading and Downloading a Scene from Slicer to Girder

Key Investigators

  • Michael Grauer - (Kitware, Inc. @mgrauer)
  • Tamas Ungi - (Perk Lab @ungi)
  • Jean-Christophe Fillion-Robin - (Kitware, Inc. @jcfr)
  • Pierre Assemat - (Kitware, Inc. @[email protected])

Project Description

This will be a mini-project to upload and download a scene from Slicer to a Girder instance using the Girder API.

As mgrauer will only be at project week Monday and Tuesday, this will have to start on those days.

Objective

  1. Provide an example of calling the Girder API from Slicer

Approach and Plan

  1. Use the Girder server created as an example for the project week
  2. Install girder-client package for Slicer Python
  3. Add a Slicer module that saves the scene and uploads the scene file to the Girder server

Progress and Next Steps

  1. girder-client is currently not part of Slicer's Python, but can be installed, see this guide
  2. This module saves current Slicer scene and uploads it to the example Girder (ask API key from @mgrauer or install your own Girder)

Illustrations

image

Background and References