SailEphemAlmanac:

--------------------------------------------------------------------------
   Location of planets relative to Sun in ecliptic frame using the almanac.
   This function obtains the moon position using MoonV1. The function
   PlanetPosition must be initialized with the desired planet IDs before
   calling this function. This format is for use with FSailCombined.
   Note that the planet IDs are 1-9, the Moon ID is 10, and the sun ID is 0.

   If called with a vector of dates will compute the location of the
   center only (batch mode).
   
   See also PlanetPosition and PlanetPosJPL.

   Since version 7.
--------------------------------------------------------------------------
   Form:
   rB = SailEphemAlmanac( jD, d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   jD        (1,1)     Julian date(s).
   d          (:)      Data structure.
                       .kP      Array of planet IDs
                       .center  Index of gravity center, used in batch mode

   -------
   Outputs
   -------
   rB        (3,:)     Position of planets OR positions of center planet

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

Children:

SC: Ephem/MoonV1
SC: Ephem/PlanetPosition