Difference between revisions of "Summer2009:Using client server paradigm with python and slicer"

From NAMIC Wiki
Jump to: navigation, search
(Created page with '__NOTOC__ <gallery> Image:PW2009-v3.png|Project Week Main Page </gallery> ==Key Investigators== * BWH: Julien de Siebenthal, Sylvain Bouix <div st...')
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<gallery>
 
<gallery>
Image:PW2009-v3.png|[[2009_Summer_Project_Week|Project Week Main Page]]
+
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Project Week Main Page]]
 
</gallery>
 
</gallery>
  

Revision as of 02:39, 22 June 2009

Home < Summer2009:Using client server paradigm with python and slicer


Key Investigators

  • BWH: Julien de Siebenthal, Sylvain Bouix

Objective

We are interested to run intensive tasks from the Slicer python directly.

Approach, Plan

Our approach is to defer intensive computational task into another process communicating remotely with the Slicer process.

During the summer week, we will discuss improvements on the current implementation and possibly other approaches that could complement ours.

Progress

Software for enabling a client-server paradigm is done. It uses basic socket mechanism for that purpose and was tested successfully. It mimics CLI modules written in C++.


References