Difference between revisions of "Documentation/Labs/SampleDataModuleImprovements"

From Slicer Wiki
Jump to: navigation, search
Line 20: Line 20:
  
 
== Initial discussions ==
 
== Initial discussions ==
 +
 +
* Add <tt>setCategoryVisible(visble)</tt> function to <tt>SampleData.SampleDataWidget</tt>

Revision as of 19:53, 10 June 2019

Home < Documentation < Labs < SampleDataModuleImprovements

Overview

As part of the SALT project we are working on improving the Sample Data module as a way to help new SALT users jump-start using our software. The first person to suggest this was Andras Lasso

The plan involves:

  1. Improving the infrastructure of the Sample Data module, so it is possible to hide the default datasets in the Module.
  2. Improve the infrastructure of the Sample Data module so it can be included in modules as a tab
  3. Add custom datasets to the Sample Data Module in SALT

Team

  • JC Fillon-Robin
  • Bea Paniagua
  • Jared Vicory
  • Mateo Lopez (UNC)

Definitions

Initial discussions

  • Add setCategoryVisible(visble) function to SampleData.SampleDataWidget