Page MenuHomePhabricator

Point based registration checks for wrong datamanager part name
Closed, ResolvedPublic

Description

This issue was posted on the users list:

Hi All

Greetings of the Day.

This Morning, I found that Point Based Registration plug-in is not working. The problem is when you select any two images in data manager, the point based registration does not show them in Fixed and Moving point set sections.

While debugging I found that in file QmitkPointBasedRegistrationView.cpp, function
"void SelectionChanged(IWorkbenchPart::Pointer part, ISelection::ConstPointer selection)", line number 204, there is a string comparison failing, because the string coming is "Data Manager" and expected is "Datamanager".

Seems to be a minor bug, I would be really thankful, if you guys could provide the fix in the upcoming release.

Thanks and Regards
Rachit

Event Timeline

New remote branch pushed: bug-16574-listen-to-correct-part-name

[e4add7]: Merge branch 'bug-16574-listen-to-correct-part-name'

Merged commits:

2013-12-03 12:55:08 Caspar Goch [9e6b58]
Fixed diffusion name check


2013-12-03 12:52:26 Caspar Goch [55c836]
Fixed deformable registration name check


2013-12-03 12:51:37 Caspar Goch [cf5858]
Point based registration checked for wrong name