Commit 442339b5 authored by Andrey Filippov's avatar Andrey Filippov

compensated table height

parent a3d74cc6
...@@ -24,7 +24,7 @@ public class UasLogReader { ...@@ -24,7 +24,7 @@ public class UasLogReader {
UasLogRecord[] rec_arr; UasLogRecord[] rec_arr;
double start_timestamp; double start_timestamp;
double uas_home_alt = 0; // relative to the camera double uas_home_alt = -1.2; // relative to the camera, table + mount height
double [] camera_lla = CAMERA_LLA.clone(); double [] camera_lla = CAMERA_LLA.clone();
double [] camera_ATR = new double[3]; double [] camera_ATR = new double[3];
QuadCLT parentCLT = null; // for geometic parameters QuadCLT parentCLT = null; // for geometic parameters
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment