Skip to content
Snippets Groups Projects
Commit ad183da4 authored by LabatAllee Lucie's avatar LabatAllee Lucie
Browse files
parents f29f716c 4430eac3
No related branches found
No related tags found
No related merge requests found
......@@ -119,8 +119,9 @@ public class OrbitModel {
return new CircularOrbit(694000.0 + Constants.WGS84_EARTH_EQUATORIAL_RADIUS,//ajouter Rayon
-4.029194321683225E-4, 0.0013530362644647786,
FastMath.toRadians(98.2), //pleiades inclinaison 98.2
FastMath.toRadians(-86.47),
FastMath.toRadians(135.9), PositionAngle.TRUE,
//FastMath.toRadians(-86.47),
FastMath.toRadians(-86.47+180),
FastMath.toRadians(135.9+0.3), PositionAngle.TRUE,
eme2000, date, mu);
}
......
......@@ -49,7 +49,7 @@ public class PleiadesViewingModel {
public double incidence = 15.0;
public LineSensor lineSensor;
public int dimension = 40000;
public String date = "2016-01-01T00:00:00.0";
public String date = "2016-01-01T12:00:00.0";
private String sensorName;
......
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