I am new to using Orekit and Rugged and need help running the software in a Java Eclipse environment. I have satellite data including position, velocity, and the angles for roll, yaw, and pitch at a specific date and time.
Input:
DateTime, X, Y, Z, Vx, Vy, Vz, Roll, Yaw, Pitch
Required Output:
Projected Latitude, Projected Longitude
Could anyone provide guidance on how to calculate the camera’s side view and the projected coordinates?