GroundTrackErrorBudget:

Path: SC/Attitude

% Generate a ground track error budget.

   This function uses parameter pairs. It root sum squares within
   temporal categories and adds temporal categories.

   Units for altitude and planet radius are in km. Focal length is mm
   and pixel size is micro-m. Orbit position error is in km.

   Type GroundTrackErrorBudget for a demo which uses only defaults.

   Since version 2014.1
--------------------------------------------------------------------------
   Form:
   s = GroundTrackErrorBudget( fileName, varargin )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   fileName    (1,:)   File name

   -------
   Outputs
   -------
   q           {:,3)   Budget {term type category}

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

Children:

SC: Ephem/Planets
SC: Sensor/CentroidNoise
Common: Database/Constant
Common: General/CreateLatexTable
Imaging: Utilities/PointSpreadFunction2DGaussian

Back to the SC Module page