Skip to content
Snippets Groups Projects
Commit 4ff3789b authored by noeljanes's avatar noeljanes
Browse files

Minor changes to the date in the generator

parent 5d213f5f
No related branches found
No related tags found
No related merge requests found
...@@ -158,7 +158,7 @@ public class MeasurementsGeneration { ...@@ -158,7 +158,7 @@ public class MeasurementsGeneration {
// this orbit is a dummy one, close to the first results from orbit determination from Max Valier satellite // this orbit is a dummy one, close to the first results from orbit determination from Max Valier satellite
final NormalizedSphericalHarmonicsProvider gravity = GravityFieldFactory.getNormalizedProvider(12, 12); final NormalizedSphericalHarmonicsProvider gravity = GravityFieldFactory.getNormalizedProvider(12, 12);
final AbsoluteDate tOrb = new AbsoluteDate("2019-06-11T16:35:13.715", utc); final AbsoluteDate tOrb = new AbsoluteDate("2019-06-11T16:35:29.149", utc);
final TimeStampedPVCoordinates pvt = new TimeStampedPVCoordinates(tOrb, final TimeStampedPVCoordinates pvt = new TimeStampedPVCoordinates(tOrb,
new Vector3D(-5253194.0, -4400295.0, 80075.0), new Vector3D(-5253194.0, -4400295.0, 80075.0),
new Vector3D(-559.0, 764.0, 7585.0)); new Vector3D(-559.0, 764.0, 7585.0));
......
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