home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d199 / snipdemo.lha / SnipDemo / Tools / convert_info < prev    next >
Text File  |  1989-03-31  |  2KB  |  68 lines

  1.  
  2.  
  3.  ************************************************************
  4.  **                                                        **
  5.  **                     C O N V E R T                      **
  6.  **                                                        **
  7.  ************************************************************
  8.  
  9.    Copyright 1988, John A. Hodgson, All rights reserved.
  10.  
  11.    Convert is a utility distributed with Snip to convert 12/16
  12.  bit binary PC data files ( MSDos ) into Snip Floating Point
  13.  format.
  14.  
  15.    The program has been tested only on RC electronics
  16.  Computerscope files and Watscope files.
  17.  
  18.    Transfer MSDos files to an Amiga disk using Dos 2 Dos or
  19.  AWRITE with the /b option.
  20.  
  21.    To run Convert, double click on the Convert icon or
  22.  `run Convert' from the CLI.
  23.  
  24.    A window with 5 gadgets will be displayed :-
  25.  
  26.    InFile      - The name of the file you wish to read.
  27.    Channels    - The number of channels of data in the file.
  28.    Head Bytes  - Number of header bytes before data begins.
  29.                  ( This is 256 for WatSmart files ).
  30.    Out File    - The name of the Snip file you will create.
  31.    Convert     - Click to initiate conversion.
  32.  
  33.    A text string to the right of the Convert gadget reports
  34.  the program status. This will be `Ready !' if the program is
  35.  waiting for your input and `Converting' when the program is
  36.  making a Snip file.
  37.  
  38.    The file created by Convert can be read into Snip using
  39.  the `Load' menu option in Snip.
  40.  
  41.    MSDOS FILE FORMAT
  42.  
  43.    The MSDos file expected by Convert may have a header with
  44.  the number of bytes indicated in the `Head Bytes' gadget.
  45.  
  46.    The remainder of the file must be 2 byte numbers
  47.  with data from separate channels interleaved ( As in the
  48.  ASCII file format ).
  49.  
  50.    i.e. -
  51.  
  52.       Header (any number of Bytes)
  53.  
  54.             Chan 1      Chan 2      Chan 3      ... etc.
  55.  
  56. Point 1     LSB MSB     LSB MSB     LSB MSB     ...
  57. Point 2     LSB MSB     LSB MSB     LSB MSB     ...
  58.    .           .           .           .        ...
  59.    .           .           .           .        ...
  60. etc....
  61.  
  62.    Convert will flip the byte order and generate the
  63.  corresponding Snip file.
  64.  
  65.    There should be no problem modifying this program for other
  66.  file formats, so if you have a special need, please let me
  67.  know.
  68.