LoadILRSDataFromFRD:

Path: SpacecraftEstimation/OrbitEstimation

% Loads information from a CRD formatted file such as those used by the
  ILRS for laser ranging file the the extension '.frd'.  The data file is
 parsed, and the info is stored in the structure 'd'.  

 Type LoadILRSDataFromFRD for a demo.

--------------------------------------------------------------------------
   Form:
   d = LoadILRSDataFromFRD( filename )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   filename  (1,1)  path to a .frd file

   -------
   Outputs
   -------
   d         (:)    data structure containing the information stored in
                    'filename'

--------------------------------------------------------------------------
   References: Pearlman, M.R., Degnan, J.J., and Bosworth, J.M., "The
   International Laser Ranging Service", Advances in Space Research, Vol. 
   30, No. 2, pp. 135-143, July 2002, DOI:10.1016/S0273-1177(02)00277-6
--------------------------------------------------------------------------

Children:

Common: Graphics/NewFig

Back to the SpacecraftEstimation Module page