home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / satel / sateqv74 / nasaorb.doc < prev    next >
Text File  |  1990-07-30  |  2KB  |  41 lines

  1.                         -- NASAORB --
  2.                          version 1.1
  3.  
  4.  
  5.    This program reads a sequential file in a NASADATA format and loads
  6. the satellite information into a file suitable for use with the new
  7. version of the SATEQ program written by OE1HSI.  It is similar to the
  8. NASALOAD program written by CE3IAT but produces the new format required
  9. by the latest version of the SATEQ satellite tracking program.  It will
  10. not work with the older versions of SATE.
  11.  
  12.    Input to the program consists of a file called NASADATA.ORB which
  13. must be in the current directory and is available from NASA or your
  14. favorite Ham Radio BBS.
  15.  
  16.    The output file is called SATKEPN.DAT.  It will be created if it does
  17. not exist in the current directory and overwritten (without warning) if
  18. it does exist.  You may want to make a backup copy of your old SATKEPN.DAT
  19. file just in case.  The program will truncate the satellite name to
  20. 9 characters if the input file contains more than 9.  The program will
  21. also replace any blanks in the satellite name with the underscore
  22. character "_" and convert any lower case letters to upper case as
  23. required by SATEQ.  It will also automatically create a dummy last
  24. satellite called "END" with all 0 numbers as required by SATEQ.  The
  25. beacon frequency field will be set to 0 for all satellites since this
  26. information is not available in the NASADATA.ORB file.
  27.  
  28. The program is written in Microsoft C and source code is included.
  29.  
  30. Note - SATEQ will accept a maximum of 20 satellites but the limit is
  31.        15 for the real time prediction feature. NASAORB will now
  32.        print a friendly reminder if it processes more than 15 satellites.
  33.  
  34. Changes for version 1.1 - 1/23/90
  35.   - Warning for more than 15 satellites
  36.   - Truncate satellite name to 9 (vs. 10) characters
  37.   - Support tabs in input file (assuming standard tab handling)
  38.   - Print version number and number of satellites processed
  39.  
  40.  -- Lou Voerman     KB2XN
  41.