View Issue Details

IDProjectCategoryView StatusLast Update
0003014Slicer4Core: Base Codepublic2017-06-07 23:27
Reporterkikinis Assigned Topieper  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
PlatformMacOSOS XOS Version10.8.2
Product VersionSlicer 4.2.2-1 
Target VersionSlicer 4.3.0Fixed in VersionSlicer 4.3.0 
Summary0003014: mrb does not survive roundtrip
Description

http://slicer.kitware.com/midas3/item/17668

  1. Loaded manix from the dicom widget
  2. customized the transfer function in volume rendering
  3. saved as mrb
  4. exit slicer and restart
  5. load mrb
  6. see the attached error log
TagsNo tags attached.

Activities

2013-03-15 04:07

 

pieper

pieper

2013-03-15 05:28

administrator   ~0008125

When you say 'manix' do you mean all the series or just one of the series?

kikinis

kikinis

2013-03-15 05:43

developer   ~0008126

the series called angio CT

2013-03-15 05:43

 

pieper

pieper

2013-07-05 09:00

administrator   ~0008869

This should be working as of r22143.

pieper

pieper

2013-07-08 05:57

administrator   ~0008875

There was a follow issue with the fix which has been resolved in r22146.

Related Changesets

Slicer: 2145-support-for-installing-extension-from-file d1ea56a5

2013-07-05 12:59:05

pieper

Details Diff
BUG: 0003014 fix databundle save/restore for dicom volumes

Fix a hole in the logic where a dicom volume would have a storage
node allocated, but the storage type would not be correctly defined
so the temp save path would not work. Plus the default name
would be set to an invalid filename since dicom volume nodes
have a colon in the string by default. Now these files are given
a default extension type (.nrrd for scalar volumes) and the names
are percent-encoded to avoid bad file name issues.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@22143 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/Logic/vtkMRMLApplicationLogic.cxx Diff File

Slicer: 2145-support-for-installing-extension-from-file 8338e2e5

2013-07-08 08:59:57

pieper

Details Diff
BUG: 0003014 fix failing MRB condition where . was missing from extension

This is a follow on fix for r22143 to handle the case where the filename
already has the correct extension. Before this fix a situation
could arise where the filename would be something like ".nrrdnrrd" and
so it would fail to save. Now it is correctly saved as ".nrrd".

git-svn-id: http://svn.slicer.org/Slicer4/trunk@22146 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/Logic/vtkMRMLApplicationLogic.cxx Diff File

Issue History

Date Modified Username Field Change
2013-03-15 04:07 kikinis New Issue
2013-03-15 04:07 kikinis Status new => assigned
2013-03-15 04:07 kikinis Assigned To => pieper
2013-03-15 04:07 kikinis File Added: Screen Shot 2013-03-15 at 8.02.37 AM.png
2013-03-15 05:28 pieper Note Added: 0008125
2013-03-15 05:43 kikinis Note Added: 0008126
2013-03-15 05:43 kikinis File Added: Screen Shot 2013-03-15 at 9.42.37 AM.png
2013-03-19 12:07 pieper Target Version => Slicer 4.3.0
2013-07-05 09:00 pieper Note Added: 0008869
2013-07-05 09:00 pieper Status assigned => resolved
2013-07-05 09:00 pieper Fixed in Version => Slicer 4.3.0
2013-07-05 09:00 pieper Resolution open => fixed
2013-07-05 10:42 kikinis Status resolved => closed
2013-07-08 05:57 pieper Note Added: 0008875
2017-06-07 23:27 pieper Changeset attached => Slicer 2145-support-for-installing-extension-from-file 8338e2e5
2017-06-07 23:27 pieper Changeset attached => Slicer 2145-support-for-installing-extension-from-file d1ea56a5