home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / sop9314u.zip / STSPLUS.NEW < prev   
Text File  |  1993-03-29  |  10KB  |  164 lines

  1. STSORBIT PLUS Revision History
  2. ------------------------------
  3.  
  4.       Each released version of STSPLUS uses a four digit revision code such 
  5. as 9314. The first two digits indicate the year and the second two digits 
  6. indicate the week of the year. In some cases, an additional letter suffix 
  7. is added to distinguish changes occurring within the same week or to 
  8. identify special versions. A partial week at the beginning or end of the 
  9. year is counted as a full week. Using this method, a year will typically 
  10. have 53 weeks although it is possible to have 54 weeks in a leap year (1972 
  11. is an example). The current year-week revision code is shown on the Julian 
  12. Date display, Display Mode 7, in my program ASTROCLK.
  13.      This file records the revision history of program STSPLUS through all 
  14. of the minor twists and turns that usually accompany the evolution of such 
  15. a complex program. It illustrates the tortuous process of maintaining and 
  16. refining a program as ideas and problems are reported from every quarter. 
  17. These notes may also be helpful to users who are upgrading from one version 
  18. to another to find out what has changed.
  19.  
  20.                                               David H. Ransom, Jr.
  21.  
  22.  
  23. Version 9314 -- March 1993
  24. --------------------------
  25. -This is a MINOR UPDATE to correct several problems. Except for these 
  26. notes, the documentation is essentially unchanged.
  27. -Corrected a bug with F6 on the Main Menu. Switching between MET and T+E 
  28. using F6 changed the label but NOT the data. (F5 worked correctly when the 
  29. ground track is displayed.) Thanks to Paul Ferrante for reporting the bug.
  30. -Corrected (again!) a format error in file STSPLUS.OBS which is created for 
  31. use with TRAKSTAR. For names shorter than 20 characters, the numerical data 
  32. was shifted left. Thanks to Michael Simmons for helping track down the bug!
  33. -Corrected the CPU identification displayed for 386 processors to "80386DX 
  34. or 80386SX". Due to a typo, the SX processor was shown as "80387SX".
  35. -Corrected the spelling of Yarragadee, Australia. Thanks to Elwood Marshall 
  36. for the correction.
  37.  
  38.  
  39. Version 9311 -- March 1993
  40. --------------------------
  41. -This is a FULL RELEASE with updated documentation, and includes all 
  42. changes listed here as well as those made in Preliminary Versions 9307 
  43. through 9310. Please see the update notes below for details.
  44. -Added F1 to the Main Menu, Convert Keplerian Elements to 2-Line Format, 
  45. which incorporates the features formerly provided separately in my program 
  46. MAK2LINE. See new text for discussion and for a form which may be used to 
  47. transcribe data received by voice or modem.
  48. -Repaired a bug which caused the Location Map isocontours to be drawn at 
  49. the wrong location when a second location was enabled in orthographic mode. 
  50. Thanks to Paul Ferrante for reporting the problem!
  51. -Added Function Key F9 to the Time and Date Menu (F8 from the Main Menu) to 
  52. show the last system TIMESET and the current RIGHTIME corrections. This 
  53. menu item will not appear if program RIGHTIME is not detected.
  54. -Added additional code to maintain the prior state of RIGHTIME per Tom 
  55. Becker. Thanks, Tom!
  56. -Various minor cosmetic changes.
  57. -Documentation updated.
  58.  
  59.  
  60. Version 9310 -- March 1993
  61. --------------------------
  62. -This is a MAINTENANCE UPDATE and also includes several improvements to 
  63. Version 9309. Users updating from Version 9250 should also read the notes 
  64. for Version 9309 below.
  65. -In my rush to release Version 9309 of STSPLUS prior to STS-55, I neglected 
  66. to finish updating the code for F2 (Read 2-line elements). Hopefully, that 
  67. code has now been repaired correctly ... sorry!
  68. -STSPLUS is now "aware" of program RighTime by Tom Becker. Audible alarms 
  69. in prior versions would perform unpredictably when RighTime was active 
  70. because MS BASIC uses the hardware clock's timer functions for "music" 
  71. (which RighTime also uses). STSPLUS now detects RighTime and temporarily 
  72. disables RighTime while an audible alarm is being generated and then re-
  73. enables RighTime after the alarm has completed, restoring precise 
  74. timekeeping. With RighTime active, alarms are generated in foreground, 
  75. which may cause a slight delay in screen updating.
  76. -CAUTION: STSPLUS expects RighTime Version 2.5+; performance with prior 
  77. versions of RighTime may yield unpredictable results. If using a prior 
  78. version of RighTime, do NOT enable audible alarms!
  79. -If RighTime is not present or is not detected, the audible alarms are 
  80. generated in background as in prior versions. This usually causes the loss 
  81. of several clock ticks in the DOS software clock for each audible alarm. 
  82. Although the time loss per audible alarm is very small, the cumulative 
  83. error may become significant over extended time periods.
  84. -Added the flashing message "calculating ..." during Pass Prediction 
  85. calculations so that users with slow computers (especially those without a 
  86. math coprocessor) will know that the process is continuing. Users with 286 
  87. computers and no math coprocessor report delays up to tens of minutes for 
  88. satellites with low mean motions!
  89.  
  90.  
  91. Version 9309 -- February 1993
  92. -----------------------------
  93. -This is a PRELIMINARY RELEASE of a major update for STSPLUS and the first 
  94. public release since Version 9250. This version is being released as an 
  95. UPDATE ONLY for Versions 9250 and 9307; the full version will be released 
  96. shortly, complete with full documentation, pending the results of testing 
  97. for this preliminary release. See also the update notes for Version 9307 
  98. below. Comments and suggestions are invited, particularly with respect to 
  99. the new Data Output and Pass Prediction features.
  100. -Function Key F3 on the Main Menu, Pass Predictions and Data Output, has 
  101. been rewritten and improved.
  102. -Added Line-of-Sight Pass Predictions for the current satellite. Use F3 
  103. from the Main Menu and select Data Format 9. Pass predictions are made for 
  104. 48-hour blocks and for up to 99 passes. Users may immediately display a 
  105. listed pass by entering the pass number. STSPLUS then automatically sets 
  106. SIMULATED TIME to the middle of the pass and switches to the ground track 
  107. display. See the section "Pass Predictions and Data Output" for additional 
  108. information. The capability to use TRAKSTAR or other external tabular pass 
  109. prediction software has been retained for those who prefer that technique.
  110. -Improved and refined the Data Output capabilities introduced in Beta 
  111. Version 9307. Added FILE Data Output to file STSPLUS.LOG, and PRINTER Data 
  112. Output to printer LPT1:.
  113. -Modified F2 on the Main Menu (Read 2-line Elements) to require the "#" 
  114. symbol when entering the NORAD number; enter the NORAD number as "#20580". 
  115. This now permits satellite names such as "1993 012A" to be found correctly; 
  116. prior versions would treat such an entry as a NORAD number and the search 
  117. would fail.
  118. -Entering a full drive and path specification in addition to a filename 
  119. with F2 on the Main Menu (Read 2-line Elements) will now correctly set the 
  120. path without the need to use F7 (Set Paths and Filenames). Root directories 
  121. ("C:\") are now processed correctly. Press ESC to cancel.
  122. -Added text section titled "Time and the Personal Computer" which offers 
  123. information on setting and maintaining the PC clocks over long periods of 
  124. time. Includes information on programs TIMESET and RIGHTIME.
  125.  
  126.  
  127. Version 9307 -- February 1993
  128. -----------------------------
  129. -This is a BETA TEST VERSION, not released publicly.
  130. -Added Function Key F3 to the Main Menu. This provides data output on the 
  131. selected COM port with specified data items. Three different data formats 
  132. have been implemented so far.
  133. -Removed the original Function Key F3 (Read .INI file) from the Main Menu. 
  134. Use F2 to read 2-line elements and/or set file names. In Version 9250, the 
  135. satellite data was not being read when the .INI file was changed. This was 
  136. caused by logic changes to speed up initialization of the program. Also, 
  137. reading "foreign" .INI files sometimes caused problems.
  138. -Corrected a bug which caused a new launch time/date NOT to be added to 
  139. file STSPLUS.LTD if the curret satellite's NORAD number was less than the 
  140. last NORAD number in the file.
  141. -In response to a request by Maj. T.S. Kelso, USAF, who prepares the 2-line 
  142. orbital elements which I post on my RPV ASTRONOMY BBS, I have changed the 
  143. name of that file from "NASAnnn.TXT" to "TLEnnn.TXT". The default file 
  144. which STSPLUS looks for has been similarly changed. Since the orbital data 
  145. in the file does NOT come from NASA but from US Space Command, the use of 
  146. "NASA" in the filename was confusing and did not give credit where it was 
  147. due.
  148. -Corrected a minor bug which caused five pixels to be restored incorrectly 
  149. under the starbord (right) wing of the space shuttle icon.
  150. -Modified the operation of Function Key F5 from the Main Menu to ADD or 
  151. UPDATE new launch time and date in file STSPLUS.LTD rather than to append 
  152. the new data at the end of the file. This assures that the satellite is 
  153. included only once in the file and that the new or updated information is 
  154. always read correctly. Prior versions required the user to manually edit 
  155. the file to remove multiple entries.
  156. -Adjusted the maximum angle displayed for the isocontours (concentric 
  157. circles of satellite visibility) on the Location Map in orthographic mode 
  158. to take satellite altitude into account.
  159. -Corrected the STSPLUS.OBS file format for use with TRAKSTAR. The data was 
  160. correct but the spacing caused TRAKSTAR to sometimes read the data 
  161. incorrectly. Thanks to Michael Simmons for reporting the problem!
  162. -Corrected the latitude of Sao Paulo, Brazil in file STSPLUS.LOC. It was 
  163. one degree off to the South and wound up in the Atlantic Ocean ...
  164.