Path: CubeSat/MissionPlanning
% Plot ground track and observation windows for a satellite and targets
--------------------------------------------------------------------------
Usage:
ObservationTimeWindowsPlot( track, obs )
--------------------------------------------------------------------------
------
Inputs
------
track (.) Data structure with time, lat and lon vectors.
obs (.) Data structure array with fields:
.target: (2,1) Lat and lon coordinates of target
.boundary: (2,:) Lat/lon boundary around target
.nObs: (1,1) Number of observations of this target
.window: (nObs,2) Each row is start/stop time of window
.time: {1,nObs} Each entry is a (1,T) time vector
.path: {1,nObs} Each entry is a (2,T) lat/lon vector
-------
Outputs
-------
none
--------------------------------------------------------------------------
CubeSat: Utilities/LatLonPlot Common: Graphics/Map
Back to the CubeSat Module page