View Issue Details

IDProjectCategoryView StatusLast Update
0000044Slicer3Base Codepublic2010-03-23 13:14
Reporterlauren Assigned Tonicole  
PriorityhighSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Summary0000044: scalar display for models
Description

Hi guys,
Here is the feature request for what we discussed.

--- color by cell scalars (one component and RGB)
--- color by point scalars (one component and RGB)

Thanks!!
-Lauren

TagsNo tags attached.

Activities

alexy

alexy

2007-03-19 10:25

developer   ~0000051

color polydata (Models) by cell/point component has been implemented by Nicole. We need to figure out how to deal with RGB components.

nicole

nicole

2007-03-29 08:40

administrator   ~0000084

New code is in the MRML library to support cell and point scalars.
Can you give me an example of an RGB scalar overlay that's not working with the current code base?
(more work on FreeSurfer scalar overlays may lead me to fix RGBA overlay display for multiple scalar fields, not sure on the time line though)

nicole

nicole

2007-04-19 07:00

administrator   ~0000092

vktMRMLModelNode::CompositeScalars now available, works on point scalars right now.

pieper

pieper

2007-11-20 10:25

administrator   ~0000166

Should be tested for cell scalars, but has been implemented.

nicole

nicole

2007-11-23 08:57

administrator   ~0000175

Have a test case for cell scalars, updated the viewer widget.
Now can select scalars from the drop down menu in the Models module display widget and have the display switch between colouring by point scalars and cell scalars.

2007-11-23 08:58

 

tract-celldata.vtk.zip (604,945 bytes)
nicole

nicole

2007-12-04 10:42

administrator   ~0000195

Last edited: 2007-12-04 10:46

Implementing the cell and point scalars introduced a problem with scalars on the tractography module's fibre bundle nodes. A work around was checked into the code for the vtkSlicerViewerWidget (if node is a fibre bundle, don't do anything), working to try and find what setting is the culprit.
http://www.na-mic.org/ViewVC/index.cgi/trunk/Base/GUI/vtkSlicerViewerWidget.cxx?r1=4920&r2=4982
To test future fixes:
Modules->Tractography->DisplayLoadSave
Load Tractography button
browse to Slicer3\Modules\Tractography\Testing\TestData\tract_00006_Tensors.vtk
Make sure the display pane has visibility set for lines and glyphs, set glyph type to ellipsoid, colour by FA with the rainbow colour node - should see very colourful tracts.

Issue History

Date Modified Username Field Change
2007-02-14 08:00 lauren New Issue
2007-03-19 10:25 alexy Note Added: 0000051
2007-03-19 10:25 alexy Assigned To => nicole
2007-03-19 10:25 alexy Status new => assigned
2007-03-29 08:40 nicole Note Added: 0000084
2007-04-19 07:00 nicole Note Added: 0000092
2007-11-20 10:25 pieper Note Added: 0000166
2007-11-23 08:57 nicole Note Added: 0000175
2007-11-23 08:58 nicole File Added: tract-celldata.vtk.zip
2007-12-04 10:42 nicole Note Added: 0000195
2007-12-04 10:46 nicole Note Edited: 0000195
2010-03-23 13:14 nicole Status assigned => closed
2010-03-23 13:14 nicole Resolution open => fixed