Path: SpacecraftEstimation/StellarCatalog
% Generates a swath catalog in star matrix format. -------------------------------------------------------------------------- Form: starMatrix = Swath( ra, dec, VM, VMMin, decLim, raLim ) -------------------------------------------------------------------------- ------ Inputs ------ ra (n) Right ascensions (rad) dec (n) Declinations (rad) VM (n) Visual magnitude VMMin (n) Minimum visual magnitude decLim (1,2) Range of declinations [min,max] (rad) raLim (1,2) Range of right ascensions [min,max] (rad) ------- Outputs ------- starMatrix (4,n) Star catalog [intensity;u] --------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Common: Transform/RaDec2U Common: Transform/VM2Int
Back to the SpacecraftEstimation Module page