invesalius / invesalius3

3D medical imaging reconstruction software
https://invesalius.github.io/
GNU General Public License v2.0
616 stars 286 forks source link

Fix positioning of coregistration fiducial buttons #818

Closed Hafsa-shoaib989 closed 1 month ago

Hafsa-shoaib989 commented 1 month ago

This PR fixes issue #790, which involves the incorrect positioning of the fiducial buttons for the Left Ear and Right Ear in the coregistration Image and Patient tabs. Previously, the buttons were incorrectly placed, with the Left Ear button on the right side and the Right Ear button on the left side. This update switches their positions to correctly match the top-down view of the head.

Changes Made: Updated the positions of the buttons in the constants.py file for both tabs. Updated the labels in the marker.py file.

Testing: Verified that the Left Ear and Right Ear buttons are now correctly positioned in the Image tab. Verified that the Left Ear and Right Ear buttons are now correctly positioned in the Patient tab.

Hi @henrikkauppi @vhosouza @tfmoraes please review this PR.