home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / misc / n4tl / amsoft.iii next >
Text File  |  1997-02-01  |  1KB  |  27 lines

  1. Program to calculate sunrise and sunset times by N4TL
  2. Algorithm from June 84 QST page 56
  3. Calculation section by WS4G and SM0CCM
  4. If any errors are found please send the information to N4TL
  5.  
  6. Sunrise and Sunset Program. Useful for radio communications."
  7.  
  8. This program will calculate the sunrise, sunset, and length
  9. of the day for all the countries listed in the SUN.DAT
  10. file, or for a single location. the SUN.DAT file has
  11. to be on the same disk as the default disk.
  12. Times are in hours and minutes UTC.
  13.  
  14. When the file input is used the times are calculated and
  15. displayed on the screen. The times are saved in the program,
  16. and can be sorted and printed.
  17. Compressed print can be used (for the IBM Graphics Printer).
  18.  
  19. If the SUN.DAT file is edited its format has to remain
  20. unchanged. It also has to be saved without compressed
  21. characters. If the Personal editor is used, use the NOTABS
  22. option when saving the file. The maximum number of countries
  23. is 500.
  24. ------------------------------------
  25. Calculate sunrise and sunset times
  26. ------------------------------------
  27.