ProcessCatalog:

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
--------------------------------------------------------------------------

Children:

SC: Ephem/EarthNut
SC: Ephem/EarthPre
SC: Ephem/LoadFK5
SC: Ephem/NutDelta
SC: Ephem/ObOfE
SpacecraftEstimation: StellarAttDet/CreateKVector
SpacecraftEstimation: StellarCatalog/LoadCatalog
SpacecraftEstimation: StellarCatalog/RearrangeCatalog
SpacecraftEstimation: StellarData/FK5Polar
SpacecraftEstimation: StellarData/Hipparcos
SpacecraftEstimation: StellarEphem/EarthBc
SpacecraftEstimation: StellarEphem/SunBc
Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/DeBlankLT
Common: General/DeleteCell
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Common: Graphics/TitleS
Common: Time/DTSToDTA
Common: Time/Date2JD
Common: Time/JD2000
Common: Time/JD2T
Common: Transform/RaDec2U
Common: Transform/VM2Int
Math: Linear/Mag
Math: Linear/Unit
Math: Trigonometry/CosD
Math: Trigonometry/SinD

Back to the SpacecraftEstimation Module page