ChipMaster's bwBASIC This also includes history going back to v2.10. *WARN* some binary files might have been corrupted by CRLF.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

86 lines
6.7 KiB

  1. Astronomy Programs
  2. 1- Find Altitude and Azimuth, given Right Ascension and Declination
  3. 2- Find Local Sidereal Time, given Day of Year and Local Time
  4. 3- Find Right Ascension and Declination, given ALT, AZ and LST
  5. 4- QUIT Program, Return to MBASIC
  6. Enter Choice ==> 1
  7. Find Altitude and Azimuth
  8. RA (HOURS)? 12
  9. RA (MINUTES)? 34
  10. RA (SECONDS)? 56
  11. DEC (DEGREES)? 98
  12. DEC (MINUTES)? 54
  13. DEC (SECONDS)? 32
  14. LMST (DECIMAL HOURS)? 6
  15. ALTITUDE = 50.0955
  16. AZIMUTH = 12.3239
  17. <cr> to Continue?
  18. Astronomy Programs
  19. 1- Find Altitude and Azimuth, given Right Ascension and Declination
  20. 2- Find Local Sidereal Time, given Day of Year and Local Time
  21. 3- Find Right Ascension and Declination, given ALT, AZ and LST
  22. 4- QUIT Program, Return to MBASIC
  23. Enter Choice ==> 2
  24. Find Local Sidereal Time, LST
  25. DAY OF YEAR ? 123
  26. LOCAL TIME (HOURS)? 11
  27. LOCAL TIME (MINUTES)? 22
  28. LOCAL TIME (SECONDS)? 33
  29. LOCAL MEAN TIME = 11.3758
  30. GMST = 7.10953
  31. LMST = 1.98613
  32. <cr> to Continue?
  33. Astronomy Programs
  34. 1- Find Altitude and Azimuth, given Right Ascension and Declination
  35. 2- Find Local Sidereal Time, given Day of Year and Local Time
  36. 3- Find Right Ascension and Declination, given ALT, AZ and LST
  37. 4- QUIT Program, Return to MBASIC
  38. Enter Choice ==> 3
  39. Find Right Ascension and Declination
  40. ALTITUDE? 123
  41. AZIMUTH? 123
  42. LOCAL SIDEREAL TIME (DECIMAL HOURS)? 6
  43. RA = 9.23313
  44. DEC = 52.4171
  45. <cr> to Continue?
  46. Astronomy Programs
  47. 1- Find Altitude and Azimuth, given Right Ascension and Declination
  48. 2- Find Local Sidereal Time, given Day of Year and Local Time
  49. 3- Find Right Ascension and Declination, given ALT, AZ and LST
  50. 4- QUIT Program, Return to MBASIC
  51. Enter Choice ==> 4
  52. Program interrupted at line 400