home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / satel / lab / lab.doc < prev    next >
Text File  |  1986-04-07  |  3KB  |  51 lines

  1.      LAB.BAS  is  a  basic  program written for the  IBM  or  IBM 
  2. compatible with 128k of RAM,  two disk drives and a printer.   It 
  3. may  be  run  on a one drive system by  removing  the  "B:"  from 
  4. several lines in the program files LAB.BAS, LAC.BAS AND SEM.BAS.
  5.      The  program  is  written  in  using  double  precision  for 
  6. accuracy.   If  accurate  station locations and  current  orbital 
  7. elements  are used angle accuracy is within .05 degrees and range 
  8. to about 50 meters.
  9.      This  is  a menu driven program using overlays  to  minimize 
  10. core requirements.  The following files are required:
  11.                     LAB.BAS   (saved in ASCII)
  12.                     LAC.BAS   (saved in ASCII)
  13.                     SEM.BAS   (saved in ASCII)
  14.                     ELSET.FIL
  15.                     STATION.FIL
  16.      The  basic files must be stored on disk using the /A  switch 
  17. in  order  for  the  overlay technique  to  be  used.   The  disk 
  18. containing  the  above  files must be placed in drive  B  with  a 
  19. SYSTEM  disk  containing  BASIC,BASICA or  GWBASIC  in  drive  A.  
  20. Output is to the printer therefore the printer must be on line.
  21.      The  file "STATION.FIL" is the file containing the  location 
  22. of the station for which data are to be computed.  The parameters 
  23. are  latitude,  longitude,  height above the  spheroid,  meridian 
  24. deflection and prime deflection.  Height, meridian deflection and 
  25. prime  deflection  may  be  entered as zero  if  unknown  without 
  26. serious degradation of output.   Longitude is positive east.  The 
  27. following is an example of a location near the Tech Lab at PAFB:
  28.                28 13 34.8742 LAT
  29.               279 24  2.0120 LONG
  30.               -14.94 METERS above spheroid
  31.                  .84 meridian deflection  (seconds of arc)
  32.                 1.17 prime deflection  (seconds of arc)
  33.      ELSET.FIL  contains  the orbital elements of the  object  of 
  34. interest. Samples are included in the file.
  35.      With the default drive A, type BASIC B:LAB, BASICA B:LAB or 
  36. GWBASICA B:LAB.  Make menu selections and away you go.
  37.      When computing angles you will be prompted for the station 
  38. name, object number and object name.  Give names stored in 
  39. STATION.FIL and ELSET.FIL.  You will then be prompted for the 
  40. date of the desired look angles. The form is Julian (yydoy) or 
  41. year and day of year.  Example 86001 is the first of Jan. 1986.  
  42. The stop date is in the same format. The next prompt is for the 
  43. interval between points.  Enter the number of seconds (1 to 
  44. 86400).  The computation begins.
  45.      The display will show U(3), (the number of kilometers above 
  46. or below the tangent plane), WD (the vertical velocity in 
  47. kilometers/sec, the current revolution the target is in and the 
  48. elevation angle in degrees.  These are displayed to show you the 
  49. computer is working and the printer will receive only those 
  50. points with a positive elevation.
  51.      Happy computing.