home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / educ / planets709.lha / Read.Me.2 < prev    next >
Text File  |  1992-08-05  |  2KB  |  77 lines

  1.  
  2.                             PLANET 1.1
  3.                             ==========
  4.  
  5.  
  6. This is a revised version of the PLANET program package as of ><> 321.
  7. Included are the sources for the two programs PLANET and MOONPHASE. I
  8. rewrote the most of the code to speed it up, changed the usage of the
  9. `time' routine to the ANSI standard and made both programs bilingual
  10. for English (that's the way they were) and German (just #define EUTSCH).
  11. The code is for SAS/C and was not tested with Aztec.
  12.  
  13.  
  14. Installation
  15. ------------
  16.  
  17. Unpack the LHA-file (LHA version 1.22 from ><> 637):
  18.  
  19.                  lha x PLANET
  20.  
  21. The path `LC/PROGS/PLANET/' will be created.
  22.  
  23.  
  24. Copyright
  25. ---------
  26.  
  27. See the two main files `PLANET.C' and `MOONPHASE.C' for details of
  28. restrictions implied by the various authors.
  29.  
  30.  
  31. Documentation
  32. -------------
  33.  
  34. MoonPhase needs no arguments.
  35.  
  36. Planet may be called as follows:
  37.  
  38.    planet [-y <year, 1992>]
  39.           [-m <month, 7>]
  40.           [-d <day, 27>]
  41.           [-t <time of day, 20.05>]
  42.           [-z <time zone, values from -12 to +12, this is different!>]
  43.           [-lo <longitude, values from -180 to +180>]
  44.           [-la <latitude, values from -90 to + 90>]
  45.  
  46.    planet <Julian day fraction, 2447527.5 for Jan 01 1989 at 0:00 UTC>
  47.  
  48.    planet <Default settings are used for the site of observation and
  49.            the current time is used for date and time. You may want
  50.            to change this part of the source code (PLANET.C)>
  51.  
  52.  
  53. Compiling
  54. ---------
  55.  
  56. Go to the directory `LC/PROGS/PLANET/' and call `lmk all' (given that
  57. you are using the SAS/C-Compiler package with the LMK utility). Both
  58. programs will be created.
  59.  
  60.  
  61. Suggestions
  62. -----------
  63.  
  64. If anyone has the time to rewrite the `moon_pos' and `planet_pos' routines
  65. to give them an extra kick of speed by using the addition theorems for
  66. sine and cosine. I don't have it. Sorry.
  67.  
  68. Any bug reports and/or further suggestions to
  69.  
  70.     Dipl.-Math.~Andreas Scherer
  71.     Abt-Wolf-Stra{\ss}e 17
  72.     8620 Lichtenfels
  73.     Fed.\ Rep.\ of Germany
  74.  
  75.  
  76. Have fun!                                                           Andreas
  77.