Transfering calibration data to 3DSlicer

Hello,

We already done free hand calibration in fCal Application and then save log file in .xml format.
Now, we want to transfer our saved data and log file to 3DSlicer. we would be grateful if you could give us instructions to do so.

Thanks.

Install Sequences and SlicerIGT extensions and drag-and-drop recorded .mha files to the Slicer application window to load them. In the add data dialog, choose “Sequence Metafile”. See tutorials at www.slicerigt.org for details.

thanks.
but this for .mha files. and we want to load “calibration data” that save in .xml format.
this calibration done by fCal application.

We usually send all the transforms to Slicer in real-time using PlusServer through OpenIGTLink. You can also save all the transforms that you receive using Sequences extension.

If we want to have not just the raw transforms in the sequence file, then we use EditSeqFile to add those (for example, ImageToReference).

To get a transform from the device set config file:

  • open the xml file in any text editor/viewer
  • copy the 16 numbers of the matrix to the clipboard
  • in Slicer go to Transforms module
  • create or select a transform
  • click paste button.

thanks.
We done that, but the name of transforms in fCal and 3DSlicer are not same. and if we change the names in xml file in plusServer or create new matrix of transforms, is not resulted! and when we move instruments, models of instruments in 3Dslicer not move.
we would be grateful again if you could give us instructions to do so.

Name of transforms sent through OpenIGTLink is trimmed to 20 characters. If that causing issues then you can use shorter coordinate system names so that transform names remain below 20.