NavVis
Control Point Error Log Files
  • 18 Mar 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Control Point Error Log Files

  • Dark
    Light
  • PDF

Article summary

For each Dataset, the three Error Logs contain information on how closely the trajectory was matched to each control point. They can be used to gauge how accurate the artifacts are, after the undistortion process.

Post-processing generates Error Log files that indicate remaining errors in the device's trajectory after processing with surveyed control points.

These are the three Error Log files:

  • anchors_alignment.log

  • anchors_verification.log

  • anchors.log

Each corresponds to one of the post-processing stages. All three have the following structure:

# stamp anchor_id error_x error_y error_z error_yaw_deg use_orientation enabled_alignment enabled_verification enabled_optimization
1464367049.798925160	Anchor00001     -0.00001   +0.00000   +0.00000   +0.00000 	false true  true  true 
1464367113.119625566	Anchor00002     -0.00001   -0.00000   +0.00000   +0.00000 	false true  false true 
1464367168.296749677	Anchor00003     -0.00002   -0.00012   +0.00000   +0.00000 	false true  true  true

Each line logs the following information:

  • The time when the device was placed on the control point (Unix time).

  • The control point's unique identifier.

  • The remaining position error (x, y, z).

  • The orientation error (yaw; can be ignored for now).

  • The flags from the Dataset Control Points Info File are also printed, so you can see more easily which control points were active during which post-processing stage.


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.