ObservationTimeWindowsPlot:

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

--------------------------------------------------------------------------

Children:

CubeSat: Utilities/LatLonPlot
CubeSat: Utilities/WrapSegments
Common: General/DeBlankLT
Common: Graphics/Axis3D
Common: Graphics/Ellipsd
Common: Graphics/Map
Common: Graphics/NewFig
Common: Graphics/PltStyle
Common: Graphics/TitleS
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Math: Linear/DupVect

Back to the CubeSat Module page