Difference between revisions of "AHM2009:NITRC and Slicer"

From NAMIC Wiki
Jump to: navigation, search
Line 14: Line 14:
 
*** [http://www.slicer.org/slicerWiki/index.php/Slicer3:UIDesign:WorkingProblems:ModuleManagementWizard:Draft1 UIDesign Mockups]
 
*** [http://www.slicer.org/slicerWiki/index.php/Slicer3:UIDesign:WorkingProblems:ModuleManagementWizard:Draft1 UIDesign Mockups]
 
** CMake Configurations for Building Outside of Slicer Tree
 
** CMake Configurations for Building Outside of Slicer Tree
 +
** example [http://www.nitrc.org/plugins/scmsvn/viewcvs.php/trunk/Slicer3ExampleModules/Loadable/?root=slicer3examples]
 
** Module Discovery Process
 
** Module Discovery Process
 
*** Command Line Modules
 
*** Command Line Modules

Revision as of 14:58, 6 January 2009

Home < AHM2009:NITRC and Slicer

Back to AHM_2009

Breakout session Moderator: Steve Pieper

Agenda:

  • Review of Goals ( NA-MIC Presentation to NITRC AHM June 30, 2008).
  • Issues
    • Need to have compile extensions with same configuration as slicer
    • Need to make it easy for users to find and manage extensions
  • Current Developments
    • User Experience
    • CMake Configurations for Building Outside of Slicer Tree
    • example [1]
    • Module Discovery Process
      • Command Line Modules
      • Loadable Interactive Modules
      • Scripted Modules
    • Extension Build System
./Scripts/extend.tcl --verbose --clean
./Scripts/lsext.tcl -b darwin-x86 -d 2008-12-30 --verbose
  • Discussion of TODO Items
    • Module Dependencies
    • Persistence of Module Installations Across Updates (auto-update feature for slicer3)
    • Grouping of Related Modules
    • Test Data for Modules
    • Avoid Restart and/or Save Dialog before restart

References: