Path: SpacecraftEstimation/StellarCatalog
% Computes the number of stars that are visible for a given aperture. -------------------------------------------------------------------------- Form: TelescopeAperture. [a, D] = TelescopeAperture( catalog, apertureMax, eta ) -------------------------------------------------------------------------- ------ Inputs ------ catalog (1,:) Catalog data structure D (1,:) The range of apertures (mm) eta (1,1) Product of fill factor and quantum efficiency ------- Outputs ------- a (1,:) Number of stars visible m (1,:) Visual magnitude vs aperture --------------------------------------------------------------------------
SC: Ephem/LoadFK5 SpacecraftEstimation: StellarCatalog/LoadCatalog SpacecraftEstimation: StellarData/FK5Polar SpacecraftEstimation: StellarData/Hipparcos Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/DeBlankLT Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Common: Graphics/TitleS
Back to the SpacecraftEstimation Module page