DFFRelativeNavigation:

Path: FormationFlying/Software

% DFF relative navigation
 This routine estimates the absolute orbit of the local satellite, as well as its relative orbit with respect to its team reference.

------------------------------------------------------------------------
   Form:
   t = DFFRelativeNavigation( action, d, k )
------------------------------------------------------------------------

   ------
   Inputs
   ------
   action        (1,:)     Action to be performed        
   d             (1,1)     Data structure for inputs
   k             (1,1)     Unique spacecraft ID

   -------
   Outputs
   -------
   t             (1,1)     Data structure with outputs. 

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