LocalStarMap:

Path: SCPro/ProEnvirons

% Generates a local star map. Epoch is J2000.

   Since version 10.
--------------------------------------------------------------------------
   Form:
   s = LocalStarMap( lY,filename )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   lY       (1,1) light year range
   fileName (1,:) Filename

   -------
   Outputs
   -------
   s      (1,1) Data structure
                .d    (1,1) Distance (Light years)
                .name (1,:) Name
                .type (1,:) Star type
                .u    (3,1) Unit vector
                .pm   (1,2) Proper motion [ra dec] mill arc sec/yr

--------------------------------------------------------------------------
	References:	  http://www.essex1.com/people/speer/stars.html 
--------------------------------------------------------------------------

Children:

Common: General/StringToTokens
Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Common: Transform/DMS2Rad
Common: Transform/HMS2Rad
Common: Transform/RaDec2U
Math: Linear/Mag

Back to the SCPro Module page