StarTexture:

Path: SCPro/ProEnvirons

% Create a star texture for use in other programs.
   The output will be .pgm. The starFile can be a catalog data structure
   from LoadCatalog or a file name in which case it will call LoadCatalog.

--------------------------------------------------------------------------
   Form:
   StarTexture( starFile, textureFile, width )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   starFile    (1,:) Name of star data file or catalog data structure
   textureFile (1,:) Name of image file
   size        (1,1) X size of image
   width       (1,1) Nominal star width in pixels

   -------
   Outputs
   -------
   None

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

Children:

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
Common: Transform/VM2Int
Math: MathUtils/Odd

Back to the SCPro Module page