19 Oct, 2021
1 commit
-
-dco.transformation_matrix_to_coordinates was not working. I tried 'sxyz', 'szyx', 'rxyz', 'rzyx'. All are returning the same values.
18 Oct, 2021
1 commit
-
# Conflicts: # invesalius/gui/task_navigator.py
17 Oct, 2021
1 commit
15 Oct, 2021
2 commits
14 Oct, 2021
5 commits
-
* FIX: Add pixel spacing in inv to voxel coordinate transformation * FIX: Apply the conversion to the unitary voxel shift to mantain the range
-
Markers file magic string is now prepended with two hashtags.
-
-added opencv to optional-requirements
12 Oct, 2021
8 commits
-
Thus it will be treated as a comment by parsers that use hashtags for comments.
-
-Enable "Send target to robot" button only if tracker is robot, if navigation is on and if target is not none
11 Oct, 2021
5 commits
-
ADD: Script for sending events to InVesalius via Socket.IO
-
MOD: Allow selecting baud rate for serial port communication
08 Oct, 2021
12 commits
-
* added pytorch to requirements.txt and showing in GUI * segmenting using pytorch * Remove debug prints * Added an function to download a file and save it localy * Downloading the weight using the developed function to download file
-
However, ensure that the configurable baud rate can be implemented back easily if needed (namely, by reverting this commit).
-
# Conflicts: # invesalius/gui/task_navigator.py
-
-cleaning
-
Other changes: - Disallow not selecting COM port in COM port selection dialog by defaulting to the first COM port in the list. Previously, it was possible to pass an empty string as the COM port by not making the selection. - When the "Serial port" checkbox is pressed and the user presses "Cancel" in the dialog that is opened, uncheck the "Serial port" checkbox instead of keeping it checked. - Be explicit about if the serial port is in use or not, instead of inferring it from the COM port variable being set or not. - Pass the serial port parameters (COM port, baud rate) directly to the Navigation class, instead of passing them through NeuronavigationPanel. - Minor improvements to style and naming of the variables.
07 Oct, 2021
5 commits
-
Markers code made more robust Minor fixes UI for sessions is quite messy, needs polishing
-
FIX: StopNavigation function when serial port connection has not been formed
-
StopNavigation function is called, e.g., when InVesalius is quitted. If the serial port was enabled in the UI but navigation had not been started, it previously caused an error because serial_port_connection variable was None.
-
FIX: Using pedal for setting fiducials