home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / basic / astrolog.lbr / ASTROLOG.DZC / ASTROLOG.DOC
Encoding:
Text File  |  1987-08-10  |  4.3 KB  |  89 lines

  1. This astrology program is written in MBasic 80,  Rev.  5.21,  for
  2. CP/M computers.
  3.  
  4. This  program  calculates  the  positions  of  the  ten  planets,
  5. including  the sun and moon,  and the twelve house cusps.   These
  6. are  the  essential elements needed to draw up  a  horoscope.   I
  7. chose  the  Placidus house system because I am familiar  with  it
  8. from Raphael's Table of Houses.  The accuracy of the positions is
  9. generally  exact,  with  deviations  being no more than  about  5
  10. minutes  of  arc;  deviations  are  likely  to  be  due  more  to
  11. inaccuracy  in entering the time of birth than to  problems  with
  12. the program.
  13.  
  14. Enter  the date of birth as the prompt (MM.DDYYYY)  shows,  e.g.,
  15. you would enter October 16, 1985 as 10.161985.
  16.  
  17. Respond  to the AM*PM birth time prompt by typing in either AM or
  18. PM.
  19.  
  20. The  TIME  prompt  asks  for the time as recorded  on  the  birth
  21. certificate,  which  should  be Standard Time.   Astrologers  who
  22. "know  too much" should not enter Mean Local Time as the  program
  23. automatically  makes  this  adjustment.    However,  if  Daylight
  24. Savings  Time  was  in effect when the time was  recorded  it  is
  25. important  that an hour be subtracted from the birth time  before
  26. entering  the time.   Also,  if the birth occurred between either
  27. midnight or noon and 1 o'clock,  do NOT enter the time as  12.xx,
  28. but as 00.xx, e.g., 12:42 at night would be AM and 00.42.
  29.  
  30. TIME  ZONE  IN  HOURS refers to the  distance  in  hours  between
  31. Greenwich  Time  and  the time zone in which the birth  time  was
  32. recorded.  Hours for the U.S. Standard Time zones are as follows:
  33. Atlantic 4
  34. Eastern  5
  35. Central  6
  36. Mountain 7
  37. Pacific  8
  38. Yukon    9
  39. Alaska- Hawaii 10
  40. Bering   11
  41. Although  zones sometimes have irregular boundaries,  the general
  42. rule  is  that  time  changes  by 1  hour  every  15  degrees  of
  43. geographical longitude.  Zones east of Greenwich Time are entered
  44. as negative hours, e.g., the zone in Paris, France is -1.
  45.  
  46. Geographical LONGITUDE can be taken from any  atlas.   Longitudes
  47. west of Greenwich are positive.  Longitudes east of Greenwich are
  48. negative.  The longitude of Los Angeles is 118.15.  The longitude
  49. of Paris, France is -2.20
  50.  
  51. Geographical LATITUDE is positive north of the equator,  negative
  52. south of the equator.  The latitude of Los Angeles is 34.03.  The
  53. latitude of Rio de Janeiro, Brazil is -23.00.
  54.  
  55. That's it.  Be patient while it says "Calculating..."  On a 4 MHz
  56. machine  it  takes about 1.3 minutes to calculate and print  both
  57. the  planetary positions and house cusps to the screen.   If  you
  58. want to save a hard copy and you don't have a "Print Screen" key,
  59. turn on the print feature with control-P before leaving CP/M  for
  60. MBASIC.   Or,  if  you like,  go into the listing and EDIT  lines
  61. 1800, 1805, 4803, & 4804 to change the PRINT commands to LPRINT.
  62.  
  63. The   program  was  assembled  and  adapted  from  the   numerous
  64. subprograms  contained in the Manual of Computer Programming  for
  65. Astrologers  by  Michael Erlewine with acknowledgement  to  James
  66. Neely  for  the  planetary routines.   This  book  was  published
  67. without   copyright  in  1980  by  The  American  Federation   of
  68. Astrologers,  Inc.   The  book  gives  routines  for  calculating
  69. additional  information  of interest to  astrologers  (e.g.,  the
  70. aspects between the planets) and for printing the information  in
  71. various  formats.   I did not judge these elements to be worth my
  72. trouble (the book's code requires considerable debugging) - I  am
  73. not  interested  in providing people with a  free  do-it-yourself
  74. astrologer  kit.   It  is a relatively easy matter for  a  decent
  75. astrologer  to  enter  the information from this program  onto  a
  76. blank  chart  form  and then  identify  the  important  planetary
  77. aspects.
  78.  
  79. If  you have printed out the horoscope positions of yourself or a
  80. friend  and then want to know "But what does it mean?",  I  think
  81. the best book for interpreting horoscopes is Heaven Knows What by
  82. Grant  Lewi;  its  companion volume is called Astrology  for  the
  83. Millions.
  84.  
  85.                          John Halloran
  86.                          P.O. Box 75713
  87.                          Los Angeles, CA 90075
  88.  
  89.