Difference between revisions of "Project Week/Template"
From NAMIC Wiki
(13 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<gallery> | <gallery> | ||
− | Image:PW- | + | Image:PW-MIT2013.png|[[2013_Summer_Project_Week#Projects|Projects List]] |
</gallery> | </gallery> | ||
==Key Investigators== | ==Key Investigators== | ||
− | * | + | * GRC: Rui Li, Jim Miller |
− | * | + | * Kitware: Jean-Christophe Fillion-Robin |
+ | * Isomics: Steve Pieper | ||
<div style="margin: 20px;"> | <div style="margin: 20px;"> | ||
Line 12: | Line 13: | ||
<h3>Objective</h3> | <h3>Objective</h3> | ||
− | + | Python embedding library to manage calling python functions from C++. This will eliminate the code duplication in Slicer. | |
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
</div> | </div> | ||
Line 20: | Line 26: | ||
<h3>Approach, Plan</h3> | <h3>Approach, Plan</h3> | ||
− | + | Discuss with Jc and Steve regarding how to incorporate into Slicer. Currently it | |
+ | is used as a downloadable library during superbuild, similar to SlicerExecutionModel. | ||
</div> | </div> | ||
Line 33: | Line 40: | ||
==Delivery Mechanism== | ==Delivery Mechanism== | ||
− | + | https://github.com/grclirui/PythonCppAPI.git | |
− | |||
− |
Latest revision as of 03:03, 18 June 2013
Home < Project Week < TemplateKey Investigators
- GRC: Rui Li, Jim Miller
- Kitware: Jean-Christophe Fillion-Robin
- Isomics: Steve Pieper
Objective
Python embedding library to manage calling python functions from C++. This will eliminate the code duplication in Slicer.
Approach, Plan
Discuss with Jc and Steve regarding how to incorporate into Slicer. Currently it is used as a downloadable library during superbuild, similar to SlicerExecutionModel.