Page MenuHomePhabricator

Interpolation GUI shows "frontal"
Closed, ResolvedPublic

Description

-Load an image
-Create a segmentation on two slices for 2D interpolation
-Activate 2D interpolation
-Press "confirm for all slices"
-> A new menu pops up with "Frontal, Axial and Sagitall"

Frontal should be changed to coronal.

Event Timeline

User wintersa has pushed new remote branch:

bug-17658-InterpolationGUIShowsFrontal

Renamed the string to "Coronal" instead of "Frontal".

Additionally, the case statements were changed to use the enum identifiers instead of integers.

You don't need a core flag for that. You can merge it into the master.

I already tried to merge it into the master and got the following error message:
"Core commit without Core_modification flag or bug not set IN_PROGRESS!"

As the bug is set to "IN_PROGRESS" and the changed file is in "Core/Code/Controllers" I assumed that I need a core modification flag.

[10701a]: Merge branch 'bug-17658-InterpolationGUIShowsFrontal'

Merged commits:

2014-04-09 14:35:06 Adrian Winterstein [1431d0]
Fixed viewDirectionString for Coronal direction and changed the switch for using enum identifers instead of numbers.