home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / Documents / FAQ / Space-faq / math < prev    next >
Encoding:
Internet Message Format  |  1993-08-02  |  19.6 KB

  1. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!spool.mu.edu!darwin.sura.net!news-feed-1.peachnet.edu!concert!borg.cs.unc.edu!not-for-mail
  2. From: leech@cs.unc.edu (Jon Leech)
  3. Newsgroups: sci.astro,sci.space,sci.answers,news.answers
  4. Subject: Space FAQ 04/13 - Calculations
  5. Supersedes: <math_741728290@cs.unc.edu>
  6. Followup-To: poster
  7. Date: 2 Aug 1993 00:01:50 -0400
  8. Organization: University of North Carolina, Chapel Hill
  9. Lines: 524
  10. Approved: news-answers-request@MIT.Edu
  11. Distribution: world
  12. Expires: 6 Sep 1993 04:01:48 GMT
  13. Message-ID: <math_744264108@cs.unc.edu>
  14. References: <diffs_744263938@cs.unc.edu>
  15. NNTP-Posting-Host: mahler.cs.unc.edu
  16. Keywords: Frequently Asked Questions
  17. Xref: senator-bedfellow.mit.edu sci.astro:39694 sci.space:67746 sci.answers:358 news.answers:10957
  18.  
  19. Archive-name: space/math
  20. Last-modified: $Date: 93/08/01 23:53:54 $
  21.  
  22. CONSTANTS AND EQUATIONS FOR CALCULATIONS
  23.  
  24.     This list was originally compiled by Dale Greer. Additions would be
  25.     appreciated.
  26.  
  27.     Numbers in parentheses are approximations that will serve for most
  28.     blue-skying purposes.
  29.  
  30.     Unix systems provide the 'units' program, useful in converting
  31.     between different systems (metric/English, etc.)
  32.  
  33.     NUMBERS
  34.  
  35.     7726 m/s     (8000)  -- Earth orbital velocity at 300 km altitude
  36.     3075 m/s     (3000)  -- Earth orbital velocity at 35786 km (geosync)
  37.     6371 km         (6400)  -- Mean radius of Earth
  38.     6378 km         (6400)  -- Equatorial radius of Earth
  39.     1738 km         (1700)  -- Mean radius of Moon
  40.     5.974e24 kg     (6e24)  -- Mass of Earth
  41.     7.348e22 kg     (7e22)  -- Mass of Moon
  42.     1.989e30 kg     (2e30)  -- Mass of Sun
  43.     3.986e14 m^3/s^2 (4e14)  -- Gravitational constant times mass of Earth
  44.     4.903e12 m^3/s^2 (5e12)  -- Gravitational constant times mass of Moon
  45.     1.327e20 m^3/s^2 (13e19) -- Gravitational constant times mass of Sun
  46.     384401 km     ( 4e5)  -- Mean Earth-Moon distance
  47.     1.496e11 m     (15e10) -- Mean Earth-Sun distance (Astronomical Unit)
  48.  
  49.     1 megaton (MT) TNT = about 4.2e15 J or the energy equivalent of
  50.     about .05 kg (50 gm) of matter. Ref: J.R Williams, "The Energy Level
  51.     of Things", Air Force Special Weapons Center (ARDC), Kirtland Air
  52.     Force Base, New Mexico, 1963. Also see "The Effects of Nuclear
  53.     Weapons", compiled by S. Glasstone and P.J. Dolan, published by the
  54.     US Department of Defense (obtain from the GPO).
  55.  
  56.     EQUATIONS
  57.  
  58.     Where d is distance, v is velocity, a is acceleration, t is time.
  59.     Additional more specialized equations are available from:
  60.  
  61.         ames.arc.nasa.gov:pub/SPACE/FAQ/MoreEquations
  62.  
  63.  
  64.     For constant acceleration
  65.         d = d0 + vt + .5at^2
  66.         v = v0 + at
  67.       v^2 = 2ad
  68.  
  69.     Acceleration on a cylinder (space colony, etc.) of radius r and
  70.         rotation period t:
  71.  
  72.         a = 4 pi**2 r / t^2
  73.  
  74.     For circular Keplerian orbits where:
  75.         Vc     = velocity of a circular orbit
  76.         Vesc = escape velocity
  77.         M     = Total mass of orbiting and orbited bodies
  78.         G     = Gravitational constant (defined below)
  79.         u     = G * M (can be measured much more accurately than G or M)
  80.         K     = -G * M / 2 / a
  81.         r     = radius of orbit (measured from center of mass of system)
  82.         V     = orbital velocity
  83.         P     = orbital period
  84.         a     = semimajor axis of orbit
  85.  
  86.         Vc     = sqrt(M * G / r)
  87.         Vesc = sqrt(2 * M * G / r) = sqrt(2) * Vc
  88.         V^2  = u/a
  89.         P     = 2 pi/(Sqrt(u/a^3))
  90.         K     = 1/2 V**2 - G * M / r (conservation of energy)
  91.  
  92.         The period of an eccentric orbit is the same as the period
  93.            of a circular orbit with the same semi-major axis.
  94.  
  95.     Change in velocity required for a plane change of angle phi in a
  96.     circular orbit:
  97.  
  98.         delta V = 2 sqrt(GM/r) sin (phi/2)
  99.  
  100.     Energy to put mass m into a circular orbit (ignores rotational
  101.     velocity, which reduces the energy a bit).
  102.  
  103.         GMm (1/Re - 1/2Rcirc)
  104.         Re = radius of the earth
  105.         Rcirc = radius of the circular orbit.
  106.  
  107.     Classical rocket equation, where
  108.         dv    = change in velocity
  109.         Isp = specific impulse of engine
  110.         Ve    = exhaust velocity
  111.         x    = reaction mass
  112.         m1    = rocket mass excluding reaction mass
  113.         g    = 9.80665 m / s^2
  114.  
  115.         Ve    = Isp * g
  116.         dv    = Ve * ln((m1 + x) / m1)
  117.         = Ve * ln((final mass) / (initial mass))
  118.  
  119.     Relativistic rocket equation (constant acceleration)
  120.  
  121.         t (unaccelerated) = c/a * sinh(a*t/c)
  122.         d = c**2/a * (cosh(a*t/c) - 1)
  123.         v = c * tanh(a*t/c)
  124.  
  125.     Relativistic rocket with exhaust velocity Ve and mass ratio MR:
  126.  
  127.         at/c = Ve/c * ln(MR), or
  128.  
  129.         t (unaccelerated) = c/a * sinh(Ve/c * ln(MR))
  130.         d = c**2/a * (cosh(Ve/C * ln(MR)) - 1)
  131.         v = c * tanh(Ve/C * ln(MR))
  132.  
  133.     Converting from parallax to distance:
  134.  
  135.         d (in parsecs) = 1 / p (in arc seconds)
  136.         d (in astronomical units) = 206265 / p
  137.  
  138.     Miscellaneous
  139.         f=ma    -- Force is mass times acceleration
  140.         w=fd    -- Work (energy) is force times distance
  141.  
  142.     Atmospheric density varies as exp(-mgz/kT) where z is altitude, m is
  143.     molecular weight in kg of air, g is local acceleration of gravity, T
  144.     is temperature, k is Bolztmann's constant. On Earth up to 100 km,
  145.  
  146.         d = d0*exp(-z*1.42e-4)
  147.  
  148.     where d is density, d0 is density at 0km, is approximately true, so
  149.  
  150.         d@12km (40000 ft) = d0*.18
  151.         d@9 km (30000 ft) = d0*.27
  152.         d@6 km (20000 ft) = d0*.43
  153.         d@3 km (10000 ft) = d0*.65
  154.  
  155.             Atmospheric scale height    Dry lapse rate
  156.             (in km at emission level)     (K/km)
  157.             -------------------------    --------------
  158.         Earth        7.5                9.8
  159.         Mars        11                4.4
  160.         Venus        4.9                10.5
  161.         Titan        18                1.3
  162.         Jupiter        19                2.0
  163.         Saturn        37                0.7
  164.         Uranus        24                0.7
  165.         Neptune        21                0.8
  166.         Triton        8                1
  167.  
  168.     Titius-Bode Law for approximating planetary distances:
  169.  
  170.         R(n) = 0.4 + 0.3 * 2^N Astronomical Units (N = -infinity for
  171.         Mercury, 0 for Venus, 1 for Earth, etc.)
  172.  
  173.         This fits fairly well except for Neptune.
  174.  
  175.     CONSTANTS
  176.  
  177.     6.62618e-34 J-s  (7e-34) -- Planck's Constant "h"
  178.     1.054589e-34 J-s (1e-34) -- Planck's Constant / (2 * PI), "h bar"
  179.     1.3807e-23 J/K    (1.4e-23) - Boltzmann's Constant "k"
  180.     5.6697e-8 W/m^2/K (6e-8) -- Stephan-Boltzmann Constant "sigma"
  181.     6.673e-11 N m^2/kg^2 (7e-11) -- Newton's Gravitational Constant "G"
  182.     0.0029 m K     (3e-3)  -- Wien's Constant "sigma(W)"
  183.     3.827e26 W     (4e26)  -- Luminosity of Sun
  184.     1370 W / m^2     (1400)  -- Solar Constant (intensity at 1 AU)
  185.     6.96e8 m     (7e8)     -- radius of Sun
  186.     1738 km         (2e3)     -- radius of Moon
  187.     299792458 m/s      (3e8)  -- speed of light in vacuum "c"
  188.     9.46053e15 m      (1e16) -- light year
  189.     206264.806 AU      (2e5)  -- \
  190.     3.2616 light years (3)     --  --> parsec
  191.     3.0856e16 m     (3e16)  -- /
  192.  
  193.  
  194.     Black Hole radius (also called Schwarzschild Radius):
  195.  
  196.     2GM/c^2, where G is Newton's Grav Constant, M is mass of BH,
  197.         c is speed of light
  198.  
  199.     Things to add (somebody look them up!)
  200.     Basic rocketry numbers & equations
  201.     Aerodynamical stuff
  202.     Energy to put a pound into orbit or accelerate to interstellar
  203.         velocities.
  204.     Non-circular cases?
  205.  
  206. PERFORMING CALCULATIONS AND INTERPRETING DATA FORMATS
  207.  
  208.     COMPUTING SPACECRAFT ORBITS AND TRAJECTORIES
  209.  
  210.     References that have been frequently recommended on the net are:
  211.  
  212.     "Fundamentals of Astrodynamics" Roger Bate, Donald Mueller, Jerry White
  213.     1971, Dover Press, 455pp $8.95 (US) (paperback). ISBN 0-486-60061-0
  214.  
  215.     NASA Spaceflight handbooks (dating from the 1960s)
  216.     SP-33 Orbital Flight Handbook (3 parts)
  217.     SP-34 Lunar Flight Handbook   (3 parts)
  218.     SP-35 Planetary Flight Handbook (9 parts)
  219.  
  220.     These might be found in university aeronautics libraries or ordered
  221.     through the US Govt. Printing Office (GPO), although more
  222.     information would probably be needed to order them.
  223.  
  224.     M. A. Minovitch, _The Determination and Characteristics of Ballistic
  225.     Interplanetary Trajectories Under the Influence of Multiple Planetary
  226.     Attractions_, Technical Report 32-464, Jet Propulsion Laboratory,
  227.     Pasadena, Calif., Oct, 1963.
  228.  
  229.     The title says all. Starts of with the basics and works its way up.
  230.     Very good. It has a companion article:
  231.  
  232.     M. Minovitch, _Utilizing Large Planetary Perubations for the Design of
  233.     Deep-Space Solar-Probe and Out of Ecliptic Trajectories_, Technical
  234.     Report 32-849, JPL, Pasadena, Calif., 1965.
  235.  
  236.     You need to read the first one first to realy understand this one.
  237.     It does include a _short_ summary if you can only find the second.
  238.  
  239.     Contact JPL for availability of these reports.
  240.  
  241.     "Spacecraft Attitude Dynamics", Peter C. Hughes 1986, John Wiley and
  242.     Sons.
  243.  
  244.     "Celestial Mechanics: a computational guide for the practitioner",
  245.     Lawrence G. Taff, (Wiley-Interscience, New York, 1985).
  246.  
  247.     Starts with the basics (2-body problem, coordinates) and works up to
  248.     orbit determinations, perturbations, and differential corrections.
  249.     Taff also briefly discusses stellar dynamics including a short
  250.     discussion of n-body problems.
  251.  
  252.  
  253.     COMPUTING PLANETARY POSITIONS
  254.  
  255.     More net references:
  256.  
  257.     "Explanatory Supplement to the Astronomical Almanac" (revised edition),
  258.     Kenneth Seidelmann, University Science Books, 1992. ISBN 0-935702-68-7.
  259.     $65 in hardcover.
  260.  
  261.     Deep math for all the algorthms and tables in the AA.
  262.  
  263.     Van Flandern & Pullinen, _Low-Precision Formulae for Planetary
  264.     Positions_, Astrophysical J. Supp Series, 41:391-411, 1979. Look in an
  265.     astronomy or physics library for this; also said to be available from
  266.     Willmann-Bell.
  267.  
  268.     Gives series to compute positions accurate to 1 arc minute for a
  269.     period + or - 300 years from now. Pluto is included but stated to
  270.     have an accuracy of only about 15 arc minutes.
  271.  
  272.     _Multiyear Interactive Computer Almanac_ (MICA), produced by the US
  273.     Naval Observatory. Valid for years 1990-1999. $55 ($80 outside US).
  274.     Available for IBM (order #PB93-500163HDV) or Macintosh (order
  275.     #PB93-500155HDV). From the NTIS sales desk, (703)-487-4650. I believe
  276.     this is intended to replace the USNO's Interactive Computer Ephemeris.
  277.  
  278.     _Interactive Computer Ephemeris_ (from the US Naval Observatory)
  279.     distributed on IBM-PC floppy disks, $35 (Willmann-Bell). Covers dates
  280.     1800-2049.
  281.  
  282.     "Planetary Programs and Tables from -4000 to +2800", Bretagnon & Simon
  283.     1986, Willmann-Bell.
  284.  
  285.     Floppy disks available separately.
  286.  
  287.     "Fundamentals of Celestial Mechanics" (2nd ed), J.M.A. Danby 1988,
  288.     Willmann-Bell.
  289.  
  290.     A good fundamental text. Includes BASIC programs; a companion set of
  291.     floppy disks is available separately.
  292.  
  293.     "Astronomical Formulae for Calculators" (4th ed.), J. Meeus 1988,
  294.     Willmann-Bell.
  295.  
  296.     "Astronomical Algorithms", J. Meeus 1991, Willmann-Bell.
  297.  
  298.     If you actively use one of the editions of "Astronomical Formulae
  299.     for Calculators", you will want to replace it with "Astronomical
  300.     Algorithms". This new book is more oriented towards computers than
  301.     calculators and contains formulae for planetary motion based on
  302.     modern work by the Jet Propulsion Laboratory, the U.S. Naval
  303.     Observatory, and the Bureau des Longitudes. The previous books were
  304.     all based on formulae mostly developed in the last century.
  305.  
  306.     Algorithms available separately on diskette.
  307.  
  308.     "Practical Astronomy with your Calculator" (3rd ed.), P. Duffett-Smith
  309.     1988, Cambridge University Press.
  310.  
  311.     "Orbits for Amateurs with a Microcomputer", D. Tattersfield 1984,
  312.     Stanley Thornes, Ltd.
  313.  
  314.     Includes example programs in BASIC.
  315.  
  316.     "Orbits for Amateurs II", D. Tattersfield 1987, John Wiley & Sons.
  317.  
  318.     "Astronomy / Scientific Software" - catalog of shareware, public domain,
  319.     and commercial software for IBM and other PCs. Astronomy software
  320.     includes planetarium simulations, ephemeris generators, astronomical
  321.     databases, solar system simulations, satellite tracking programs,
  322.     celestial mechanics simulators, and more.
  323.  
  324.     Andromeda Software, Inc.
  325.     P.O. Box 605
  326.     Amherst, NY 14226-0605
  327.  
  328.  
  329.     COMPUTING CRATER DIAMETERS FROM EARTH-IMPACTING ASTEROIDS
  330.  
  331.     Astrogeologist Gene Shoemaker proposes the following formula, based on
  332.     studies of cratering caused by nuclear tests.
  333.  
  334.              (1/3.4)
  335.     D = S  S  c  K  W        : crater diameter in km
  336.      g  p  f  n
  337.  
  338.            (1/6)
  339.     S = (g /g )            : gravity correction factor for bodies other than
  340.      g      e  t              Earth, where g = 9.8 m/s^2 and g    is the surface
  341.                         e              t
  342.                   gravity of the target body. This scaling is
  343.                   cited for lunar craters and may hold true for
  344.                   other bodies.
  345.  
  346.         (1/3.4)
  347.     S = (p / p )        : correction factor for target density p  ,
  348.      p      a   t                                t
  349.                   p  = 1.8 g/cm^3 for alluvium at the Jangle U
  350.                    a
  351.                   crater site, p = 2.6 g/cm^3 for average
  352.                   rock on the continental shields.
  353.  
  354.     C                : crater collapse factor, 1 for craters <= 3 km
  355.                   in diameter, 1.3 for larger craters (on Earth).
  356.  
  357.                                 (1/3.4)
  358.     K                : .074 km / (kT TNT equivalent)
  359.      n                  empirically determined from the Jangle U
  360.                   nuclear test crater.
  361.  
  362.           3           2               19
  363.     W = pi * d    * delta * V  / (12 * 4.185 * 10  )
  364.                 : projectile kinetic energy in kT TNT equivalent
  365.                   given diameter d, velocity v, and projectile
  366.                   density delta in CGS units. delta of around 3
  367.                   g/cm^3 is fairly good for an asteroid.
  368.  
  369.     An RMS velocity of V = 20 km/sec may be used for Earth-crossing
  370.     asteroids.
  371.  
  372.     Under these assumptions, the body which created the Barringer Meteor
  373.     Crater in Arizona (1.13 km diameter) would have been about 40 meters in
  374.     diameter.
  375.  
  376.     More generally, one can use (after Gehrels, 1985):
  377.  
  378.     Asteroid        Number of objects  Impact probability  Impact energy
  379.     diameter (km)               (impacts/year)       (* 5*10^20 ergs)
  380.  
  381.      10                10             10^-8        10^9
  382.       1             1 000             10^-6        10^6
  383.       0.1           100 000             10^-4        10^3
  384.  
  385.     assuming simple scaling laws. Note that 5*10^20 ergs = 13 000 tons TNT
  386.     equivalent, or the energy released by the Hiroshima A-bomb.
  387.  
  388.     References:
  389.  
  390.     Gehrels, T. 1985 Asteroids and comets. _Physics Today_ 38, 32-41. [an
  391.     excellent general overview of the subject for the layman]
  392.  
  393.     Shoemaker, E.M. 1983 Asteroid and comet bombardment of the earth. _Ann.
  394.     Rev. Earth Planet. Sci._ 11, 461-494. [very long and fairly
  395.     technical but a comprehensive examination of the
  396.      subject]
  397.  
  398.     Shoemaker, E.M., J.G. Williams, E.F. Helin & R.F. Wolfe 1979
  399.     Earth-crossing asteroids: Orbital classes, collision rates with
  400.     Earth, and origin. In _Asteroids_, T. Gehrels, ed., pp. 253-282,
  401.     University of Arizona Press, Tucson.
  402.  
  403.     Cunningham, C.J. 1988 _Introduction to Asteroids: The Next Frontier_
  404.     (Richmond: Willman-Bell, Inc.) [covers all aspects of asteroid
  405.     studies and is an excellent introduction to the subject for people
  406.     of all experience levels. It also has a very extensive reference
  407.     list covering essentially all of the reference material in the
  408.     field.]
  409.  
  410.  
  411.     MAP PROJECTIONS AND SPHERICAL TRIGNOMETRY
  412.  
  413.     Two easy-to-find sources of map projections are the "Encyclopaedia
  414.     Brittanica", (particularly the older volumes) and a tutorial appearing
  415.     in _Graphics Gems_ (Academic Press, 1990). The latter was written with
  416.     simplicity of exposition and suitability of digital computation in mind
  417.     (spherical trig formulae also appear, as do digitally-plotted examples).
  418.  
  419.     More than you ever cared to know about map projections is in John
  420.     Snyder's USGS publication "Map Projections--A Working Manual", USGS
  421.     Professional Paper 1395. This contains detailed descriptions of 32
  422.     projections, with history, features, projection formulas (for both
  423.     spherical earth and ellipsoidal earth), and numerical test cases. It's a
  424.     neat book, all 382 pages worth. This one's $20.
  425.  
  426.     You might also want the companion volume, by Snyder and Philip Voxland,
  427.     "An Album of Map Projections", USGS Professional Paper 1453. This
  428.     contains less detail on about 130 projections and variants. Formulas are
  429.     in the back, example plots in the front. $14, 250 pages.
  430.  
  431.     You can order these 2 ways. The cheap, slow way is direct from USGS:
  432.     Earth Science Information Center, US Geological Survey, 507 National
  433.     Center, Reston, VA 22092. (800)-USA-MAPS. They can quote you a price and
  434.     tell you where to send your money. Expect a 6-8 week turnaround time.
  435.  
  436.     A much faster way (about 1 week) is through Timely Discount Topos,
  437.     (303)-469-5022, 9769 W. 119th Drive, Suite 9, Broomfield, CO 80021. Call
  438.     them and tell them what you want. They'll quote a price, you send a
  439.     check, and then they go to USGS Customer Service Counter and pick it up
  440.     for you. Add about a $3-4 service charge, plus shipping.
  441.  
  442.     A (perhaps more accessible) mapping article is:
  443.  
  444.     R. Miller and F. Reddy, "Mapping the World in Pascal",
  445.     Byte V12 #14, December 1987
  446.  
  447.     Contains Turbo Pascal procedures for five common map projections. A
  448.     demo program, CARTOG.PAS, and a small (6,000 point) coastline data
  449.     is available on CompuServe, GEnie, and many BBSs.
  450.  
  451.     Some references for spherical trignometry are:
  452.  
  453.     _Spherical Astronomy_, W.M. Smart, Cambridge U. Press, 1931.
  454.  
  455.     _A Compendium of Spherical Astronomy_, S. Newcomb, Dover, 1960.
  456.  
  457.     _Spherical Astronomy_, R.M. Green, Cambridge U. Press., 1985 (update
  458.     of Smart).
  459.  
  460.     _Spherical Astronomy_, E Woolard and G.Clemence, Academic
  461.     Press, 1966.
  462.  
  463.  
  464.     PERFORMING N-BODY SIMULATIONS EFFICIENTLY
  465.  
  466.     "Computer Simulation Using Particles"
  467.     R. W. Hockney and J. W. Eastwood
  468.     (Adam Hilger; Bristol and Philadelphia; 1988)
  469.  
  470.     "The rapid evaluation of potential fields in particle systems",
  471.     L. Greengard
  472.     MIT Press, 1988.
  473.  
  474.         A breakthrough O(N) simulation method. Has been parallelized.
  475.  
  476.     L. Greengard and V. Rokhlin, "A fast algorithm for particle
  477.     simulations," Journal of Computational Physics, 73:325-348, 1987.
  478.  
  479.     "An O(N) Algorithm for Three-dimensional N-body Simulations", MSEE
  480.     thesis, Feng Zhao, MIT AILab Technical Report 995, 1987
  481.  
  482.     "Galactic Dynamics"
  483.     J. Binney & S. Tremaine
  484.     (Princeton U. Press; Princeton; 1987)
  485.  
  486.         Includes an O(N^2) FORTRAN code written by Aarseth, a pioneer in
  487.         the field.
  488.  
  489.     Hierarchical (N log N) tree methods are described in these papers:
  490.  
  491.     A. W. Appel, "An Efficient Program for Many-body Simulation", SIAM
  492.     Journal of Scientific and Statistical Computing, Vol. 6, p. 85,
  493.     1985.
  494.  
  495.     Barnes & Hut, "A Hierarchical O(N log N) Force-Calculation
  496.     Algorithm", Nature, V324 # 6096, 4-10 Dec 1986.
  497.  
  498.     L. Hernquist, "Hierarchical N-body Methods", Computer Physics
  499.     Communications, Vol. 48, p. 107, 1988.
  500.  
  501.  
  502.     INTERPRETING THE FITS IMAGE FORMAT
  503.  
  504.     If you just need to examine FITS images, use the ppm package (see the
  505.     comp.graphics FAQ) to convert them to your preferred format. For more
  506.     information on the format and other software to read and write it, see
  507.     the sci.astro.fits FAQ.
  508.  
  509.  
  510.     SKY (UNIX EPHEMERIS PROGRAM)
  511.  
  512.     The 6th Edition of the Unix operating system came with several software
  513.     systems not distributed because of older media capacity limitations.
  514.     Included were an ephmeris, a satellite track, and speech synthesis
  515.     software. The ephmeris, sky(6), is available within AT&T and to sites
  516.     possessing a Unix source code license. The program is regarded as Unix
  517.     source code. Sky is <0.5MB. Send proof of source code license to
  518.  
  519.     E. Miya
  520.     MS 258-5
  521.     NASA Ames Research Center
  522.     Moffett Field, CA 94035-1000
  523.     eugene@orville.nas.nasa.gov
  524.  
  525.  
  526.     THREE-DIMENSIONAL STAR/GALAXY COORDINATES
  527.  
  528.     To generate 3D coordinates of astronomical objects, first obtain an
  529.     astronomical database which specifies right ascension, declination, and
  530.     parallax for the objects. Convert parallax into distance using the
  531.     formula in part 6 of the FAQ, convert RA and declination to coordinates
  532.     on a unit sphere (see some of the references on planetary positions and
  533.     spherical trignometry earlier in this section for details on this), and
  534.     scale this by the distance.
  535.  
  536.     Two databases useful for this purpose are the Yale Bright Star catalog
  537.     (sources listed in FAQ section 3) or "The Catalogue of Stars within 25
  538.     parsecs of the Sun" (in pub/SPACE/FAQ/stars.data and stars.doc on
  539.     ames.arc.nasa.gov).
  540.  
  541.  
  542. NEXT: FAQ #5/13 - References on specific areas
  543.