Skip to content
Snippets Groups Projects
Commit 3c71bef4 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

[TEST] add explicit distance. (in comment)

parent a35fc124
No related branches found
No related tags found
No related merge requests found
...@@ -230,6 +230,8 @@ public class SensorToSensorMeasureGenerator { ...@@ -230,6 +230,8 @@ public class SensorToSensorMeasureGenerator {
.distanceBetweenLOS(sensorA, RealDateA, RealPixelA.getPixelNumber(), scToBodyA, .distanceBetweenLOS(sensorA, RealDateA, RealPixelA.getPixelNumber(), scToBodyA,
sensorB, RealDateB, RealPixelB.getPixelNumber()); sensorB, RealDateB, RealPixelB.getPixelNumber());
final Double[] distance = {0.0,distanceLOSB[1]}; final Double[] distance = {0.0,distanceLOSB[1]};
//final Double[] distance = {0.0, 6.36807530e+06};
//final Double[] distance = {0.0, 6.36807532e+06};
mapping.addMapping(RealPixelA, RealPixelB, distance); mapping.addMapping(RealPixelA, RealPixelB, distance);
measureCount++; measureCount++;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment