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 --------------------------------------------------------------------------
Common: Graphics/NewFig Common: Transform/VM2Int Math: MathUtils/Odd SpacecraftEstimation: StellarCatalog/LoadCatalog
Back to the SCPro Module page