StarDensity:

Path: SpacecraftEstimation/StellarAttDet

% Generates a star density plot.

   This is plot of the numbers of stars in the square field of view.
   The survey is done by incrementing the right ascension and declination
   by 0.1 x fOV.

   Type StarDensity for a demo

--------------------------------------------------------------------------
   Form:
   d = StarDensity( name, visualMagnitude, fOV )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   name            (1,:)  Catalog name 'Hipparcos', 'FK5', 'FK5 Polar',
                          or 'FK5 Short'
   visualMagnitude (1,1)  Visual magnitude
   fOV             (1,1)  Field of view (rad)

   -------
   Outputs
   -------
   d               (:,:)  Density [declination,right ascension]

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

Children:

Common: Graphics/NewFig
Common: Graphics/TitleS
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Transform/RaDec2U
SpacecraftEstimation: StellarCatalog/LoadCatalog

Back to the SpacecraftEstimation Module page