View Issue Details

IDProjectCategoryView StatusLast Update
0001406Slicer4Core: Base Codepublic2017-06-07 23:27
Reporterkikinis Assigned Tonicole  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product VersionSlicer 4.0.0 
Target VersionSlicer 4.3.0Fixed in VersionSlicer 4.2.1 
Summary0001406: failure to load fiducials
Description

Trying to load fiducials using the file add data function. The files default to scalar overlays. The only other choices avaiable are fiber tracts and volumes. Neither of these options is correct.

TagsNo tags attached.

Activities

2011-09-11 10:03

 

kikinis

kikinis

2011-09-11 10:07

developer   ~0002977

btw: failed to load the fiducials.

finetjul

finetjul

2011-09-11 10:08

administrator   ~0002978

qSlicerIO needs to be overloaded to support the acsv file type.
Please look at what is done in the Volumes module (qSlicerVolumesIO and qSlicerVolumesIOOptionsWidget)

nicole

nicole

2012-08-20 09:26

administrator   ~0005583

qSlicerIO was updated (trying to overload it for the Reporting module led to compilation errors in trying ot return a qSlicerIO::IOFileType from fileType).
There are still some issues with the option widget not updating the parameters when the widget is opened/closed (defaults is used even when another type is selected).

finetjul

finetjul

2012-08-20 09:34

administrator   ~0005587

Can I help in some way ?

nicole

nicole

2012-08-20 10:53

administrator   ~0005616

Julien: yes please! I haven't been able to debug this error case:
Add Data
Select a fiducial file, a ruler file, an ROI file (F.acsv, M.acsv, R.acsv).
Open the options widgets in the Add Data panel, see that the correct annotation types are selected.
Load: all are loaded as if the file type was still fiducial.

finetjul

finetjul

2012-08-20 12:57

administrator   ~0005635

r20794 fixes the "options widget".
The loading for Ruler and ROI breaks somewhere else though.

nicole

nicole

2012-08-21 13:35

administrator   ~0005667

Thanks Julien!
Final fixes for ruler and ROI pushed back post RSNA, annotations will be loaded via .mrml files (may get re-targeted if Reporting module/AIM file load is failing)

nicole

nicole

2012-12-06 08:54

administrator   ~0007422

Last edited: 2012-12-06 08:57

svn 21477 fixes loading of ruler files, add the ruler to the scene and call initialize first
http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=21477

nicole

nicole

2013-07-09 08:00

administrator   ~0008946

Looks like it's fixed in the current nightly build.

Related Changesets

Slicer: 2145-support-for-installing-extension-from-file 79092bec

2012-12-06 13:54:18

naucoin

Details Diff
BUG: fix loading of ruler files from Add Data dialogue.

Needed to call Initialize on the ruler to add the needed display nodes.

Issue 0001406



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

Issue History

Date Modified Username Field Change
2011-09-11 10:03 kikinis New Issue
2011-09-11 10:03 kikinis File Added: Screen Shot 2011-09-11 at 1.59.47 PM.png
2011-09-11 10:05 finetjul Status new => assigned
2011-09-11 10:05 finetjul Assigned To => nicole
2011-09-11 10:06 finetjul Target Version => Slicer 4.0 RSNA
2011-09-11 10:07 kikinis Note Added: 0002977
2011-09-11 10:08 finetjul Note Added: 0002978
2012-08-20 09:26 nicole Note Added: 0005583
2012-08-20 09:26 nicole Target Version Slicer 4.0.0 => Slicer 4.2.0 - Feature freeze Sept 1st 2012
2012-08-20 09:34 finetjul Note Added: 0005587
2012-08-20 10:53 nicole Note Added: 0005616
2012-08-20 12:57 finetjul Note Added: 0005635
2012-08-21 13:35 nicole Note Added: 0005667
2012-08-21 13:35 nicole Target Version Slicer 4.2.0 - Feature freeze Sept 1st 2012 => Slicer 4.2.5
2012-08-23 11:54 nicole Target Version Slicer 4.2.5 => Slicer 4.3.0
2012-12-06 08:54 nicole Note Added: 0007422
2012-12-06 08:57 nicole Note Edited: 0007422
2013-07-09 08:00 nicole Note Added: 0008946
2013-07-09 08:00 nicole Status assigned => resolved
2013-07-09 08:00 nicole Fixed in Version => Slicer 4.2.1
2013-07-09 08:00 nicole Resolution open => fixed
2013-08-06 07:11 kikinis Status resolved => closed
2017-06-07 23:27 Changeset attached => Slicer 2145-support-for-installing-extension-from-file 79092bec