View Issue Details

IDProjectCategoryView StatusLast Update
0001898Slicer4Module Markupspublic2018-03-02 11:06
Reporteralmar Assigned Tonicole  
PrioritylowSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product VersionSlicer 4.0.1 
Target VersionSlicer 4.5.0-1Fixed in VersionSlicer 4.5.0-1 
Summary0001898: Feature request - Measuring with fiducials
Description

It would be a nice feature to have a plugin to calculate the distance between selected fiducials (Euclidean distance).

TagsNo tags attached.

Activities

nicole

nicole

2012-04-12 07:50

administrator   ~0004011

The ruler annotation provides the measurement functionality, and the user can export the fiducials to a file (working on the bug report to consolidate the current one file per fiducial to one file per list) and do the calculation offline. So this feature is a very low priority for me, though it might get done as a pop up when I'm finished the major annotations redesign work.

nicole

nicole

2014-12-29 13:27

administrator   ~0012817

Last edited: 2014-12-29 13:28

Looking at this after another user request, I found a bug in the coordinate display and added the distance as it was in the same method. Topic branch commit on my github:
https://github.com/naucoin/Slicer/commit/1f5e341951c7f4ef3a8403b135ef761ae62b86c2

nicole

nicole

2014-12-31 11:13

administrator   ~0012824

Pull request:
https://github.com/Slicer/Slicer/pull/213

nicole

nicole

2015-01-05 09:22

administrator   ~0012829

Added to svn as revision 23848
http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=23848

Related Changesets

Import 2017-06-07 23:51:09: master dffce6a5

2015-01-05 13:59:06

naucoin

Details Diff
BUG: fix coordinate display and add distance

The right click menu on the Markups GUI wasn't always showing the
correct coordinates as there were some assumptions about how the
selected items mapped to rows. Take out the assumptions, iterate
through every selected item and collect unique rows.

Show the summed linear distance between selected fiducials.

Issue 0001898

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

Import 2017-06-07 23:51:09: master c1fba1cf

2015-01-05 13:59:09

naucoin

Details Diff
ENH: fix typo, simplify code

Fixed a comment typo and simplified code in response
to comments.

Issue 0001898

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

Issue History

Date Modified Username Field Change
2012-04-11 23:39 almar New Issue
2012-04-11 23:39 almar Status new => assigned
2012-04-11 23:39 almar Assigned To => nicole
2012-04-12 07:50 nicole Note Added: 0004011
2012-04-25 12:23 nicole Priority normal => low
2012-08-20 10:28 nicole Target Version => Slicer 4.3.0
2013-07-09 07:30 nicole Category Module Annotations => Module Markups
2013-07-09 07:30 nicole Target Version Slicer 4.3.0 => Slicer 4.4.0
2014-03-07 10:28 pieper Status assigned => acknowledged
2014-03-07 10:28 pieper Target Version Slicer 4.4.0 =>
2014-12-29 13:27 nicole Note Added: 0012817
2014-12-29 13:28 nicole Note Edited: 0012817
2014-12-31 11:13 nicole Note Added: 0012824
2015-01-05 09:22 nicole Note Added: 0012829
2015-01-05 09:22 nicole Status acknowledged => resolved
2015-01-05 09:22 nicole Fixed in Version => Slicer 4.4.1
2015-01-05 09:22 nicole Resolution open => fixed
2015-01-12 17:51 jcfr Target Version => Slicer 4.4.1
2015-09-09 08:29 jcfr Fixed in Version Slicer 4.4.1 => Slicer 4.5.0-1
2015-09-09 08:29 jcfr Target Version Slicer 4.4.1 => Slicer 4.5.0-1
2017-06-10 08:51 Changeset attached => Slicer master c1fba1cf
2017-06-10 08:51 Changeset attached => Slicer master dffce6a5
2018-03-02 11:06 jcfr Status resolved => closed