Commit 6612c61d authored by Andrey Filippov's avatar Andrey Filippov

Merge branch 'foliage-gpu' of git@git.elphel.com:Elphel/imagej-elphel.git into foliage-gpu

parents 9de535be 4607c1fb
......@@ -3319,7 +3319,7 @@ public class CuasMotion {
int yc = (int) Math.round(scale * uas_pXpYD[1]);
int xl = xc - uaslog_width/2;
int yt = yc - uaslog_height/2;
if (nSeq < 3) {
if (nSeq < 0) { // disabled debug, keep 3 to use // 3) {
System.out.println(String.format("uas_pXpYD=[%f,%f,%f]",uas_pXpYD[0],uas_pXpYD[1],uas_pXpYD[2]));
System.out.println(String.format("xc=%d, yc=%d, xl=%d, yt=%d",xc,yc,xl,yt));
System.out.println(String.format("A=%f, T=%f, R=%f",uasLogReader.getCameraATR()[0],uasLogReader.getCameraATR()[1],uasLogReader.getCameraATR()[1]));
......
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