I am using slicerIGT with plusserver to load tracked ultrasound images into 3D Slicer. We use the BK ultrasound system. On Slicer version 4.10, this worked fine and the ultrasound image is displayed like this:
Now we want to update our setup to Slicer version 4.11, but something seems to go wrong with the orientation of the image. The origin of the ultrasound image (top left corner) is displayed at the center of the red slice field of view, which looks like this (after automatic field of view selection):
We did not change anything in the plus config file or transformations. Could you solve this problem to visualize the ultrasound image correctly in Slicer 4.11?
However, when opening this scene, the view of the ultrasound image is correct. But when connecting to the real time ultrasound device through openIGTlink, the image view shifts.
It seems like there is a shift of the origin, since the (0,0) coordinate is in the top left corner of the red slice and the supposed origin of the ultrasound image is at the center of the red slice:
I cannot reproduce the behavior that you describe. For me, the image appears in the center by default. But it should not be an issue if the image does not fill the view or not centered by default, because you can always center it by clicking the “Reset field of view” button or if you use a Python code snippet to set up the scene then you can add slicer.util.setSliceViewerLayers(fit=True).