home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / sat / sat_04 / prog / traksat.hlp < prev    next >
Text File  |  1997-02-01  |  75KB  |  1,641 lines

  1. @@TRAKSAT
  2.  
  3.                                ^FfTRAKSAT^n
  4.                     Satellite Tracking Program for DOS
  5.  
  6.                           Copyright (C) 1989-1996
  7.                             By Paul E. Traufler
  8.                             All Rights Reserved
  9.  
  10.                          E-Mail: wintrak@traveller.com
  11.                  Home Page: http://www.hsv.tis.net/~wintrak
  12.  
  13.           ******************************************************* 
  14.           TRAKSAT makes no warranty of any kind either express or 
  15.         implied including but not limited to implied warranties of 
  16.          merchantability and fitness for a particular purpose with  
  17.          respect to this software and accompanying documentation. 
  18.   
  19.           Paul E. Traufler author of TRAKSAT SHALL NOT BE LIABLE 
  20.           FOR ANY DAMAGES (INCLUDING DAMAGES FOR LOSS OF BUSINESS 
  21.               PROFITS BUSINESS INTERRUPTION LOSS OF BUSINESS 
  22.              INFORMATION OR OTHER INCIDENTAL OR CONSEQUENTIAL 
  23.           DAMAGES) ARISING OUT OF THE USE OF OR INABILITY TO USE 
  24.              TRAKSAT OR FOR ANY CLAIM BY ANY OTHER PARTY. This 
  25.              agreement is governed by the laws of the state of 
  26.                                  Alabama. 
  27.          ********************************************************* 
  28.  
  29.  
  30. @@OPEN TLE
  31.  
  32.  This option will ask for a TLE filename and then try to open it
  33.  and load the elements.
  34.  
  35. @@EDIT TRAKSAT.INI
  36.  
  37.  This option will allow you to edit the INI file inside the program.
  38.  ^FaUse this option only if you understand the INI file format.^n
  39.  
  40. @@SHELL TO DOS
  41.  
  42.  This option allows you to enter into DOS and run a program or some
  43.  other DOS task. Type EXIT to return to TRAKSAT.
  44.  
  45. @@SYSTEM INFO
  46.  
  47.  This option will display some system parameters such as free memory.
  48.  
  49. @@EXIT
  50.  
  51.  This option will quit the program.
  52.  
  53. @@HOT KEYS
  54.  
  55.  TRAKSAT uses these hot keys to jump to several program selections.
  56.     (Press the Alt and the listed key at the same time)
  57.  
  58.         Alt+C = View/Edit current tracking station data
  59.         Alt+D = Switch to Delta-Time mode
  60.         Alt+E = Open a TLE file
  61.         Alt+G = Ground Track
  62.         Alt+N = Find a satellite from the list
  63.         Alt+P = View/Change program defaults
  64.         Alt+R = Switch to Real-Time mode
  65.         Alt+X = Exit the program
  66.         Alt+3 = Rendered 3D view at the satellite
  67.         F1    = Online help
  68.  
  69.  During ANY graphics display pressing ^FaP^n will cause the current
  70.  screen to be saved to a PCX file.
  71.  
  72. @@PUSH BUTTON
  73.  Push buttons behave much like a push button
  74.  on a TV or VCR.  Pressing the button causes 
  75.  some action to take place. If the return key 
  76.  is pressed on this button or if the button 
  77.  is selected with the mouse, the associated 
  78.  commanded will be done.
  79.  
  80. @@DATA ENTRY CANCEL BUTTON
  81.  The current object is a push button.  If 
  82.  the return key is pressed on this button 
  83.  or if the button is selected with the 
  84.  mouse, the current data entered in this 
  85.  form will be ^hlost^n.
  86.  
  87. @@DATA ENTRY DONE BUTTON
  88.  The current object is a push button.  If 
  89.  the return key is pressed on this button 
  90.  or if the button is selected with the 
  91.  mouse, the current data entered in this 
  92.  form will be ^hsaved^n.
  93.  
  94. @@FIELDS
  95.  Entry fields are a flexible method for you
  96.  to enter data into the program. Most fields
  97.  are error checked and simple to use. Please
  98.  enter the required data.
  99.  
  100. @@RADIO BUTTONS AND CHECK BOXES
  101.  Radio buttons and check boxes allow the 
  102.  user to select predefined options.  
  103.  Radio buttons restrict users to selecting 
  104.  only one selection from a group.  While 
  105.  check boxes allow multiple selections to 
  106.  be made.
  107.  
  108. @@LIST BOXES
  109.  List boxes provide the user with a 
  110.  scrolling list of items to choose from.  
  111.  
  112. @@FORMAT OF NORAD 2-LINE DATA
  113.    
  114.  NORAD maintains general perturbation element sets on
  115.  all resident space objects. These element sets are
  116.  periodically refined so as to maintain a reasonable
  117.  prediction capability on all space objects. In turn
  118.  these element sets are provided to users. 
  119.   
  120.  The element data will be maintained in ASCII format
  121.  in a file. Data for each satellite will consist of
  122.  three lines in the following format: 
  123.   
  124.  AAAAAAAAAAAAAAAAAAA 
  125.  1 NNNNNU NNNNNAAA NNNNN.NNNNNNNN +.NNNNNNNN +NNNNN-N +NNNNN-N N NNNNN 
  126.  2 NNNNN NNN.NNNN NNN.NNNN NNNNNNN NNN.NNNN NNN.NNNN NN.NNNNNNNNNNNNNN 
  127.   
  128.  Line 1 is a 20-character name. Lines 2 and 3 are the
  129.  standard Two-Line Orbital Element Set Format identical
  130.  to that used by NASA and NORAD. The format description 
  131.  is:
  132.   
  133.  Line 2 
  134.  Column   Description 
  135.  01-01   Line Number of Element Data 
  136.  03-07   Satellite Number 
  137.  10-11   Internat. Designator (Last 2 digits of launch year) 
  138.  12-14   Internat. Designator (Launch number of the year) 
  139.  15-17   Internat. Designator (Piece of launch) 
  140.  19-20   Epoch Year (Last two digits of year) 
  141.  21-32   Epoch (Julian Day and fractional portion of the day) 
  142.  34-43   First Time Derivative of the Mean Motion (rev/day^2) 
  143.          or Ballistic Coefficient (Depending of ephemeris type) 
  144.  45-52   Second Time Derivative of Mean Motion (Blank if N/A) 
  145.  54-61   BSTAR drag term if GP4 perturbation theory was used. 
  146.          Otherwise radiation pressure coefficient. 
  147.  63-63   Ephemeris type 
  148.  65-68   Element number 
  149.  69-69   Check Sum (Modulo 10) 
  150.          (Letters blanks periods=0; minus sign=1; plus sign=2) 
  151.   
  152.  Line 3 
  153.  Column  Description 
  154.  01-01   Line Number of Element Data 
  155.  03-07   Satellite Number 
  156.  09-16   Inclination [Degrees] 
  157.  18-25   Right Ascension of the Ascending Node [Degrees] 
  158.  27-33   Eccentricity (decimal point assumed) 
  159.  35-42   Argument of Perigee [Degrees] 
  160.  44-51   Mean Anomaly [Degrees] 
  161.  53-63   Mean Motion [Revs per day] 
  162.  64-68   Revolution number at epoch [Revs] 
  163.  69-69   Check Sum (Modulo 10) 
  164.          All other columns are blank or fixed. 
  165.     
  166.  Example: 
  167.  AO-13 
  168.  1 19216U 88051B  94221.17750886 -.00000167 00000-0 10000-4 0 9430 
  169.  2 19216 57.7592 237.5053 7223597 347.6665  1.4454 2.09725165 15622 
  170.   
  171. @@OBTAINING TLES
  172.   
  173.  The following BBS's have the current satellite data files; 
  174.   
  175.              RPV BBS 
  176.              Rancho Palos Verdes Ca.  
  177.              SYSOP: Dave Ransom Jr. 
  178.              310-541-7299 (Primary) or 310-544-8977  
  179.              24 hours 28800/14400/9600/2400 baud  
  180.              8 bit NO parity 1 stop. 
  181.  
  182.              Datalink RBBS System 
  183.              Dallas Texas 
  184.              SYSOP: Dr. Jeff Wallach 
  185.              214-394-7438 
  186.              24 hours 28800/14400/9600/2400/1200 baud  
  187.              8 bit NO parity 1 stop. 
  188.     
  189.              Clear Skies 
  190.              Madison WI 
  191.              SYSOP: David Mullenix 
  192.              608-249-7130 
  193.              24 hours 14400/9600/2400/1200 baud  
  194.              8 bit NO parity 1 stop. 
  195.   
  196.  
  197.  INTERNET SITES:
  198.  
  199.    http://www.hsv.tis.net/~wintrak
  200.  
  201.  
  202.    (anonymous FTP)
  203.    address 129.92.1.66 then go to the pub/space directory
  204.  
  205.     
  206. @@WHY REGISTER
  207.   
  208.  Why should I register ? 
  209.   
  210.  Well first off it is the right thing to do. If you use TRAKSAT 
  211.  for more than 30 days it is time to register. What do I get by  
  212.  registering TRAKSAT ? 
  213.   
  214.  1. Support for Shareware so you can keep getting low-cost 
  215.  software in the future. 
  216.   
  217.  2. You will be E-mailed a notice when new versions become available. 
  218.     *** E-Mail Notice ONLY ***
  219.   
  220.  3. Support will be provided to registered users only. 
  221.   
  222.  4. The option of getting your name placed on the About screen so 
  223.  everyone will know you registered your program. 
  224.   
  225.  5. The warm feeling that you are supporting me in this pursuit. 
  226.   
  227.  6. The latest version of the program and new satellite 
  228.  elements also. 
  229.   
  230.  7. Support for the Auto Tracker to provide automatic antenna control  
  231.  and Doppler shift radio tuning also. The Auto Tracker is manufactured 
  232.  by Endeavour Electronics (508) 851-5661. 
  233.   
  234.  Your registration helps support me and my family also. I have 
  235.  spent a great deal of time and effort in this program and would  
  236.  hope that you will be honest and register. I have kept the cost  
  237.  of this program within the reach of almost anyone just try to  
  238.  find another satellite tracking program with all the features of  
  239.  TRAKSAT for less money. Please see the file ORDER.FRM for ordering 
  240.  and pricing information.
  241.  
  242. @@QUESTIONS AND COMMENTS 
  243.         
  244.  I have retained any and all commercial rights to TRAKSAT and as 
  245.  such can only control its use by controlling the source code. 
  246.  Therefore the source code can only be licensed for use by the 
  247.  author, Paul E. Traufler. 
  248.         
  249.  The time, money, and energy spent on the development of TRAKSAT 
  250.  has been both informative and interesting, however as with all 
  251.  shareware developers my resources are limited. Support for 
  252.  TRAKSAT, by registering, will be required to continue the 
  253.  improvements and new features. REMEMBER THAT IF YOU USE TRAKSAT 
  254.  ON A REGULAR BASIS YOU ARE REQUIRED TO REGISTER THE PROGRAM. 
  255.                           
  256.  TRAKSAT is still growing and improvements WILL BE MADE IF users 
  257.  provide feedback, report errors and REGISTER. The only way this 
  258.  can happen is if you, the user, takes the time to leave me 
  259.  messages or mail on problems or suggestions. I will try to answer 
  260.  your messages in a timely manner. 
  261.  
  262.  One of the major goals of this project was to make the finest, 
  263.  easiest to use, satellite tracking program available. A PROGRAM 
  264.  THE AVERAGE PERSON CAN USE AND SUCCESSFULLY TRACK SATELLITES! 
  265.              
  266.  I would suggest the user to OBTAIN A COPROCESSOR if they do not 
  267.  have one already. A coprocessor speeds up math intensive 
  268.  programs, such as TRAKSAT, to a level that was only dreamed about 
  269.  a few years ago. Besides the cost of coprocessors has fallen to a 
  270.  level that most people can afford one with little struggle. As of 
  271.  December 1995, 387's cost $20-$30.
  272.               
  273. @@SPECIAL THANKS 
  274.  
  275.  I would like to take this opportunity to thank the many people 
  276.  who helped me either directly or indirectly on this program. 
  277.  First of all my wife, Anita, who understands why I have a hobbie 
  278.  like computers and enjoy working with them. She has not 
  279.  complained about the many hours, in excess of 3000 hours, I have 
  280.  spent working on TRAKSAT. My children have learned to "share" my 
  281.  free time also. 
  282.         
  283.  Dave Ransom Jr., of Rancho Palos Verdes, CA. has kept me going 
  284.  when my interest in the program was slipping away. I did use the 
  285.  city data from his excellent program STSPLUS. I also used several 
  286.  of the references Dave listed in his program. I would highly 
  287.  recommend his program. My thanks to Dave and his wife Vicki. 
  288.        
  289.  John Williams and Dr. Jeff Wallach, from the Dallas DataLink BBS, 
  290.  have been very helpful in this project also. They have offered 
  291.  data and a helping hand with TRAKSAT.  The DataLink BBS has a 
  292.  vast amount of satellite information along with other interests. 
  293.  I would recommend it to others interested in satellite tracking. 
  294.  The DataLink BBS is THE place to learn about obtaining satellite 
  295.  images. My thanks to John and Jeff and their families. 
  296.  
  297.  I would also like to thank Dr. T.S. Kelso, SYSOP of the Celestial 
  298.  BBS where current satellite data can be downloaded. Several 
  299.  satellite tracking programs are also available on his BBS along 
  300.  with a vast amount of satellite information. Its people like T.S. 
  301.  that make satellite tracking possible by providing the means to 
  302.  obtain current satellite data sets. Good work! 
  303.  
  304.  Alan Bose has done a wonderful job sparking interest in the 
  305.  Chicago area with his radio "talk shows". He has made satellite 
  306.  watching a simple task even for the beginner. Tune in to WGN AM 
  307.  720 radio sometime and hear for yourself. 
  308.  
  309.  To the many other people who have helped with a steady stream of 
  310.  ideas and improvements, THANKS, and keep them coming! 
  311.  
  312. @@Getting Started
  313.  
  314.         Did you get a complete copy of the program? The following files 
  315.         SHOULD have been included in the archive file. 
  316.  
  317.               TRAKSAT.EXE  The program. 
  318.               TRAKSAT.INI  The default data for TRAKSAT. 
  319.               TRAKSAT.CTY  The city file for tracking stations. 
  320.               TRAKSAT.DOC  TRAKSAT program documentation. 
  321.               TRAKSAT.HLP  TRAKSAT help file.
  322.               TRAKSAT.NDX  TRAKSAT help file index.
  323.                 EARTH.DAT  World map data file. 
  324.                 EARTH.BIN  World map data file. 
  325.                   TLE.TXT  This is the latest NORAD satellite data set, 
  326.                  READ.ME   Latest notes about the program. 
  327.                  TRAK.NEW  New features for this version. 
  328.                MODERN.FON  This is a font file used for the graphics. 
  329.                  FONT.VGA  This is a font file used for the menus. 
  330.                 ORDER.FRM  This file contains TRAKSAT order forms. 
  331.                STAR6A.BIN  This is a star data base that is NOT required 
  332.                            to run TRAKSAT, it is optional. This data file 
  333.                            can be used in the external star data 
  334.                            option. It has all stars to magnitude 6.0 
  335.                            in it. 
  336.  
  337.         What do I need to run the program? In order to run the program 
  338.         the user will need the following hardware/software; 
  339.         
  340.                  IBM or 100% compatible AT,PS/2,286,386,486, 2MB 
  341.                  Ram (250K free ram is required), Floppy or Hard 
  342.                  Disk (approximately 1Meg free), Text mode display 
  343.                  (25x80), CGA, EGA, VGA, or SVGA graphics, HIMEM or
  344.                  some other memory manager installed.
  345.  
  346.                  Math coprocessor is NOT required BUT RECOMMENDED, 
  347.                  (IF A COPROCESSOR IS PRESENT IT WILL BE USED *), 
  348.                  PC DOS or MS DOS VERSION 5.0 or above. This version of 
  349.                  TRAKSAT WILL NOT RUN ON XT (8088) COMPUTERS, if you 
  350.                  are still using a XT computer for satellite tracking 
  351.                  you will need to use Version 3.03 or UPDATE the 
  352.                  computer. 
  353.  
  354.         * It should be noted that a coprocessor will be 3 to 4 times 
  355.         faster than the emulator version. If the user plans on using the 
  356.         real-time tracking mode, a coprocessor will "smooth out" the time 
  357.         steps to such a small delta as to appear instantaneously. At any 
  358.         rate the real-time mode runs as fast as the host computer can 
  359.         calculate the data and update the screen. 
  360.  
  361.                                 ****************** 
  362.                                 * IMPORTANT NOTE * 
  363.                                 ****************** 
  364.  
  365.         This version of TRAKSAT will NOT run on XT (8088) computers, a 
  366.         286 AT class computer is the minimum hardware supported. 
  367.  
  368.  
  369. @@Running The Program 
  370.         
  371.         To start TRAKSAT you type "TRAKSAT", without the quotation marks, 
  372.         at the DOS prompt. Several command-line options are available to 
  373.         modify the start-up of the program. See Chapter 2 for details. 
  374.         
  375.         After the opening screen is displayed the Main Menu will be 
  376.         displayed next. From the Main Menu the user can control the 
  377.         program. The Main Menu is the core of the program, i.e. from this 
  378.         menu the user can setup satellite data, tracking station data, 
  379.         and output selections. 
  380.  
  381.  
  382.         What's the Next Step? 
  383.  
  384.         With the program up and running you will notice a tabular type 
  385.         output screen. The satellite will be AO-13 with Harvest, AL as 
  386.         the tracking station. (These are the factory set defaults.) Press 
  387.         the Esc (escape) key to stop the output. Select Station/Find from 
  388.         the Main Menu a menu box will appear while the city data is being 
  389.         loaded. If you want to cancel the reading of data press Esc. 
  390.         Scroll through the list of stations and find your city. (Relax if 
  391.         you do not find it as you can add to the TRAKSAT.CTY file or edit 
  392.         the changes later.) Be sure to set the UTC Offset for this 
  393.         station. Select Replace Station #1 and then Save. This will make 
  394.         your city the new station number 1. You can add other stations 
  395.         later if you wish. If you want another satellite or tracking mode 
  396.         at program startup select Options/Default from the Main Menu 
  397.         next. You can enter several defaults used by the program or make 
  398.         changes on the fly in some cases. Set the defaults as you 
  399.         requirements may need and select Save. Now TRAKSAT is configured 
  400.         for your needs! Please read Chapter 2, User Options for more 
  401.         details. 
  402.  
  403.  
  404. @@User Options
  405.  
  406.         Command-Line options 
  407.  
  408.         TRAKSAT has several command-line options available that may prove 
  409.         useful. To use any of these commands type "traksat /?", without 
  410.         the quotes. (Replace the ? with one or more of the following 
  411.         commands.) Valid options are; 
  412.         
  413.                /a  = Run Analytical Solution Mode at start up, 
  414.                /m  = Use Monochrome mode, 
  415.                /x  = Do NOT try to load element data at start-up. 
  416.                /nofont = Do NOT use the VGA font on the menus.
  417.                          (Use this if NOT on a VGA display)
  418.                /at = Use the Auto Tracker for antenna control. 
  419.                      (This is optional support) 
  420.  
  421.         These commands are not upper/lower case specific. 
  422.  
  423.  
  424. @@TRAKSAT.INI File 
  425.  
  426.         TRAKSAT has many options available to suit your particular needs. 
  427.         The program stores your options in a file called TRAKSAT.INI. 
  428.         This file is an ASCII text file that can be edited by any word 
  429.         processor that can save as ASCII text. (DOS utility program EDIT 
  430.         works fine.) The program will look for this file in the same 
  431.         place as the program EXE is located. ONE WILL NOT BE CREATED IF 
  432.         IT IS MISSING, however the program will use some defaults to get 
  433.         you started at least. Several options allow you to save your new 
  434.         defaults to the INI file, however the program will first make a 
  435.         backup of the current INI settings to a file called TRAKSAT.BAK. 
  436.         From the File/Edit INI file menu option you can edit the INI file
  437.         from inside the program.
  438.  
  439.         An example of the INI file is included below; 
  440.  ;
  441.  ; TRAKSAT Version 4.00 INI, Copyright (C) 1996 By Paul E. Traufler 
  442.  ;
  443.  ; *** A semi-colon in the FIRST column means a comment field ***
  444.  ; ALL DATA MUST FOLLOW THE = SIGN, ** NO SPACES ** 79 columns MAX
  445.  ; The section titles i.e., [Program Info] MUST start in column ONE
  446.  ;
  447.  ; Program Info, Automatic, and Groups can NOT be set inside the
  448.  ; program, you must edit the TRAKSAT.INI file and make the desired 
  449.  ; changes.
  450.  ;
  451.  [Program Info]
  452.  Element Filename=tle.txt
  453.  ; DO NOT END THE OUTPUT PATH WITH A "\" CHARACTER
  454.  ; Adding an output path is strongly recommended
  455.  Output Path=
  456.  ;
  457.  ; *** CONSULT DOCUMENTATION FOR DETAILS *BEFORE* SETTING VIDEO MODES ***
  458.  ; -4=EGA 640x350x16, -3=Herc, -2=CGA Mono, -1=VGA Mono, 0=Auto, 1=VGA
  459.  ;
  460.  ; If running in Win95 and you have more than 256 color video it is
  461.  ; best to set the output to 16 color modes as they are faster, or at
  462.  ; least set to VGA (-1) as this is the fastest display mode.
  463.  ;
  464.  ; *** THE MODES LISTED BELOW REQUIRE A SVGA CARD AND MONITOR ***
  465.  ; *** DAMAGE MAY RESULT IF YOUR HARDWARE DOES NOT SUPPORT THESE MODES ***
  466.  ; 2=800x600x16, 3=800x600x256, 4=1024x768x16, 5=1024x768x256
  467.  ; 6=1280x1024x16, 7=1280x1024x256, 8=640x400x256
  468.  Video Mode=1
  469.  ; Land fill color for Ground Tracks, 0 none,2=green,6=red,8=gray
  470.  Color Land=2
  471.  ; 0 = no refresh of Ground Track
  472.  Rev Update Interval=6
  473.  ; *** CONSULT DOCUMENTATION FOR DETAILS *BEFORE* SETTING VIDEO MODES ***
  474.  ;Render Output Video Mode, ** This REQUIRES a 256 color mode **
  475.  ;1=640x400x256, 2=640x480x256, 3=800x600x256, 4=1024x768x256, 5=1280x1024x256
  476.  Render Video Mode=2
  477.  
  478.  [Defaults]
  479.  Satellite Name=Mir                 
  480.  Run Mode=0
  481.  Freq Up=145.750000
  482.  Freq Down=440.150000
  483.  
  484.  [Automatic]
  485.  ; ALL IN LOCAL TIMES I WILL USE STATION #1 UTC OFFSET
  486.  Start Time=18.0
  487.  Length Hours=24.0
  488.  ; 0 = ALL, 1 = Group One, etc. 
  489.  Group=0
  490.  
  491.  [Options]
  492.  Sensor=1
  493.  Sun Terminator=1
  494.  Grids=1
  495.  Visible Only=0
  496.  Star Direction=3
  497.  Star Names=1
  498.  Internal Stars=1
  499.  External Stars=1
  500.  Star Time Tags=1
  501.  Star Update Interval=18.0000  
  502.  Star Mag Limit=5.0000  
  503.  Ra Dec Output=0
  504.  UTC Output=0
  505.  
  506.  [Auto Tracker]
  507.  ; ONLY WITH THE REGISTERED VERSION, optional
  508.  Comm Port=2
  509.  Home Azimuth=0
  510.  Home Elevation=0
  511.  Limit Azimuth=5
  512.  Limit Elevation=3
  513.  Max Elevation=90
  514.  Mic Step=100
  515.  
  516.  [Station 1]
  517.  Station 1 Name=Harvest,AL 
  518.  Station 1 Lat=34.7900 
  519.  Station 1 Lon=-86.6790  
  520.  Station 1 Alt=220.00   
  521.  Station 1 UTC Offset=-5.0
  522.  Station 1 Min Elevation=0.0 
  523.  Station 1 Max Range=2000.0  
  524.  Station 1 Visibility=1
  525.  Station 1 Twilight=-10.0
  526.  
  527.  [Station 2]
  528.  
  529.  [Station 3]
  530.  
  531.  [Group 1]
  532.  ;25 Satellites Max. Per Group
  533.  Group1 Satellite01=Mir
  534.  Group1 Satellite02=HST
  535.  Group1 Satellite03=HST Array
  536.  Group1 Satellite04=ARSENE
  537.  
  538.  [Group 2]
  539.  ;25 Satellites Max. Per Group
  540.  Group2 Satellite01=NOAA 9
  541.  Group2 Satellite02=NOAA 10
  542.  Group2 Satellite03=NOAA 12
  543.  Group2 Satellite04=Meteor 3-4
  544.  Group2 Satellite05=Meteor 3-5
  545.  Group2 Satellite06=Meteor 3-6
  546.  
  547.  [Group 3]
  548.  ;25 Satellites Max. Per Group
  549.  Group3 Satellite01=AO-13
  550.  Group3 Satellite02=Mir
  551.  Group3 Satellite03=OSCAR 10
  552.  
  553.  [Attitude]
  554.  ;Six Satellites Max.
  555.  Attitude Satellite1=AO-13
  556.  ;NORAD ID Number
  557.  Attitude ID1=19216
  558.  ;Bahn lat/lon in Degrees
  559.  Attitude BLAT1=0.0
  560.  Attitude BLON1=180.0
  561.  
  562.  [Multi Satellites]
  563.  ;Max. of SIX satellites
  564.  Multi 1=ARSENE
  565.  Multi 2=Mir
  566.  Multi 3=NOAA 12
  567.  Multi 4=AO-13
  568.  Multi 5=
  569.  Multi 6=
  570.  ;Colors 0=black, 1=blue, 2=green, 3=cyan, 4=red, 5=magenta, 6=brown
  571.  ;7=white, 8=dk gray, 9=lt blue, 10=lt green, 11=lt cyan, 12=lt red
  572.  ;13=lt magenta, 14=yellow, 15=bright white
  573.  Multi Color 1=14
  574.  Multi Color 2=5
  575.  Multi Color 3=4
  576.  Multi Color 4=15
  577.  Multi Color 5=13
  578.  Multi Color 6=11
  579.  
  580.         The user can choose a color from the palette of; 
  581.  
  582.            1 = BLUE                        0 = BLACK 
  583.            2 = GREEN                       9 = LIGHT BLUE 
  584.            3 = CYAN                       10 = LIGHT GREEN 
  585.            4 = RED                        11 = LIGHT CYAN 
  586.            5 = MAGENTA                    12 = LIGHT RED 
  587.            6 = BROWN                      13 = LIGHT MAGENTA 
  588.            7 = WHITE                      14 = LIGHT YELLOW 
  589.            8 = GRAY                       15 = BRIGHT WHITE        
  590.  
  591.         It is important that you follow the this format or unexpected 
  592.         results may occur. Please note that any data after the = sign 
  593.         must be without any spaces. Most of the options have comments by 
  594.         them so you will not get into trouble and error checking is done 
  595.         on the data also. 
  596.  
  597.         Some areas of the INI file can only be changed by editing the 
  598.         file and making the changes. The areas include Program Info, 
  599.         Automatic, and Groups can NOT be set inside the program, you must 
  600.         edit the TRAKSAT.INI file and make the desired changes. USE ONLY 
  601.         AN ASCII SAVING EDITOR, one such as the DOS EDIT program. Under 
  602.         the File Options is a option to Edit the TRAKSAT.INI file from
  603.         inside the program also.
  604.  
  605. @@SVGA - VESA Modes
  606.                                 ****************** 
  607.                                 * IMPORTANT NOTE * 
  608.                                 ****************** 
  609.  
  610.         Some of the higher resolution modes require special hardware to 
  611.         run. You may damage your hardware if you exceed its capabilities. 
  612.         do not attempt to set any graphic modes above 640x480 (VGA) or 
  613.         Video Modes over 1 without ensuring that you monitor can safely 
  614.         handle that resolution. Otherwise, you may risk damaging your 
  615.         display monitor. Consult your owner's manual for details. 
  616.         
  617.         An example of the standard graphics modes would be; 
  618.         
  619.                              VGA mode 640x480 pixels, 
  620.                              EGA mode 640x350 pixels, 
  621.                              CGA mode 640x200 pixels, 
  622.          
  623.         If the hardware does NOT support graphics an error message will 
  624.         be displayed and the program will return to the Main Menu. All of 
  625.         the text modes will still be available however. 
  626.  
  627.  
  628.         VESA Modes Supported (pixels x,y and total colors)
  629.  
  630.         640x400x256   VESA Mode 100
  631.         640x480x256   VESA Mode 101
  632.         800x600x16    VESA Mode 102
  633.         800x600x256   VESA Mode 103
  634.        1024x768x16    VESA Mode 104
  635.        1024x768x256   VESA Mode 105
  636.        1280x1024x16   VESA Mode 106
  637.        1280x1024x256  VESA Mode 107
  638.  
  639.        All require VESA version 1.2
  640.  
  641.        The Rendered 3D views REQUIRE a 256 color mode for output.
  642.  
  643. @@Main Menu Station Options
  644.  
  645.         The first Station option, Find will display the tracking stations 
  646.         listed in the file TRAKSAT.CTY. The city data file has ~1970 of 
  647.         the larger U.S. cities latitude, longitudes, and altitudes in it. 
  648.         (Some world-wide cities also.) You will be asked to replace what 
  649.         tracking station number, 1, 2, or 3 with the new data first. The 
  650.         first time you run the program and you want to set your station 
  651.         you should select the number 1 option, from then on either number 
  652.         2 or 3 would be recommended. The program can have up to 3 
  653.         tracking stations. The current station will have a check mark 
  654.         before its name. Once you have the desired tracking stations 
  655.         loaded and saved you can select one of them by just selecting the 
  656.         station name from the Main Menu. 
  657.  
  658.                                 ****************** 
  659.                                 * IMPORTANT NOTE * 
  660.                                 ****************** 
  661.  
  662.         The latitudes used in TRAKSAT are ALL considered to be GEODETIC 
  663.         latitudes NOT GEOCENTRIC. It will be left up to the user to 
  664.         determine the conversion from geocentric to geodetic latitude. 
  665.         (For the most part this conversion should not be required as MOST 
  666.         maps and atlas coordinates are listed as geodetic.) The altitude 
  667.         measurement is the altitude above mean sea-level and is in 
  668.         meters. 
  669.  
  670.         If you can not find a match to the city data then you will need 
  671.         to use a text editor to add the city data in the file TRAKSAT.CTY 
  672.         or use the closest city in the file. 
  673.         
  674.         Below is an example from the TRAKSAT.CTY file. The format of the 
  675.         tracking station file is; 
  676.         
  677.          City Name   Long.   Lat.    Alt. 
  678.                      (deg)   (deg)   (m) 
  679.          Harvest,AL,-86.6792,34.7972,220. 
  680.                 
  681.         The city name can be up to 20 characters long while the 
  682.         longitude, latitude, and altitude can be up to 10 characters 
  683.         long. Commas MUST separate the data fields and the program 
  684.         expects 4 commas per line of data. 
  685.         
  686.         The TRAKSAT.CTY file can hold a MAXIMUM of 2100 tracking stations 
  687.         in it. The user can enter city data into the TRAKSAT.CTY file in 
  688.         any order but it would be wise to include the data in an 
  689.         alphabetical order. 
  690.         
  691.         Once you have setup your tracking stations you can change its 
  692.         settings by first selecting it as the current station. Next 
  693.         select the Station/Current option and may any changes you require 
  694.         "on-the-fly". If you select Ok the changes are not made to the 
  695.         INI settings but rather used only while the program is in 
  696.         operation. If your location is NOT in the included file you may 
  697.         select any close by city and use this option to make the required 
  698.         changes. Save this new data and you will be all set now. 
  699.  
  700. @@Time Modes
  701.  
  702.         TRAKSAT can operate in two different time modes, Real-time and 
  703.         Delta-time. (The delta-time mode is starting at some particular 
  704.         date and time using a user defined time increment until a ending 
  705.         time is reached.) 
  706.         
  707.         To change time modes in TRAKSAT the user can select Time from the 
  708.         Main Menu. The two time mode options will be displayed with a 
  709.         check mark before the current mode name. 
  710.         
  711.         The Real-time mode will update the screen at 1 second intervals 
  712.         if the hardware will allow. For an AT class machine with no 
  713.         coprocessor, the update time may be 5 to 10 seconds. An AT class 
  714.         computer with a coprocessor can do the 1 second per update with 
  715.         no trouble. 
  716.         
  717.         If you would like to track a satellite from say today's date to 
  718.         some future date, the Delta-time mode is the choice to use. The 
  719.         basic idea is track from some starting date to some stopping 
  720.         date. If the user selects the Delta-time mode some additional 
  721.         information will be required. The starting date and time along 
  722.         with the length of the simulation. The time step will also need 
  723.         to be entered. The program will display "defaults" that can be 
  724.         accepted or edited to suit your needs. 
  725.         
  726.         It is noted that the maximum length, that is from the starting 
  727.         date to some future time, of the simulation is 99 days 99 hours 
  728.         99 minutes 99 seconds. The step size can be 1 second to a maximum 
  729.         of 2 days. (1 Minute is the default.) 
  730.  
  731.                                 ****************** 
  732.                                 * IMPORTANT NOTE * 
  733.                                 ****************** 
  734.         
  735.         The time is read from the system clock, and as such is only as 
  736.         accurate as the setting of this clock. The date and time should 
  737.         be set before running TRAKSAT. 
  738.  
  739.  
  740. @@Plotting Options
  741.  
  742.         The plotting options include settings for all of the graphic 
  743.         screens used in the program. Grids will turn on/off any grids or 
  744.         either lat/long or azimuth/elevation. The Sensor will plot the 
  745.         satellite footprint. You can adjust the size of the footprint by 
  746.         setting the minimum sensor angle setting under the Station 
  747.         options. You can use the internal stars or the external user 
  748.         stars as required also. The last plotting option Ra&Dec Output 
  749.         will only display the right ascension/declination of the 
  750.         satellite in the Tabular modes ONLY. (The Star background option 
  751.         will ALWAYS have it.) 
  752.  
  753.         Star Update Interval will set the desired interval between star 
  754.         background updates. The recommended setting is 15 minutes. The 
  755.         INI file has the default value. You can set the magnitude limit 
  756.         for the Star Background plotting output from here also. 
  757.  
  758.  
  759. @@Output Descriptions
  760.  
  761.         The Lat and Long are the satellite latitude and longitude. The 
  762.         Azim and Elev are azimuth and elevation as seen from the tracking 
  763.         station, while the Range is the distance from the satellite to 
  764.         the tracking station. Alt is the satellite altitude above the 
  765.         earth. 
  766.         
  767.         The azimuth is always between 0 and 360 degrees with north being 
  768.         0, east 90 south 180 and so on. The elevation will be always be 
  769.         between -90 and +90 degrees. If the elevation is less than zero 
  770.         the satellite is below the horizon as seen from the tracking 
  771.         station. 
  772.         
  773.         The doppler shift comes about from the simple fact that both the 
  774.         satellite and the ground station are in motion. The relative 
  775.         motion between the station and the satellite causes either a 
  776.         compression or expansion of a radio signal, this is called the 
  777.         doppler shift. TRAKSAT will calculate a doppler shift for two 
  778.         frequencies, uplink/downlink. The base frequency is listed in the 
  779.         INI file under the section labeled [Defaults]. The output units 
  780.         are in Hertz while the inputs are in MHz. 
  781.         
  782.         The phase angle, Phz is used for the amateur radio satellites. 
  783.         The phase angle is based on the mean-anomaly, (the position in 
  784.         the orbital plane from the perigee). The mean-anomaly is normally 
  785.         measured from 0 to 360 degrees, however the phase angle is from 0 
  786.         to 256ths of a circle. The conversion of degrees mean-anomaly to 
  787.         phase angle is; 
  788.                       Phase = (mean anomaly (deg))/(360/256). 
  789.                 (256ths of circle) 
  790.  
  791.         It has become common practice with radio amateur satellites to 
  792.         use Mean Anomaly to schedule satellite operations.  Satellites 
  793.         commonly change modes or turn on or off at specific places in 
  794.         their orbits, specified by Mean Anomaly.  Unfortunately, when 
  795.         used this way, it is common to specify the mean anomaly in units 
  796.         of 256ths of a circle instead of degrees. The phase angle is 
  797.         therefore displayed in units of 256ths of a circle.                    
  798.  
  799.         The Sqt is the squint angle, this is a measure of the angle from 
  800.         the satellite antenna to your tracking station. The smaller the 
  801.         angle means the antenna is pointing directly at you. A -1 output 
  802.         means that no attitude information for that satellite is 
  803.         available. 
  804.  
  805.         The last item displayed is based on if the satellite is visible 
  806.         from the tracking station. See Chapter 13 for a complete 
  807.         description of the methods used by TRAKSAT to test for 
  808.         visibility. 
  809.  
  810. @@Freeze The Display
  811.         
  812.                                 ****************** 
  813.                                 * IMPORTANT NOTE * 
  814.                                 ****************** 
  815.         
  816.         To stop the display the user can press the space bar and the 
  817.         screen will "freeze". The user will need to press any key again 
  818.         to continue the simulation. If the user presses Esc, escape key, 
  819.         the simulation will stop and the user will be returned to the 
  820.         Main Menu.         
  821.  
  822.  
  823. @@Analytical Solution 
  824.  
  825.         TRAKSAT version 2.00 and above has included a very powerful 
  826.         option, Analytical Rise & Set. Many people have asked "why use 
  827.         this analytical approach ?". Three reasons come to mind speed, 
  828.         speed, and speed! The analytical approach used is a closed form 
  829.         solution to the problem of determining when a satellite can be 
  830.         seen (either LOS or Optical) by a ground tracking station. In 
  831.         effect, this problem usually involves the calculation of the 
  832.         rise-and-set time (UTC) of a given satellite from a specific 
  833.         ground tracking station. 
  834.  
  835.         In the past, it has been the custom to solve the problem by 
  836.         letting the satellite run through its ephemeris, and checking at 
  837.         each instant to see whether the elevation angle of the satellite 
  838.         was greater than some minimum value. However, by attacking the 
  839.         problem from a different point of view, that is, with the 
  840.         eccentric anomaly taken to be the independent variable, it is 
  841.         possible to obtain a closed-form solution to the satellite 
  842.         visibility problem. Specifically, the closed-form solution is a 
  843.         single transcendental equation in the eccentric anomalies 
  844.         corresponding to a rise-and-set time for a given orbital pass of 
  845.         a satellite. It is more difficult to solve the controlling 
  846.         equation than the standard Keplerian equation. However, the 
  847.         method offers the advantage that the controlling equation is 
  848.         solved only ONCE PER ORBIT PERIOD as contrasted with the hundreds 
  849.         of times the Keplerian equation must be solved with the standard 
  850.         step-by-step technique. 
  851.  
  852.         "How much faster is the analytical solution ?" Several 
  853.         "benchmarks" were run using the same satellite data sets and 
  854.         starting times to determine the speed of each method. If the user 
  855.         selects the Delta Time Mode and then the Analytical Solution the 
  856.         speed difference will be obvious. 
  857.                 
  858.         On the machine used for testing (coprocessor installed) the 
  859.         analytical solution runs about 4 seconds per satellite per 24 
  860.         hours of simulation time vs. the 120 seconds per 24 hours in the 
  861.         delta time mode. (This was on a 386/16 with a 287/8 coprocessor 
  862.         and still produced a 3000% DECREASE in the time required.) (A 
  863.         486/33 computer can crank out 20 satellites per second!) This 
  864.         mode can really be boosted by a coprocessor, 3-6 times faster! 
  865.  
  866.         Use the analytical solution for "rough" estimates and the delta 
  867.         time mode for the detailed analysis. The term "rough" implies 
  868.         that the analytical solution is not as accurate as the Delta Time 
  869.         mode, and in fact that is true. The error (Delta Time mode vs. 
  870.         Analytical Solution) is usually LESS then 1 minute for predicted 
  871.         rise or set times. The error is the price to pay for the speed 
  872.         advantage. 
  873.                                 ****************** 
  874.                                 * IMPORTANT NOTE * 
  875.                                 ****************** 
  876.         The analytical solution DOES INCLUDE THE DRAG EFFECTS in the 
  877.         calculations, (as of TRAKSAT version 2.30). By including the drag 
  878.         effects in the solution a long term prediction can be done 
  879.         without a great loss of accuracy. 
  880.         
  881.         It has proved helpful for several TRAKSAT users to predict 
  882.         several weeks into the future any visible passes and make a note 
  883.         of the dates. As the date approaches and newer elements become 
  884.         available the user can "improve" the viewing times to finally 
  885.         obtain an accurate prediction of the satellites. Using this 
  886.         approach the user can mark "special" days when a particular 
  887.         satellite should be seen. The analytical solution will save the 
  888.         user from "looking" for satellites that will not be seen, or 
  889.         unfavorable passes. 
  890.  
  891.                                 ****************** 
  892.                                 * IMPORTANT NOTE * 
  893.                                 ****************** 
  894.  
  895.         If the user selects the analytical solution AND any OPTICAL 
  896.         visibility tests then only satellites with a mean motion of 
  897.         greater than 2.5 revs per day will be calculated. That is any 
  898.         satellite that is "near geosync." will not be calculated. This 
  899.         should NOT be of to great importance to most users as seeing ANY 
  900.         near geosync. satellites is VERY DIFFICULT. The line of sight 
  901.         (LOS) method will still work for the near geosync. satellites. If 
  902.         the user needs to "see" a near geosync. satellite then the single 
  903.         satellite delta time mode OR Batch Mode will be required. 
  904.  
  905.                                 ****************** 
  906.                                 * IMPORTANT NOTE * 
  907.                                 ****************** 
  908.  
  909.         The analytical solution works by revs NOT so much time, by that I 
  910.         mean that the program calculates at rev to rev time steps and 
  911.         does NOT use the time step. This will also mean that if the user 
  912.         were to set a one hour simulation length the program will find 
  913.         some satellites outside this time interval because there are not 
  914.         any satellites that can have a period of 60 minutes. (Don't be 
  915.         alarmed by the longer than requested times in the output it is 
  916.         normal operation.) 
  917.  
  918.                                 ****************** 
  919.                                 * IMPORTANT NOTE * 
  920.                                 ****************** 
  921.  
  922.         The user can NOT stop/start the screen as in the other modes, 
  923.         i.e., pressing Esc will STOP the display and terminate the 
  924.         analytical solution. This method was chosen to avoid 
  925.         inadvertently waiting for the screen to update while in a pause 
  926.         mode. The screen update can be slow on an Optical visibility test 
  927.         and a NON-coprocessor equipped machine. (There may not be any 
  928.         satellites optically visible at all!) 
  929.  
  930.                                 ****************** 
  931.                                 * IMPORTANT NOTE * 
  932.                                 ****************** 
  933.  
  934.         The default is to write output to the file TRAKSAT.000. If this 
  935.         file name exists the program will try TRAKSAT.001, TRAKSAT.002... 
  936.         and so on until a new file name is found. If the limit of 999 is 
  937.         reached then the program will use 000 as the extension AND OVER 
  938.         WRITE THE FILE. (All options will use this file naming method.) 
  939.                 
  940.  
  941. @@All/Group Satellites 
  942.  
  943.         You have the choice with the analytical solution and Batch
  944.         options to select all of the satellites in the data file or 
  945.         some user defined groups of satellites. The default will be
  946.         to read ALL of the satellites for these options. You can
  947.         define your "favorite" satellites, up to 25 satellites per
  948.         group can be included. You will need to use a word processor
  949.         to edit the TRAKSAT.INI file and add the satellites names to
  950.         it. The word processor used will need to save the file in
  951.         PLAIN ASCII format, i.e., NO SPECIAL CONTROL CHARACTERS EXCEPT
  952.         THE END OF FILE MARKER. The DOS EDIT word processor will do the
  953.         job nicely for the user. 
  954.  
  955.  
  956. @@Batch Mode Output 
  957.  
  958.         TRAKSAT version 2.55 and above has included a new option, called 
  959.         Batch Mode. This option is similar to the Tabular Output mode but 
  960.         can be used on all or a group of satellites. The method used in 
  961.         this option is; enter into the delta time mode and select the 
  962.         starting date/time and length of the simulation. The next step is 
  963.         to select Batch Mode from the Output options. The program will 
  964.         prompt the user for some additional information and then run each 
  965.         satellite through the delta tabular mode one at a time. 
  966.         
  967.         The output from this option can go to the screen, file, or both. 
  968.         Below is an example of the file output created with this option. 
  969.         The starting date/time was 12-26-94 00:00:00 UTC to 00:04:00 UTC 
  970.         by one minute steps. 
  971.         
  972.         The output parameters are same as the tabular output but without 
  973.         the rev. number. If no passes are visible just the satellite name 
  974.         will be printed. 
  975.  
  976.  
  977. @@Ground Track Output 
  978.  
  979.         If the ground track option is entered the program proceeds to 
  980.         draw a Mercator projection map of the world. The upper left 
  981.         corner is at latitude 90 degrees and longitude -180 degrees, 
  982.         while the lower right corner is latitude -90 degrees and 
  983.         longitude 180 degrees. The grid spacing is 10 degrees for 
  984.         latitude and longitude. A box will be plotted for the current 
  985.         tracking station. 
  986.         
  987.         The plotting process may take a minute or two on a slow AT type 
  988.         computer, something under 1/3 second on the particular computer I 
  989.         use. (486-33 MHz.) 
  990.  
  991.         You have the option of redrawing the ground track after "X" 
  992.         number of revs have been completed. The default is 0 = NONE, 
  993.         however the user can chose between 0 and 99 revs for the screen 
  994.         refresh rate. If the user picks 2 rev refresh rate then after two 
  995.         revs are completed the screen will be redrawn. This option will 
  996.         prove useful for those users who like to leave the ground track 
  997.         running for long periods of time and do not like all the screen 
  998.         clutter. The setting is in the INI file under the section 
  999.         [Program Defaults] and is called Rev Update Interval. Several 
  1000.         plotting options are used with this output selection see Chapter 
  1001.         2 for a listing of the options. 
  1002.  
  1003.         The sun terminator is not dependent on the satellite but rather 
  1004.         the tracking station. The terminator is plotted based on a zero 
  1005.         sun elevation angle. (That is to say the terminator is the line 
  1006.         where the top edge of the sun is "just" below the local horizon.) 
  1007.         The terminator is accurate to about 5-10 minutes of actual. The 
  1008.         effects of the local horizon and atmospheric refraction can 
  1009.         "shift" the terminator a few minutes anyway so great accuracy may 
  1010.         not be achieved. The sun is plotted as an box in the center of 
  1011.         the terminator. This will tell the user on what side of the 
  1012.         terminator the tracking station is on. (Daylight or darkness.) 
  1013.         
  1014.         The sun terminator will be refreshed every 4 minutes in either 
  1015.         the real or delta time modes. The refresh may take several 
  1016.         seconds on the slower machines. 
  1017.  
  1018.         As of TRAKSAT version 2.70 and above an antenna/sensor coverage 
  1019.         plot option is included with the ground track. The user can 
  1020.         include the antenna/sensor coverage if desired along with a 
  1021.         minimum elevation angle to be used in determining the coverage 
  1022.         area. 
  1023.  
  1024.  
  1025. @@Star Background Output 
  1026.  
  1027.         The star background is a view looking from the tracking site 
  1028.         towards the stars. This plot will be useful for producing a "star 
  1029.         map" to take outside with you to compare the night sky with the 
  1030.         satellite path. 
  1031.  
  1032.         Several Star Background plotting options are available such as, 
  1033.         display the visible star names, what direction to look, i.e., 
  1034.         North, East, South, or West, or the star background screen 
  1035.         refresh rate. (Only the internal star data names will be 
  1036.         displayed, not the external star data.) The field of view of the 
  1037.         star background is 180 degrees in azimuth and 0 through 90 
  1038.         degrees in elevation. If you select North the visible range of 
  1039.         the azimuth will be 270 degrees (west) to 90 degrees (east). If 
  1040.         you select East the visible range of the azimuth will be 0 
  1041.         degrees (north) to 180 degrees (south) with 90 degrees being the 
  1042.         center of the screen (due east). The option South will display 
  1043.         from 90 degrees (east) to 270 degrees (west). The option for West 
  1044.         will display from 180 degrees to 360 degrees with 270 degrees 
  1045.         (west) being the center of the screen (due west). 
  1046.                 
  1047.         An example could be to see a satellite rise out of the west the 
  1048.         user would select W, that will display from due south through 
  1049.         west to the north. 
  1050.         
  1051.         The star background option will display visible stars from a 
  1052.         database of 58 navigational stars, the Sun, the planets, and the 
  1053.         moon. (Not including any external star data.) 
  1054.  
  1055.         TRAKSAT has the data for 58 stars in memory at all times however 
  1056.         you can read a external star data file (STAR6A.BIN). This file 
  1057.         has all the stars up to magnitude 6.0, some 5100 stars in all. In 
  1058.         order to use the external stars the file STAR6A.BIN MUST be in 
  1059.         the same directory as the EXE file. You must also select the 
  1060.         option to use the external stars. If you do NOT have a co-
  1061.         processor using the external stars will slow down the screen 
  1062.         update.                  
  1063.                                 ****************** 
  1064.                                 * IMPORTANT NOTE * 
  1065.                                 ****************** 
  1066.         
  1067.         The program can save the screen display to a PCX file by pressing 
  1068.         the "P" key. The program will save to a new file the screen 
  1069.         image. The PCX file can be used in other programs or printed with 
  1070.         some paint-type programs.                         
  1071.                                 ****************** 
  1072.                                 * IMPORTANT NOTE * 
  1073.                                 ****************** 
  1074.         
  1075.         It is noted that the star background will be refreshed (USER 
  1076.         DEFINED) minutes, in either delta or real time modes. It is 
  1077.         therefore wise to select a starting time about 1 minute PRIOR to 
  1078.         the time of interest and run the program in the delta mode until 
  1079.         PAST the time of interest. An example of this would be; 
  1080.  
  1081.  
  1082. @@Output Orthographic Views 
  1083.  
  1084.         If the user selects the Orthographic View Main Menu a 3-D 
  1085.         orthographic projection of the earth and the satellite will be 
  1086.         drawn. The perspective will be centered on the satellite. A small 
  1087.         "X" will mark the tracking station coordinates. The grid lines 
  1088.         are drawn 10 degrees apart with the orthographic projections. The 
  1089.         screen will be updated based on the satellite altitude and how 
  1090.         much it has moved from the last update. The Sun terminator can be 
  1091.         plotted on this view also. 
  1092.         
  1093.         **************************************************************** 
  1094.         THE 3-D PROJECTION WILL BE SLOW ON AT TYPE COMPUTERS WITHOUT A 
  1095.         COPROCESSOR SO IF THE USER DOES NOT WANT TO WAIT FOR THE COMPLETE 
  1096.         EARTH TO PLOT OUT PRESS ANY KEY AND THE EARTH LAND MASS PLOT WILL 
  1097.         STOP AND THE SATELLITE VIEW WILL START. (Only the grid lines will 
  1098.         be displayed.) 
  1099.         **************************************************************** 
  1100.  
  1101.         The screen can be stopped and started the same way as any other 
  1102.         graphic modes, i.e., space bar to freeze and Esc to stop. 
  1103.  
  1104.  
  1105.         3D View 
  1106.  
  1107.         New with this version is a 3D view. The output mode will center 
  1108.         the screen over the current tracking station and hold the earth 
  1109.         still while the satellite will pass around the earth. This view 
  1110.         is the best output for the Delta-Time modes. 
  1111.  
  1112.  
  1113. @@Rendered 3D Views
  1114.  
  1115.    GREAT views!
  1116.  
  1117. The rendered 3D views are fully shadowed by the Sun and are perhaps
  1118. the best display for any satellite tracking program. There are two
  1119. different views, one centered on the satellite and the other centered
  1120. on the tracking station. On slower computers this display will take a 
  1121. few seconds to display. The program is generating a PCX file that can be 
  1122. displayed by any other program that reads PCX files.
  1123.  
  1124.  
  1125. @@Multi Modes
  1126.  
  1127.         TRAKSAT has several multi-modes of operation besides the single 
  1128.         satellite modes. The mode are Multi-Satellite Tabular or Ground 
  1129.         Tracks, and Multi-Station modes. The program reads the INI file 
  1130.         for the names of the satellites to look for or you can select the 
  1131.         Load Multi-Sat option to make changes to the satellites. Below is 
  1132.         an example of this screen. 
  1133.  
  1134.  
  1135. @@Multi-Satellite Tabular Output 
  1136.  
  1137.         As of TRAKSAT version 2.30 and above a tabular multi-tracking 
  1138.         mode has been included. The output is in text rather than a 
  1139.         graphic display mode. Below is an example of the multi-tracking 
  1140.         tabular output mode. The different satellites will be displayed 
  1141.         in different colors also, the colors are the same as the ground 
  1142.         track options. 
  1143.  
  1144.  
  1145. @@Multi-Satellite Ground Track Output 
  1146.  
  1147.         If the ground track option is chosen the program will proceed to 
  1148.         plot the tracks on the world map. The plots are very similar to 
  1149.         the single satellite plots, except that for every satellite a 
  1150.         different colored line is drawn. The user can select a satellite 
  1151.         to display the current data bye pressing the up/down arrows. The 
  1152.         colors will change as will the satellite name on the bottom of 
  1153.         the screen. 
  1154.  
  1155.  
  1156. @@Multi-Station Text Mode 
  1157.  
  1158.         You may select a Multi-Station mode also. This mode will display 
  1159.         the current tracking data for up to three different stations. 
  1160.         This mode is useful for setting-up satellite communications for 
  1161.         two different stations. The date/time are based on the first 
  1162.         station, number 1, UTC Offset. 
  1163.  
  1164. @@Registration/Updates
  1165.         
  1166.         TRAKSAT is Shareware and your support is required. You would be 
  1167.         amazed at the reasons people give for not registering the 
  1168.         program. Some of the more funny ones are; (THESE ARE ACTUAL 
  1169.         QUOTES FROM LETTERS OR TELEPHONE CALLS AND EVEN FACE-TO-FACE 
  1170.         MEETINGS. The names have been removed to protect their identity.) 
  1171.         
  1172.         "Your fee ($25.00) is too low and I think it is worth much more 
  1173.         so until the price goes up I'm not going to register." 
  1174.  
  1175.         "Your fee is too high, I can not afford to register and buy that 
  1176.         new computer also." 
  1177.  
  1178.         "I do not know how to register the program as I'm new to 
  1179.         computers." 
  1180.  
  1181.         "I only use TRAKSAT once or twice a week so I don't use it enough 
  1182.         to register." 
  1183.  
  1184.         "I have been using TRAKSAT for many years and think it is the 
  1185.         best program I have used for satellite tracking but I don't get 
  1186.         anything EXTRA for the registration fee." 
  1187.  
  1188.         "I lost the registration form." 
  1189.  
  1190.         "I'll send you a check soon." 
  1191.  
  1192.         "The check is in the mail." 
  1193.  
  1194.         "My brother/wife/son/friend registered so I'm using their copy." 
  1195.  
  1196.         "I think the program will not do what I want but I use it because 
  1197.         it is free." 
  1198.  
  1199.         "The program has too many features that I do not need so I will 
  1200.         send $5.00 to register." 
  1201.  
  1202.         "Send me the registered copy and I'll see if it suit my needs 
  1203.         then I'll register the program." 
  1204.  
  1205.  
  1206.         The user can obtain the latest version (NON-registered) of 
  1207.         TRAKSAT from several BBSs around the country. The BBSs listed in 
  1208.         Chapter 11 list several places to obtain the current version. 
  1209.         Compuserve has TRAKSAT and many other related files also. (Try 
  1210.         the HAM or the ASTRONOMY file areas.) You may even register 
  1211.         TRAKSAT on Compuserve. The Internet is the best place to get your
  1212.         copy from.
  1213.  
  1214.         TRAKSAT will be updated 1-2 times a year with update notices 
  1215.         going out to registered users only. Order forms are in this
  1216.         help file and in the file ORDER.FRM also. 
  1217.  
  1218.  
  1219. @@Satellite Magnitudes
  1220.  
  1221.         Below is a list of some satellites that are "good hunting" for 
  1222.         the optical users. (First timers should look for the smallest 
  1223.         magnitude satellites, i.e., Mir, Kvant-1, HST.) 
  1224.              
  1225.          Norad      Vis     Satellite Name 
  1226.          ID#        Mag* 
  1227.          00694      3.0     Atlas Centaur 2 
  1228.          01001      3.3     Transtage 3 
  1229.          01359      3.3     Transtage 4 
  1230.          03598      3.0     OAO 2 R/B 
  1231.          04597      3.3     Cosmos 374 R/B 
  1232.          04622      3.3     Cosmos 375 R/B 
  1233.          04786      1.9     Cosmos 382 
  1234.          04966      2.3     Cosmos 398 
  1235.          05994       .9     Pageos 
  1236.          06155      3.0     OAO 3 R/B (Copernicus R/B) 
  1237.          06212      2.7     1972-076A Radcat 
  1238.          06779      3.0     IntelSat 4 F-3 R/B 
  1239.          08074      1.6     Pageos 1 DEB (Pageos H) 
  1240.          10967      3.0     SeaSat 1 
  1241.          12054      2.4     Cosmos 1220 
  1242.          12069      3.0     FltSatCom 4 R/B 
  1243.          12363      3.0     Comstar 4 R/B 
  1244.          12445      3.0     IntelSat 5-2 R/B 
  1245.          12465     -1.6     Cosmos 1271 R/B 
  1246.          12497      3.0     IntelSat 5-1 R/B 
  1247.          13007      3.0     IntelSat 5-3 R/B 
  1248.          15423      2.5     KH 11-6 
  1249.          15772      2.9     Cosmos 1656 R/B(4) 
  1250.          16182      2.5     Cosmos 1697 R/B 
  1251.          16609      -.4     Mir Space Station 
  1252.          16615      3.2     Spot 1 R/B 
  1253.          16910      2.8     EGP/JAS-1 R/B 
  1254.          17358      2.9     Cosmos 1603 R/B(4) 
  1255.          17369      3.3     Cosmos 1818 
  1256.          17528      3.1     MOS-1 R/B 
  1257.          17590      2.5     Cosmos 1833 R/B 
  1258.          17845      -.4     Kvant-1 (part of Mir) 
  1259.          17974      2.5     Cosmos 1844 R/B 
  1260.          18187      3.3     Cosmos 1867 
  1261.          18441      2.5     KH 11-7 
  1262.          19120      2.5     Cosmos 1943 R/B 
  1263.          19274      3.3     Okean 1 
  1264.          19460      3.3     USA 32 
  1265.          19461      3.3     USA 32 R/B 
  1266.          19625      2.5     KH 11-8 
  1267.          19650       .7     Cosmos 1980 R/B 
  1268.          19671      1.8     Lacrosse 
  1269.          19911      2.7     Delta Star 
  1270.          20147      2.4     Cosmos 2033 
  1271.          20261      3.3     In-Cosmos 24 
  1272.          20322      1.8     Cosmic Background Explorer 
  1273.          20335      -.4     Kvant-2 (part of Mir) 
  1274.          20443      3.1     Spot 2 R/B 
  1275.          20491      3.1     MOS-1B R/B 
  1276.          20516      2.0     USA 53 
  1277.          20523      3.0     IntelSat 6-3 
  1278.          20525      2.4     Cosmos 2060 
  1279.          20580      -.8     Hubble Space Telescope (HST) 
  1280.          20625      2.5     Cosmos 2082 R/B 
  1281.          20635      -.4     Kristall Module (part of Mir) 
  1282.          20638      3.2     ROSAT 
  1283.          20683      3.2     Gamma 
  1284.          20765      2.4     Cosmos 2096 
  1285.          20963      2.0     USA 67 (STS-38 Payload) 
  1286.          20985      2.4     Cosmos 2107 
  1287.          21015      2.5     Cosmos 2112 R/B 
  1288.          21065      2.4     Cosmos 2122 
  1289.          21147      1.8     Lacrosse 2 
  1290.          21148      2.9     Lacrosse 2 R/B 
  1291.          21213      2.2     Almaz 1 radar spacecraft 
  1292.          21225      2.8     Gamma Ray Observatory (GRO) 
  1293.          21311      -.4     Soyuz TM-12 (part of Mir) 
  1294.          21610      3.1     ERS-1 R/B 
  1295.          21638     -1.1     STS-43 (landed) 
  1296.          21653      3.0     Intelsat-6 
  1297.          21662      -.4     Progress M9 (part of Mir) 
  1298.          21700     -1.1     STS-48 (landed) 
  1299.  
  1300.          * This magnitude is an approximation, it assumes 75% 
  1301.          illumination of the satellite and 900 Km slant range. 
  1302.  
  1303. @@Frequencies
  1304.  
  1305.         Below are some frequencies used by satellites for different 
  1306.         reasons. 
  1307.  
  1308.         Freq. (MHz)     Satellite       Type            Mode
  1309.         29.357           RS-10          Amateur         CW
  1310.         29.360-400       RS-10            "             SSB/CW
  1311.         29.407           RS-11            "             CW
  1312.         29.410-450       RS-11            "             SSB/CW
  1313.         29.454           RS-12            "             CW
  1314.         29.458           RS-13            "             CW
  1315.         136.380         GOES 1/2/3      Weather         APT
  1316.         136.770         NOAA 11           "             APT
  1317.         137.050         Meteosat 1        "             APT
  1318.         137.500         NOAA 10/12        "             APT
  1319.         137.626         NOAA 9/11         "             APT
  1320.         143.625         Mir             Manned          FM/Voice 
  1321.         145.550         Shuttle           "             FM/Voice
  1322.         145.825         OSCAR 13        Amateur         CW
  1323.         145.825-975     RS-14             "             FM/PACSAT
  1324.         435.651         OSCAR 13          "             CW/PACKET
  1325.         435.715-999     OSCAR 13          "             CW/SSB 
  1326.         1227.6          GPS             DOD             Data
  1327.         1614            GEOS            Weather         TLM 
  1328.  
  1329.  
  1330. @@J2000
  1331.  
  1332.         The Ra & Dec are based on the J2000 epoch, 1,1.5,2000 UTC date, 
  1333.         and are NOT user selectable, perhaps in the next version of 
  1334.         TRAKSAT. The J2000 epoch is the "current" epoch on most star 
  1335.         charts. 
  1336.  
  1337.  
  1338. @@Visibility Options Used in TRAKSAT 
  1339.         
  1340.         There are three different methods used by TRAKSAT to determine 
  1341.         visibility. The first method is simply when the elevation is 
  1342.         greater than the tracking station minimum elevation angle. This 
  1343.         method is called line of sight (LOS) in the program. This method 
  1344.         would be suitable for monitoring satellite radio transmissions, 
  1345.         interesting RF signals no doubt. It should be noted that at most 
  1346.         tracking sites zero degrees elevation is not visible due to 
  1347.         ground based obstructions, i.e. trees buildings, and other such 
  1348.         objects. A rule of thumb is if you hold out your arm straight and 
  1349.         stick out your thumb horizontal to the ground so it appears to 
  1350.         touch the horizon the upper edge of your thumb is about two 
  1351.         degrees elevation, while your closed fist is about ten degrees 
  1352.         elevation. 
  1353.         
  1354.         The second method, optical visibility, requires the satellite to 
  1355.         be above the minimum elevation setting also, however the 
  1356.         satellite must be sun-lit while the tracking station is in 
  1357.         darkness. This method would be used for viewing satellites with 
  1358.         the aid of say binoculars. 
  1359.         
  1360.         Remember that three conditions must be meet for the satellite to 
  1361.         be optically visible. 
  1362.  
  1363.                 1. The elevation angle to the satellite must be above 
  1364.                    the minimum as seen from the tracking station. 
  1365.  
  1366.                 2. The sun must be BELOW the twilight setting. 
  1367.                    The recommended twilight setting is -12°.              
  1368.  
  1369.                 3. The satellite must "see" the sun or the satellite must 
  1370.                    be in the sun light not the earth shadow. 
  1371.  
  1372.         The third method uses the same conditions as the second option 
  1373.         (Optical) but adds a range test also. You can set the maximum 
  1374.         range for each station and filter out un-wanted passes based on 
  1375.         range. 
  1376.  
  1377.         It is of interest to note that some satellites are NOT visible 
  1378.         even if the elevation angle is above the horizon, because they 
  1379.         are in the earth's shadow. It is difficult to observe a satellite 
  1380.         "coming out" of the earth's shadow, it is easier to see the 
  1381.         entrance into the shadow. 
  1382.  
  1383.         If the lighting conditions are favorable a "bright" satellite can 
  1384.         be seen with the naked eye also. The best time for these 
  1385.         favorable lighting conditions usually occur an hour before sun 
  1386.         rise or an hour after sun set, as seen at the tracking site. The 
  1387.         best type of satellite is low, about 250 - 500 kilometer 
  1388.         altitude, ones for naked eye observations. (Mir, Hubble, Shuttle 
  1389.         are a good examples.) 
  1390.  
  1391.                                 ****************** 
  1392.                                 * IMPORTANT NOTE * 
  1393.                                 ****************** 
  1394.  
  1395.         The recommended twilight setting is -12°, i.e., the sun is 
  1396.         greater than or equal to -12 degrees BELOW the local horizon, to 
  1397.         determine the lighting conditions. The user CAN change the type 
  1398.         of twilight used in TRAKSAT, i.e., civil, nautical, or 
  1399.         astrodynamic, when using the optical visibility options. 
  1400.         
  1401.         The type of visibility can be set from the Station/Current 
  1402.         option, the default is to use the LOS method. 
  1403.                 
  1404.                                 ****************** 
  1405.                                 * IMPORTANT NOTE * 
  1406.                                 ****************** 
  1407.  
  1408.         With either method the visual magnitude is NOT calculated. Such a 
  1409.         calculation would require knowledge about the emissivity of the 
  1410.         satellite, and atmospheric conditions, neither of which is 
  1411.         readily available to the user. 
  1412.  
  1413.  
  1414. @@Program Limitations and Assumptions 
  1415.  
  1416.         The ephemeris equations DO include the zonal harmonics, through 
  1417.         2nd order, of the gravitational potential.  This implies a 
  1418.         gravitational field produced by an oblate spheroidal earth 
  1419.         unsymmetrical with respect to the equator, pear-shaped. In other 
  1420.         words, the ephemeris equations contain J2, J3, and J4 terms. The 
  1421.         currently accepted values of J2, J3, and J4, which are used in 
  1422.         TRAKSAT, are; 
  1423.                                                    -3 
  1424.                                  J2 = 1.082616 X 10 
  1425.  
  1426.                                                    -6 
  1427.                                  J3 = -2.53881 X 10 
  1428.  
  1429.                                                    -6 
  1430.                                  J4 = -1.65597 X 10. 
  1431.  
  1432.  
  1433.         The earth equatorial radius used by TRAKSAT is; 6378.135 Km, 
  1434.         while the flattening factor used is 1/298.257 (both are from the 
  1435.         1972 WGS models). 
  1436.         
  1437.         The program TRAKSAT models only ELLIPTICAL orbital motion about 
  1438.         the earth. That is, the orbital eccentricity MUST BE LESS THAN 
  1439.         ONE and GREATER THAN ZERO. Very small eccentricities are 
  1440.         acceptable, i.e., such as 0.0000001. 
  1441.  
  1442.         TRAKSAT will propagate NORAD/NASA 2-line elements until the MEAN 
  1443.         altitude above the earth reaches 160 Km. This is due to the fact 
  1444.         that at 160 Km altitude the satellite will decay from orbit very 
  1445.         soon. The prediction process is not as accurate for such a low 
  1446.         satellite. (The remaining lifetime of a low satellite could be on 
  1447.         the order of a day or less.) The mean altitude is based on the 
  1448.         semi-major axis of both the earth and the satellite. 
  1449.  
  1450.  
  1451. @@Accuracy of TRAKSAT 
  1452.  
  1453.         Several people have asked the question; " How accurate is TRAKSAT 
  1454.         ?". To answer such a question one must define a set of limits. 
  1455.         The real "acid test" is to have a prediction from TRAKSAT and 
  1456.         then go outside and observe that satellite, taking note of the 
  1457.         time and position of the satellite. A comparison between actual 
  1458.         observed data and predicted can then be determined. 
  1459.  
  1460.         Another approach is to compare the output from TRAKSAT against 
  1461.         several other satellite tracking programs. Both the public domain 
  1462.         and the commercial markets have several good tracking programs 
  1463.         that the user could compare with. 
  1464.  
  1465.         The later approach, that is the comparison between tracking 
  1466.         programs, has been carried out by several people including 
  1467.         myself. The output from TRAKSAT compares very well with many of 
  1468.         the "current" tracking programs (both commercial and public 
  1469.         domain). It could be concluded from a simple test of TRAKSAT that 
  1470.         it agrees with several other tracking programs. 
  1471.  
  1472.         The next step is one of comparing predicted output and observed 
  1473.         data. The most popular use for TRAKSAT has been in the optical 
  1474.         sighting options. The optical sighting of a satellite will be the 
  1475.         "acid test" used for this accuracy test. 
  1476.  
  1477.         First a note about NASA 2-line elements, low earth satellites 
  1478.         (about 15 rev per day satellites) have larger disturbances from 
  1479.         the atmosphere than higher satellites. The drag on a satellite 
  1480.         can cause purtubations greater than the J2 terms therefore the 
  1481.         drag term is of great importance. The very latest elements for 
  1482.         the low earth satellite can greatly improve the prediction 
  1483.         process, while the higher satellites do not require as current of 
  1484.         elements. (The term low will be in the range of 250 - 375 
  1485.         kilometers altitude.) 
  1486.  
  1487.         Reports about TRAKSAT (and its predictions) have been made on the 
  1488.         MIR satellite along with several other low earth satellites. The 
  1489.         bottom line being LESS THAN 30 SECONDS ERROR (prediction vs. 
  1490.         actual) for 10 day old satellite element sets. If the satellite 
  1491.         elements are 20 days old the error is about 60 seconds. If the 
  1492.         elements a only a day or two old, errors of less than 10 seconds 
  1493.         are possible (several reports have been made about 2-10 seconds 
  1494.         of error). 
  1495.  
  1496.         The position data is on the money, it is the time at that 
  1497.         position that usually drives the accuracy of the observation. 
  1498.  
  1499.         The higher earth satellites generally have less than 30 seconds 
  1500.         of error for 20 day old elements. 
  1501.  
  1502.         A NOTE MUST BE MADE ABOUT THE ERROR ANALYSIS, THE ASSUMPTION IS 
  1503.         MADE THAT NO ORBITAL MANEUVERING WAS DONE TO THE SATELLITE DURING 
  1504.         THE "TEST" PERIOD. 
  1505.  
  1506.         In general it can be said that the most current elements are the 
  1507.         best ones for planning the evenings viewing. (Elements over 30 
  1508.         days old can have a very large error to them). Element sets 7 -14 
  1509.         days old will be acceptable for most users. 
  1510.         
  1511.         NORAD/NASA updates the satellite elements for this very reason, 
  1512.         to keep the prediction process accurate. 
  1513.  
  1514.         The Hubble Telescope is a good example of a "high" satellite that 
  1515.         is fairly easy to see because it is bright. Myself and others 
  1516.         have reported actual vs. predicted times of shadow entry to 
  1517.         within 10 SECONDS with 13 day old elements! That is less than one 
  1518.         second per day error! 
  1519.  
  1520.  
  1521. @@Problems
  1522.          
  1523.  
  1524.         TRAKSAT has been fully tested on MANY different types of 
  1525.         computers, however due to the very nature of personal computers 
  1526.         and different user configurations it is not possible to test the 
  1527.         program with all possible configurations. It may be possible that 
  1528.         some versions of DOS or some computers will not be 100% 
  1529.         compatible and cause the program to stop. THE FIRST STEP TO SOLVE 
  1530.         THE PROBLEM IS TO READ THE DOCUMENTATION INCLUDED WITH TRAKSAT. 
  1531.         
  1532.                                 ****************** 
  1533.                                 * IMPORTANT NOTE * 
  1534.                                 ****************** 
  1535.                 
  1536.         A few users have reported TRAKSAT not running on one of their 
  1537.         computers after installing Windows 3.x. A possible solution would 
  1538.         be that some installations place the DOS command "STACKS 0,0" in 
  1539.         the CONFIG.SYS file. This command should be changed to "STACKS 
  1540.         9,256", this MAY solve the problem. It is not all-together clear 
  1541.         why some computers require this command but at least it is an 
  1542.         easy fix! 
  1543.  
  1544.  
  1545.                  *** PROTECTED MODE AS OF VERSION 4.00 ***
  1546.  
  1547.         TRAKSAT is a large program and uses protected mode to run, this
  1548.         requires a 286 processor or better and at least 2 Meg of memory.
  1549.         You are also REQUIRED to have some memory manager also such as
  1550.         HIMEM (DOS 5.0 and up) or QEMM, MAX386, under Windows 3.1 as
  1551.         a enhanced DOS window, or Win95.
  1552.  
  1553.                                 ****************** 
  1554.                                 * IMPORTANT NOTE * 
  1555.                                 ****************** 
  1556.  
  1557.         TRAKSAT version 4.00 will NOT run on XT (8088) computers. The XT 
  1558.         type computer is not really suited to satellite tracking and if 
  1559.         you are serious about satellite tracking you will use better 
  1560.         hardware.
  1561.  
  1562.         TRAKSAT makes use of the VESA extended video modes also, in fact
  1563.         the Rendered options REQUIRE a 256 color mode in order to operate.
  1564.         If you have the hardware it is best to use the higher resolution
  1565.         video modes. Please consult your computer manual for more 
  1566.         information.
  1567.                                 ****************** 
  1568.                                 * IMPORTANT NOTE * 
  1569.                                 ****************** 
  1570.  
  1571.         TRAKSAT will use the latest VESA standard (1.2) for all SVGA
  1572.         modes. Some older video cards may NOT work with the 256 color
  1573.         output.
  1574.  
  1575.  
  1576. @@Order Form
  1577.                                     TRAKSAT 
  1578.                           Satellite Tracking Program 
  1579.  
  1580.          TRAKSAT Order Form
  1581.          --------------------------------------------------------------
  1582.             Make checks payable to: 
  1583.  
  1584.             Paul E. Traufler 
  1585.             111 Emerald Drive 
  1586.             Harvest, AL 35749 
  1587.         ---------------------------------------------------------------
  1588.          Qty 
  1589.  
  1590.         ____ TRAKSAT NON-REGISTERED Version at $7.00 Each    $_________ 
  1591.  
  1592.         ____ TRAKSAT REGISTERED Version at $25.00 Each       $_________ 
  1593.  
  1594.         ____ WinTrak Windows Satellite Tracking Program      $_________ 
  1595.              (* NOT A SHAREWARE PROGRAM *) $49.95 Each              
  1596.  
  1597.         ____ WinTrak Pro Win95 Satellite Tracking Program    $_________ 
  1598.              (* NOT A SHAREWARE PROGRAM *) $69.95 Each              
  1599.  
  1600.         ====> Shipping and Handling (USA $4.00 Per Unit)     $_________ 
  1601.               (Outside USA $6.00 Per Unit) 
  1602.               (UPS 2nd Day Shipping Charge (USA only) $10.00)
  1603.         -----------------------------------------------------
  1604.              (THESE ITEMS ARE OPTIONAL FOR TRAKSAT) 
  1605.  
  1606.         ____ Auto Tracker Control Option  $30.00 Each        $_________ 
  1607.  
  1608.         ____ Place your name in the program  $5.00           $_________ 
  1609.               
  1610.         ____ TRAKSAT Printed Manual  $15.00 Each             $_________ 
  1611.  
  1612.  
  1613.                                                      Total    $_________ 
  1614.                 
  1615.                        All Are Supplied On 1.44 MB Disks
  1616.  
  1617.         Payment: (check or circle one): [ ] Check  [ ] Money Order  [ ] 
  1618.         Cash  [ ] Other 
  1619.  
  1620.         Checks and Money Orders must be drawn on U.S. banks in U.S. funds 
  1621.  
  1622.                               ** PLEASE PRINT ** 
  1623.  
  1624.          Name    _______________________________________________________ 
  1625.         
  1626.          Address _______________________________________________________ 
  1627.  
  1628.                  _______________________________________________________ 
  1629.           
  1630.          Phone   _____________________  E-Mail _________________________
  1631.  
  1632.          Comments ______________________________________________________ 
  1633.                   
  1634.                   ______________________________________________________ 
  1635.  
  1636. E-Mail: wintrak@traveller.com
  1637. Home Page: http://www.hsv.tis.net/~wintrak
  1638.                                                                     4.00 
  1639. @
  1640.  
  1641.