Skip to content
Snippets Groups Projects
Commit 31bfb544 authored by Guylaine Prat's avatar Guylaine Prat
Browse files
parents 8b1ebf5b 4d7b13ff
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ added to the list, they must be transformed to EME2000:
PVCoordinates pvITRF = new PVCoordinates(position, velocity);
Transform transform = itrf.getTransformTo(eme2000, ephemerisDate);
PVCoordinates pvEME2000 = transform.transformPVCoordinates(pvITRF);
satellitePVList.add(new TimeStampedPVCoordinates(ephemerisDate, pvEME2000.getPosition(), pvEME2000.getVelocity(), Vector3D.ZERO)));
satellitePVList.add(new TimeStampedPVCoordinates(ephemerisDate, pvEME2000.getPosition(), pvEME2000.getVelocity(), Vector3D.ZERO));
## Rugged initialization
......
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