Path: SpacecraftEstimation/StellarCatalog
% Load the Hipparcos catalog and create the near matrix The catalog is limited by the specified minimum visual magnitude. A magnitude of 5 gives about 1500 stars and a magnitude of 6.1 gives about 5000 stars. Accounts for the stellar motion if a Julian date is entered. -------------------------------------------------------------------------- Form: [d,catalog,fullCatalog] = ProcessCatalog( minInt, fOV, angularRes, jD ) -------------------------------------------------------------------------- ------ Inputs ------ minInt (1,1) Minimum intensity fOV (1,1) Field of view (rad) angularRes (1,1) Angular resolution (rad) jD (1,1) Julian date ------- Outputs ------- d (.) Struct .starMatrix .fieldOfView .starCatalog .nearMatrix .nearSlope .nearQ catalog (:) Struct array .name4 .rA .dec .vM fullCatalog -------------------------------------------------------------------------- Copyright (c) 2018 Princeton Satellite Systems, Inc. All rights reserved. -------------------------------------------------------------------------- Since version 2018.1 --------------------------------------------------------------------------
SC: Ephem/EarthNut SC: Ephem/EarthPre SpacecraftEstimation: StellarAttDet/CreateKVector SpacecraftEstimation: StellarCatalog/LoadCatalog SpacecraftEstimation: StellarCatalog/RearrangeCatalog SpacecraftEstimation: StellarEphem/EarthBc SpacecraftEstimation: StellarEphem/SunBc Common: General/DeleteCell Common: Time/Date2JD Common: Transform/RaDec2U Common: Transform/VM2Int Math: Linear/Mag Math: Linear/Unit
Back to the SpacecraftEstimation Module page