Commit db0a009398abce2e9d1f0976b04bcc2c123bc9b3

Authored by Victor Hugo Souza
Committed by GitHub
2 parents 4f8941bc c89aae22
Exists in master

Merge pull request #429 from vhosouza/fix_coil_registration

FIX: Coil registration had wrong minus in Z coord
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
invesalius/gui/dialogs.py
... ... @@ -3604,7 +3604,6 @@ class ObjectCalibrationDialog(wx.Dialog):
3604 3604 coord = coord_raw[self.obj_ref_id, :]
3605 3605 else:
3606 3606 coord = coord_raw[0, :]
3607   - coord[2] = -coord[2]
3608 3607  
3609 3608 if fiducial_index == 3:
3610 3609 coord = np.zeros([6,])
... ...