home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / GENERAL / ASTROS.ZIP / README < prev    next >
Text File  |  1991-11-30  |  6KB  |  179 lines

  1.  
  2.  
  3.                   A s t r o D a t a
  4.  
  5.                   Version 1
  6.  
  7.  
  8.  
  9. System Requirement:IBM PC (100% compatible)
  10.            640K RAM
  11.            DOS 3.0 and Up
  12.            Math Co-Processor not required
  13.  
  14. When you unzip ASTRO.ZIP, you should have the following:
  15.  
  16. 1) ASTRO.EXE   78504  11-30-91
  17. 2) TITLE.EXE   30436  11-27-91
  18. 3) README       5817  11-30-91
  19. 4) EGAVGA.BGI   5363   5-11-89
  20. 5) CGA.BGI      6253   5-11-89
  21. 6) TRIP.CHR     7241   5-11-89
  22.  
  23. To start program type ASTRO
  24.  
  25.  
  26. Table of Content
  27.  
  28. 1. Introduction
  29. 2. Instructions
  30. 3. Planets
  31. 4. Moon
  32. 5. Sun
  33. 6. Precision, Testing and Problems
  34. 7. Future Version
  35. 8. Closing Comments
  36.  
  37.  
  38. 1. Introduction
  39.  
  40.     AstroData was developed for the "budget-minded" amateur
  41. astronomers.  It was designed to "clutter" the screen with information
  42. necessary for the novice or serious amateur astronomer, and it is simply to
  43. use. There are good commercial astronomy programs, but the programs are too
  44. expensive!
  45.     Today the computers are getting smaller, and because of their size,
  46. most amateur astronomer would like to take a notebook computer along
  47. with their telescope (yours truly).  Taking a computer would eliminate
  48. the need for carrying along books, calculators, etc.
  49.     The formulas were derived from the book:
  50.  
  51.            Practical Astronomy With Your Calculator 2nd Ed.
  52.            Peter Duffett-Smith
  53.            Cambridge University Press
  54.            Copyright 1979,1981
  55.  
  56.  
  57. 2. Instructions
  58.  
  59.  
  60. NOTE 1: You are required to check your almanac for local area information
  61. before using this program such as time zone, longitude, latitude, sea-level.
  62.  
  63. NOTE 2: IMPROPER INPUT OF DATA CAN CAUSED UNDESIRABLE RESULT!
  64.  
  65.     When you start the program up, you should see a title.  Afterwards,
  66. it will ask if you wish to load geographical and time data from previous
  67. use of the program.  If you are using it for the first time, then you should
  68. hit 2 to enter new geographical and time data.
  69.     The program will then request your date, time, time zone, longitute,
  70. latitude, and sea-level.  Afterwards, a menu pops up to let you choose to
  71. view data for either the Sun, the Moon or the Planets.  You can review, save,
  72. and load your geographical and time data.  Next time you run this software,
  73. you can load your previous geographical and time data rather than typing
  74. again.  You can also change one of your geographical or time data elements
  75. from the menu.  If you wish to exit then press Esc.
  76.  
  77.  
  78. 3. Planets
  79.  
  80.     The planetary elements of their orbits uses the epoch starting at
  81. January 0.0 1980.  The planet section of the program will show you the
  82. following data:
  83.  
  84.         A) Right Ascension (hr,min,sec) and Declination (deg,',")
  85.         B) Distance from Planet Earth (AU)
  86.         C) Light-Travel Time (hr,min,sec)
  87.             -the time taken for the light to reach us from the planet
  88.         D) Angular Size (arcsec)
  89.         E) Illumination of Planet (%)
  90.             -A value of 0 means the dark side of the planet is towards
  91.              the earth.  A value of 100 means the whole bright side
  92.              faces the earth.
  93.         F) Position-Angle of the Bright Limb (deg)
  94.         G) Approximate Rising and Setting (hr,min,sec)
  95.         H) Solar Elongation (deg)
  96.  
  97.  
  98. 4. Moon
  99.  
  100.     The moon's orbital elements uses the epoch January 0.0 1980.  Due
  101. to the perturbation of the moon's orbit, many correction values had to be
  102. added to achieve higher order of accuracy.  For most purposes this program
  103. provides a good order of accuracy.  The moon section of the program will
  104. show you the following data:
  105.  
  106.         A) Right Ascension (hr,min,sec) and Declination (deg,',")
  107.         B) Illumination of Moon (%)
  108.             -eg. 0 means New Moon or 100 means Full Moon
  109.         C) Position-Angle of the Moon's Bright Limb (deg)
  110.         D) Distance from Planet Earth (km & miles)
  111.         E) Angular Size (deg,',")
  112.         F) Horizontal Parallax (deg,',")
  113.         G) Approximate Moonrise and Moonset (hr,min,sec)
  114.  
  115.  
  116. 5. Sun
  117.  
  118.     The Sun's apparent orbit elements uses the epoch January 0.0 1980.
  119. The sun section of the program will show you the following data:
  120.  
  121.         A) Right Ascension (hr,min,sec) and Declination (deg,',")
  122.         B) Distance from Planet Earth (km & miles)
  123.         C) Angular Size (deg,',")
  124.         D) Approximate Sunrise and Sunset (hr,min,sec)
  125.         E) Approximate Twilight (hr,min,sec)
  126.         F) Carrington Rotation Number
  127.  
  128.  
  129. 6. Precision, Testing and Problems
  130.  
  131.     Factors such as parallax, refraction, solving Kepler's Equation have
  132. been taken into account to provide a better precision of the coordinates,
  133. rising, and setting.
  134.     This program was written in Turbo C 2.01 on an IBM AT clone using an
  135. Intel 16 MHz 80386SX microprocessor.  This program will never replace the
  136. ones written for NASA or the major observatories, but it will give a good
  137. order of accuracy for most amatuer astronomer.  The precision of the data
  138. will depend on the machine you use to run the program.  It does not require
  139. a lot of RAM memory, and the program takes very little space on hard drive
  140. or floppy.
  141.     If you discover their is a problem or numerical inconsistency feel
  142. free to send me a letter stating the problem, and I will try to "debug" the
  143. problem.  Remember, I am only human!
  144.  
  145. 7. Future Version
  146.  
  147.     As you are reading this file, I am currently working on a future
  148. version of this software, and it will include not only what is in this
  149. version but the following:
  150.  
  151.         A) A map display of the heavens from any location
  152.            and time in the world. (stars,planets,sun,moon,etc)
  153.         B) Messier Objects
  154.         C) Galilean Satelites
  155.  
  156. 8. Closing Comment
  157.  
  158.     This is a free shareware program, and I do not get any money for
  159. developing this software.  If you have any suggestions, comments, or
  160. problems, please send a letter to:
  161.  
  162.             P.O. Box 670
  163.             New York, NY 10451
  164.  
  165. NOTE: The author of this program assumes no responsibilty for any damage
  166.       cause by this software!
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.