View Issue Details

IDProjectCategoryView StatusLast Update
0001889Slicer4Module Annotationspublic2012-09-03 05:26
Reporterjohan.andruejol Assigned Tonicole  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product VersionSlicer 4.0.1 
Target VersionSlicer 4.2.0Fixed in VersionSlicer 4.2.0 
Summary0001889: Annotations list order not passed to CLI
Description

When using a fiducial list in a CLI, it seems that the fiducial order of the selected list is not passed down to the CLI. Instead, it looks like they are ordered by their creation order.(The first created is the first passed)

Additional Information

I wanted to output a list of fiducial with theirs names and their coordinates in the same text file. I wrote a small CLI that would simply open a file and print the points coordinates.

TagsNo tags attached.

Activities

2012-04-10 09:01

 

SlicerBug.png (54,087 bytes)
SlicerBug.png (54,087 bytes)
nicole

nicole

2012-04-25 12:41

administrator   ~0004076

In your example, how did you create the fiducials that you passed to the CLI?

johan.andruejol

johan.andruejol

2012-07-06 08:54

manager   ~0005094

Sorry for the late response.

I created new points in the two separate lists and then moved some of them to
the list called "List".

nicole

nicole

2012-07-06 09:38

administrator   ~0005096

Found the problem, the hierarchy isn't being navigated using GetNthChildNode, the children are obtained as a colleciton that relies on GetItemAsObect(N).
svn 20586 fixes this issue, it'll be in future nightly builds and releases.

jcfr

jcfr

2012-07-27 15:40

administrator   ~0005362

Dear issue reporter,

Good news :) Slicer developers SOLVED the problem you reported - YOU now need to VERIFY and CLOSE this issue.

Issue History

Date Modified Username Field Change
2012-04-10 09:01 johan.andruejol New Issue
2012-04-10 09:01 johan.andruejol Status new => assigned
2012-04-10 09:01 johan.andruejol Assigned To => nicole
2012-04-10 09:01 johan.andruejol File Added: SlicerBug.png
2012-04-25 12:41 nicole Note Added: 0004076
2012-07-06 08:54 johan.andruejol Note Added: 0005094
2012-07-06 09:38 nicole Note Added: 0005096
2012-07-06 09:39 nicole Status assigned => resolved
2012-07-06 09:39 nicole Resolution open => fixed
2012-07-27 15:40 jcfr Note Added: 0005362
2012-07-30 15:06 johan.andruejol Status resolved => closed
2012-08-21 10:01 jcfr Fixed in Version => Slicer 4.2.0 - Feature freeze Sept 1st 2012
2012-08-21 10:01 jcfr Target Version => Slicer 4.2.0 - Feature freeze Sept 1st 2012