home *** CD-ROM | disk | FTP | other *** search
/ Hobbies & Leisure - Plus Bible Study & Games / HobbiesLeisurePlusBibleStudyAndGamesMapleMedia1995.disc1of1.iso / moontl04 / moontool.txt < prev   
Text File  |  1991-04-16  |  6KB  |  146 lines

  1. MOONTOOL.TXT:
  2.  
  3. MoonTool for Windows is copyright 1991 by Altmania Productions.
  4. The current version is 0.4.
  5.  
  6. This program requires Microsoft Windows 3.0 in either Standard Mode or 
  7. Enhanced Mode.  
  8.  
  9. Moontool.exe implements a MSWindows version of the SunTool written by 
  10. John Walker in 1988.  The current version only implements the features
  11. supported by MoonTool for SunTools version 2.0.
  12.  
  13. -----------------------
  14. Version 0.4
  15. -----------------------
  16. There are is one new features in this release.
  17. The name of the Icon is the current Phase of the Moon
  18.  
  19. No changes were made to the equations.
  20. The only change was an alteration in the method utilized to draw the 
  21. Current Phase of the Moon.  This fixes a problem related having the
  22. program Iconized in which only a White Box would appear.
  23. To correction was to draw the Moon on a larger Memory Space and then
  24. reduce it to the proper size by using StretchBlt.  The result is a
  25. much better representation of the Lunar Phase however there is a 
  26. performance cost caused by the use of StretchBlt instead of BitBlt.
  27.  
  28.  
  29. -----------------------
  30. Sources of Equations
  31. -----------------------
  32.  
  33. The following texts were used as references for the equations used
  34. in the program.  The actual equations were adapted from similar
  35. equations listed in the books.
  36.  
  37. "Practical Astronomy with your Calculator" 3rd Edition
  38. Peter Duffett-Smith
  39. Cambridge University Press, 1988
  40. ISBN 0-521-35629-6
  41.  
  42. "Astronomical  Formulae for Calculators" 2nd Edition
  43. Jean Meeus
  44. William bell, Inc., 1982
  45. ISBN 0-943396-01-8
  46.  
  47.  
  48. -----------------------
  49. TZ Environment Variable
  50. -----------------------
  51. The program requires that the TZ environment variable be set.  The format
  52. is as follows:
  53.         TZ = zzz[+/-]d[d][lll]
  54.  
  55. zzz is a three-character string representing the name of the current time 
  56. zone.  All three characters are required.  For example, the string "PST" 
  57. could be used to represent Pacific Standard Time.
  58.  
  59. [+/-]d[d] is a required field containing an optionally signed number with
  60. one or more digits.  This number is the local time zone's difference from 
  61. UTC (GMT) in hours.  Positive numbers adjust westward from UTC (GMT).  
  62. Negative numbers adjust eastward from UTC (GMT).  For example, the number
  63. 5 = EST, +8 = PST, and -1 = continental Europe.  This number is used in
  64. calculation of the UTC (GMT) from the local system time.
  65.  
  66. lll is an optional three character field that represents the local time 
  67. zone daylight savings time.  For example, the string "PDT" could be used
  68. to represent Pacific Daylight saving time.  
  69.  
  70. If TZ is not present then the string "EST5EDT" is assumed.
  71.  
  72. ----------------
  73. Future Additions
  74. ----------------
  75. Features to be included in future versions:
  76.  
  77. *       Help options to describe the information displayed.
  78.  
  79. *       Dialog boxes for input of Longitude and Latitude, TZ variable
  80.                 data, Daylight Savings Time flag.
  81.  
  82. *       Calculations of Solar and Lunar Eclipses, and graphical displays
  83.                 based upon the current Longitude and Latitude of the 
  84.                 viewer
  85.  
  86. *       Calculations of Planetary positions, and a graphical view of
  87.                 their orbital positions around the Sun
  88.  
  89. *       Ability to request the current Phase of the Moon, Planetary 
  90.                 postions, and Eclipses for any date and location.
  91.  
  92. *       Use of International Time format as defined in Control Panel
  93.  
  94. *       User Defined Moon Phase Update Frequency (currently every 10 minutes).
  95.  
  96. *       Use of a Real Bitmap of the Moon.
  97.  
  98. *       Fast Time Mode
  99.  
  100. I think this is enough of a dream for the moment.
  101.  
  102. --------------
  103. License of Use
  104. --------------
  105. This product is being written for the enjoyment of myself and those around
  106. the world.  
  107.  
  108. This product is copyrighted and is being released as shareware with the 
  109. traditional 21 day trial license.  If after 21 days of this program sitting 
  110. on your hard drive you do not feel that it is worth the money I am asking, you
  111. are obligated to delete all copies of it that you might have lying around.
  112.  
  113. The current cost for this program is $5.  For this money you will receive 
  114. notifications of future releases and the ability to order a FREE upgrade.
  115. My upgrade terms are you pay for the disk and postage and I build the 
  116. software.  Registered users may also request that specific features be added
  117. to the program.
  118.  
  119. As I am a starving Graduate Student, I am offering the following educational
  120. pricing policy: THIS PROGRAM IS FREE TO BE USED BY ALL FULL TIME STUDENTS 
  121. FROM GRADUATE SCHOOL ON DOWN TO KINDERGARTEN.  EDUCATION INSTITUTIONS ARE 
  122. EXPECTED TO PAY IF THEY USE THIS PROGRAM AS PART OF A COURSE OR OTHER 
  123. EDUCATIONAL LABORATORY.
  124.  
  125. As a SHAREWARE author, I am also offering this package free to all other 
  126. SHAREWARE authors.
  127.  
  128. However, I would still appreciate a note either by E-mail or Snail-mail
  129. that you are using this program and that you are either a Full-time student
  130. or Shareware author.  Please let me know what school you go to, and if you
  131. are a shareware author what programs you have distributed.  Maybe, I will
  132. want a copy.
  133.  
  134. Please mail checks and queries to:
  135.         Jeffrey Altman
  136.         15 Yarmouth Lane
  137.         Nesconset, New York 11767
  138.  
  139. E-mail addresses:
  140.        Internet:    JALTMAN@ccmail.sunysb.edu
  141.                     altman@sbcs.sunysb.edu
  142.        CompuServe:  71530,3252
  143.        
  144. All correspondence will be responded to.
  145.  
  146.