Swath:

Path: SpacecraftEstimation/StellarCatalog

% Generates a swath catalog in star matrix format.

   Since version 3.
------------------------------------------------------------------------
   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]

------------------------------------------------------------------------

Children:

Common: Transform/RaDec2U
Common: Transform/VM2Int

Back to the SpacecraftEstimation Module page