home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / private / pct214.zip / PCT214.EXE / PCTRACK / PCTSCAN.DOC < prev    next >
Text File  |  1991-12-05  |  4KB  |  89 lines

  1. P C T S C A N  PC-TRACK Satellite Pass Summary Utility  
  2.                Version 1.0  12/2/91
  3.                Copyright (c) 1991 Thomas C. Johnson
  4.  
  5.  
  6. PCTSCAN generates satellite pass summaries for up to 8 satellites for one 
  7. tracking station. PCTSCAN uses the PC-TRACK files OBJECTS.DAT and 
  8. OBSERVER.DAT for satellite and station data. It also uses SYSTEM.DEF file
  9. to determine which satellites and station to generate summaries for. The 
  10. defaults set up during CONFIG SYSTEM in PC-TRACK are used. PCTSCAN uses
  11. the data path in SYSTEM.DEF to know where to look for OBJECTS.DAT and 
  12. OBSERVER.DAT. PCTSCAN must be in the same directory as SYSTEM.DEF. 
  13.  
  14. PCTSCAN takes up to three optional arguments as follows:
  15.  
  16.    PCTSCAN [/Ofilespec] [/Dstartdate] [/Nnumberofdays]
  17.  
  18.    /Ofilespec
  19.    Where "filespec" is the name and path of the output file which will 
  20.    contain the summary information produced by PCTSCAN. The default 
  21.    filespec is SCAN.DAT. To send data to the printer, you may enter
  22.    "prn" as the filespec.
  23.  
  24.  
  25.    /Dstartdate
  26.    Where "startdate" is the date of the first day to be scanned. Format for
  27.    startdate is MM/DD/YY where MM is the month from 01 to 12, DD is the day
  28.    of the month from 01 to 31, and YY is the last two digits of the year, from
  29.    00 to 99. The default date is the day following the current system date.
  30.  
  31.    /Nnumberofdays   
  32.    Where "numberofdays" is the number of days to be scanned starting with 
  33.    "startdate".  The default number of days to scan is 1.
  34.    
  35.    The /F, /D, and /N arguments may be given in any order.
  36.  
  37. PCTSCAN can be terminated at any time by pressing the ESC key. Processing
  38. will terminate and any pass data computed thus far will be written to the
  39. output destination.
  40.    
  41. PCTSCAN generates summary information for each satellite for each in-range 
  42. pass for the number of days designated before moving on to the next 
  43. satellite. Once all satellites are scanned for all days designated, the 
  44. data is sorted according to Acquisition Of Signal (AOS) date and time.
  45.  
  46. PCTSCAN sends summary information to the designated output file in the 
  47. format shown below. Each line is terminated by a CR/LF.
  48.  
  49. Sample scan report:
  50.  
  51. P C T S C A N    PC-Track Satellite Pass Summary Utility
  52.                  Version 1.0  12/2/91
  53.                  Copyright (c) 1991 Thomas C. Johnson
  54.  
  55.  
  56.                     Scan Report for Dayton
  57.  
  58.     OBJECT   AOS         AOS       CPA       MAX   LOS       TIME IN   PASS
  59.     NAME     DATE        TIME      TIME      ELEV  TIME      RANGE     DIRECTION
  60.              (UTC)       (UTC)     (UTC)           (UTC)
  61. ---------------------------------------------------------------------------------
  62.  GPS BII-01  12/04/1991  08:12:54  10:25:57  29.3  12:22:30  04:09:35  NORTHWARD
  63.  GPS BII-01  12/04/1991  22:50:39  01:26:13  47.1  03:59:51  05:09:11  SOUTHWARD
  64.  
  65.  
  66.  
  67. Scan report fields:
  68.  
  69.  Scan report for ________ : Name of tracking station report is generated for.
  70.  Object Name              : Name of satellite
  71.  AOS Date                 : Date of Acquisition Of Signal (AOS).
  72.  AOS Time                 : Time of Acquisition Of Signal.
  73.  CPA Time                 : Time of Closest Point Of Approach (CPA)
  74.  MAX Elev                 : Maximum Elevation (elevation at CPA).
  75.  LOS Time                 : Time of Loss Of Signal (LOS).
  76.  Time In Range            : Total time in range (LOS - AOS)
  77.  Pass Direction           : Direction of satellite pass 
  78.                             Northward starts from south and goes north.
  79.                             Southward starts from north and goes south.
  80.  
  81. Dates are given in the format MM/DD/YYYY where MM is the month, DD is the day
  82. of the month, and YYYY is the year.  
  83.  
  84. Times are given in the format HH:MM:SS where HH is the hours, MM is the 
  85. minutes, and SS is the seconds. Times are Coordinated Universal Time (UTC) or
  86. Local (LOCAL) depending on the configuration in SYSTEM.DEF set while in 
  87. CONFIG SYSTEM in PCTRACK.
  88.  
  89.