View Issue Details

IDProjectCategoryView StatusLast Update
0001875Slicer4Core: GUIpublic2017-06-10 08:51
Reporterkikinis Assigned Tofinetjul  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
PlatformAppleOSOS XOS Version10.7.3
Product VersionSlicer 4.0.1 
Target VersionSlicer 4.4.0Fixed in VersionSlicer 4.4.0 
Summary0001875: strange behavior of the volume module
Description
  1. load dwi volume in nrrd format (Users/rkikinis/Downloads/2011-12-14-AMIGO-Neuro/DWI.nhdr)
  2. go into the volume module
  3. try to open the help tab under help and acknowledgements

Any action results in a beachball display for about 20-30 seconds, effectively making Slicer unusable.

As an aside: help points to the help for the diffusion editor, but that editor does not appear to be available.

TagsNo tags attached.

Activities

2012-04-09 04:05

 

pieper

pieper

2012-04-09 04:24

administrator   ~0003982

That delay is almost certainly the histogram calculation - which is a shame because the histogram isn't visible by default. It would be better to do a lazy evaluation of it, possibly in a thread.

kikinis

kikinis

2012-04-09 04:26

developer   ~0003983

upon further experimentation, I found out that the beachball occurs after I make the histogram visible. This should be either removed or made more responsive.

finetjul

finetjul

2012-04-09 04:53

administrator   ~0003984

The slow down is the reason why the histogram is hidden by default. The slow computation only happens when the histogram is visible.

The histogram view is implemented with Qt. It needs to be done with VTK charts.

nicole

nicole

2014-03-06 10:50

administrator   ~0011257

I Just tested this with the SampleData nrrd DWI file, it took a long time to download but going into the Volumes module, the module opened quickly and the histogram showed quickly as well.
Ron are you still seeing this problem?

kikinis

kikinis

2014-03-06 11:15

developer   ~0011265

Confirmed that the crash does not happen any longer. However, the reference in the help message about the diffusion editor still needs taken care of.

nicole

nicole

2014-03-06 13:08

administrator   ~0011293

Updated documentation to remove references to Diffusion Editor in svn 22928:
http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=22928

Related Changesets

Import 2017-06-07 23:51:09: master 72e3fcc2

2014-03-06 18:06:13

naucoin

Details Diff
STYLE: remove outdated documentation

Removed references to the Diffusion Editor since it
is not in Slicer4.

Issue 0001875


git-svn-id: http://svn.slicer.org/Slicer4/trunk@22928 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Loadable/Volumes/qSlicerVolumesModule.cxx Diff File

Issue History

Date Modified Username Field Change
2012-04-09 04:05 kikinis New Issue
2012-04-09 04:05 kikinis Status new => assigned
2012-04-09 04:05 kikinis Assigned To => finetjul
2012-04-09 04:05 kikinis File Added: Screen Shot 2012-04-09 at 7.59.02 AM.png
2012-04-09 04:24 pieper Note Added: 0003982
2012-04-09 04:26 kikinis Note Added: 0003983
2012-04-09 04:53 finetjul Note Added: 0003984
2012-08-22 05:56 jcfr Target Version => Slicer 4.3.0
2013-08-09 04:37 finetjul Target Version Slicer 4.3.0 => Slicer 4.4.0
2014-03-06 10:50 nicole Note Added: 0011257
2014-03-06 10:50 nicole Status assigned => feedback
2014-03-06 11:15 kikinis Note Added: 0011265
2014-03-06 13:08 nicole Note Added: 0011293
2014-03-06 13:08 nicole Status feedback => resolved
2014-03-06 13:08 nicole Fixed in Version => Slicer 4.4.0
2014-03-06 13:08 nicole Resolution open => fixed
2014-07-23 10:49 kikinis Status resolved => closed
2017-06-10 08:51 Changeset attached => Slicer master 72e3fcc2