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] --------------------------------------------------------------------------
SC: Ephem/LoadFK5 SpacecraftEstimation: StellarCatalog/LoadCatalog SpacecraftEstimation: StellarData/FK5Polar SpacecraftEstimation: StellarData/Hipparcos Common: General/DeBlankLT Common: Graphics/NewFig Common: Graphics/PltStyle Common: Graphics/TitleS Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Transform/RaDec2U
Back to the SpacecraftEstimation Module page