repeatGroundTrackForMissionWithName
Compute the full repeat-cycle ground track for a mission.
Declaration
[lat,lon,time] = repeatGroundTrackForMissionWithName(mission)
Parameters
missiontext (mission key in missionParameters)
Returns
latdouble column vector — latitude [deg]londouble column vector — longitude [deg]timenumeric column vector — elapsed seconds from start of repeat cycle
Discussion
For missions with a defined repeat cycle, returns the ground track over one complete repeat period (repeat_cycle days). For missions without a defined repeat cycle, this function will throw an error.