ReadTopexPOE:

Path: Orbit/OrbitPropagator

% Reads a Topex Precision Orbit Ephemerides file.
--------------------------------------------------------------------------
   Form:
   d = ReadTopexPOE( fileName )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   fileName        (1,:) Filename
   m               (1,1) Save every  mth record

   -------
   Outputs
   -------
   d               (1,1) Topex Data Structure
                         .uTC(:)          .year
                                          .month
                                          .day
                                          .hour
                                          .min
                                          .sec
                          .sidereal     (1,:)   Greenwich hour angle satellite epoch (deg).
                          .polarMotion  (2,:)   Polar Motion(milli arc-seconds)
                          .epochTime    (1,:)   Ephemeris time (days from Jan 0.0)
                          .xECI         (6,:)   (km)     
                          .xEF          (6,:)   (km)        

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

Children:

Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/WaitBarManager
Common: General/Watermark
Common: General/flength
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle

Back to the Orbit Module page