Moons:

Path: SC/Ephem

% Lists moons of a planet or planet center about which a moon orbits.
--------------------------------------------------------------------------
   Form:
   moons  = Moons( planetName )
   center = Moons( moonName )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   name       (1,:)  Name of planet or moon

   -------
   Outputs
   -------
   s       {:} or (1,:)  Cell array of moons or string name of planet center

--------------------------------------------------------------------------
   References:   Seidelmann, The Explanatory Supplement to the Astronomical
                 Almanac, University Science Books, 1992, pp.708-709.
--------------------------------------------------------------------------

Back to the SC Module page