File: bayonetCalibration.xml

package info (click to toggle)
igstk 4.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 38,980 kB
  • sloc: cpp: 86,267; xml: 96; makefile: 75; python: 38
file content (31 lines) | stat: -rw-r--r-- 1,321 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="ISO-8859-1"?>
 
<!-- Example of settings for rigid transformation:                 -->    
<!-- The tags are:                                                 -->
<!-- description: Human readable description of the transformation -->
<!-- computation_date: Human readable date and time when the       -->
<!--                   transformation was estimated.               -->
<!-- transformation: The actual transformation data, in our case   -->
<!--                 these are the elements of the unit quaternion -->
<!--                 representing the rotation, followed by the    -->
<!--                 translation: qx qy qz qw tx ty tz             -->
<!-- estimation_error: An error associated with the transformation -->
<!--                   estimate.                                   -->
<!--                                                               -->
<!--                                                               -->
<precomputed_transform>
  
  <description>
      Claron bayonet (sptr) calibration
  </description>
  
  <computation_date>
      Thursday July 4 12:00:00 1776
  </computation_date>
  
  <transformation estimation_error="0.5">
      0 0 0 1 -133.01400340688699 -4.7090219730147789 0.78585891088520654
  </transformation>

</precomputed_transform>