Difference between revisions of "Developer Meetings/20150224"

From Slicer Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
* Scene views and MRBs, specifically regarding fiducials [http://www.na-mic.org/Bug/view.php?id=3956 as described in this issue.]
 
* Scene views and MRBs, specifically regarding fiducials [http://www.na-mic.org/Bug/view.php?id=3956 as described in this issue.]
** Fiducials have transitioned back to being stored on disk in files (one per list) rather than in the mrml scene file. This means that when they appear in scene views, the data that is stored on disk does not get updated on scene view restore, so fiducial position, visibility etc don't change. This highlights the issues in [http://www.na-mic.org/Bug/view.php?id=2816 this issue] about having to be either more clear about what scene views are (currently restrictued to viewing options), or changing Slicer to support different data in scene views (updated models, changed volumes, moved fiducials, etc).
+
** Fiducials have transitioned back to being stored on disk in files (one per list) rather than in the mrml scene file. This means that when they appear in scene views, the data that is stored on disk does not get updated on scene view restore, so fiducial position, visibility etc don't change. This highlights the issues in [http://www.na-mic.org/Bug/view.php?id=2816 this issue] about having to be either more clear about what scene views are (currently restrictued to viewing options), or changing Slicer to support different data in scene views (updated models, changed volumes, moved fiducials, etc). This would at the minimum require:
 +
*** on scene view creation/save to disk creating unique file names for storage nodes in the scene views
 +
*** on scene view restore, triggering read from disk to update data
  
 
== Conclusion ==
 
== Conclusion ==

Revision as of 22:20, 23 February 2015

Home < Developer Meetings < 20150224

To discuss

  • Scene views and MRBs, specifically regarding fiducials as described in this issue.
    • Fiducials have transitioned back to being stored on disk in files (one per list) rather than in the mrml scene file. This means that when they appear in scene views, the data that is stored on disk does not get updated on scene view restore, so fiducial position, visibility etc don't change. This highlights the issues in this issue about having to be either more clear about what scene views are (currently restrictued to viewing options), or changing Slicer to support different data in scene views (updated models, changed volumes, moved fiducials, etc). This would at the minimum require:
      • on scene view creation/save to disk creating unique file names for storage nodes in the scene views
      • on scene view restore, triggering read from disk to update data

Conclusion