home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / windows / win_78 / prog / mwdbii.nfo < prev    next >
Text File  |  1997-02-01  |  6KB  |  95 lines

  1.           Micro WDB-II is provided on five disks which contain both the
  2.      data files and several small utilities which are used for looking at
  3.      the files and building different composite files.  The files which
  4.      end with the extension of .PNT are the primary data files for each of
  5.      the six line types (see the file MWDBII.DOC for details).  Source
  6.      code is provided for all of the programs. The utility files are :
  7.  
  8.      LPOINTS - This program is used to examin the contents of any of the
  9.      data files.  It will display both the control / identification and
  10.      coordinate data on the CRT.  To use the program enter WDBSTATS and it
  11.      will prompt you for the name of the data file which you wish to view.
  12.      Line header records will have ***** appended to their print lines for
  13.      easier viewing.
  14.  
  15.      WDBSTATS - This program is used to determine how many points and
  16.      lines are in a particular data file.  Unless you custom build
  17.      additional files using the SELECT program you will not need this
  18.      program as the MWDBII.DOC file contains the needed data on all of the
  19.      files included on these four disks.  To use the program enter
  20.      WDBSTATS and it will prompt you for the name of the file which is to
  21.      be processed.  The results will be sent to your LST (printer) device.
  22.  
  23.      SELECT - This program is used to select desired points from the .PNT
  24.      data files.  This program is also used to join the COAST1.PNT and
  25.      COAST2.PNT files found on disks 1 and 2.  The full coast line data
  26.      file was too large to fit on one 360K disk so it was divided for
  27.      distribution purposes.  When you use the program it will ask for the
  28.      name of the file which will hold the selected points.  This is
  29.      followed by a request for the name of the first file from which
  30.      points are to be selected and the level of detail which is desired.
  31.      After the points from the first file are put into the output file it
  32.      will ask for the name of the next input file and the level of detail
  33.      desired from that file or STOP to quit.  This process will go on
  34.      until you have processed all of the desired input files.  See the DOC
  35.      file for an explanation of the "detail" levels before using this
  36.      program.  Since there is a lot of file reading and writing involved
  37.      the process can be somewhat slow on a floppy based system.  Always
  38.      use hard disk or RAM disk if it is available.
  39.  
  40.      WDB - This program is used to display the coordinate values in the
  41.      form of a map on the CRT.  It uses a simple cylindrical (chess board)
  42.      projection so as to avoid the floating point overhead associated with
  43.      other map projections.  You may display the whole world or any subset
  44.      of it.  When displaying only part of the world the update of the
  45.      display may pause from time to time while lines which are not in the
  46.      selected portion of the world are being clipped.  The program will
  47.      provide prompts for the north, south, east, and west extents of the
  48.      area to be displayed.  Since this was designed to test the validity
  49.      of the coordinate data little user input error checking is performed
  50.      by the program.  Bad input - such as invalid file names and
  51.      coordinates - may abend the program but will not harm any of the
  52.      files.  Two versions of the program are provided.  WDBH.EXE (hardware
  53.      math) should be used on systems with an 8087 math coprocessor.
  54.      WDBS.EXE (software math) uses software floating point and must be
  55.      used on sytems which do not have the math coprocessor.  Both programs
  56.      will "beep" when the display has been generated.  Depress the RETURN
  57.      key to clear the screen and exit the program.
  58.  
  59.           The WDB programs should run on any system using an IBM Color
  60.      Graphics Adapter (CGA) or Enhanced Graphics Adapter (EGA) as well as
  61.      Zenith Z120s and Z110s.  On Zenith Z100 series computers the full 640
  62.      x 480 resolution may be selected if 64K video chips are installed.
  63.  
  64.      SAT produces a display of the earth as seen from a satellite.  As with
  65.      WDB it can use any of the Micro WDB II data files and will run on
  66.      Z100s, Z150/IBM PCs, and AT/EGA systems.  When running this program it
  67.      will prompt you for the Latitude and Longitude over which you wish the
  68.      satellite to be and the desired altitude (1 to 30,000 nautical miles).
  69.      Based on these inputs SAT will determine the visable horizon and
  70.      perform all necessary projection and visability calculations.  This
  71.      program uses quite a bit of trig and floating point calculations so it
  72.      will not be very fast on systems which do not have a math chip.
  73.      SATH.EXE should be use when there is a math chip available.  SATS.EXE
  74.      is for use on systems without the math chip.  SAT.PAS is the source
  75.      code for this program.  See internal program comments for credits and
  76.      information on how the program operates.  SATPLOT.PAS is an expanded
  77.      version of SAT.PAS.  It includes the additional code necessary to dump
  78.      the CRT to a printer (IDS Microprism 480) and a Mannesmann Tally Pixy3
  79.      plotter.  This code is provided to give you a start on adapting the
  80.      SAT program to your particular environment.  EXE versions of the
  81.      SATPLOT program are not included as few people are expected to have
  82.      the exact combination of hardware just described.  Copies of the
  83.      "included" code files are provided to assist you in fully
  84.      understanding the total program.
  85.  
  86.  
  87.           For information on other programs and utilities which may be
  88.      developed for processing and displaying this coordinate data please
  89.      contact :
  90.  
  91.           Fred Pospeschil
  92.           3108 Jackson St.
  93.           Bellevue, NE 68005
  94.           402-291-0795  (6-9 PM Central)
  95.