$Id: Readme.txt 2353 2017-02-07 15:08:58Z lendl $

This directory contains Cube examples useful for (unit-) testing the
'cube2mseed' GIPPtools utility.

Note: The programs 'cube2mseed' and 'cube2ascii' share a lot of source code.
      Many things not tested here are probably tested for utility 'cube2mseed'
      instead... (MiniSEED output consumes less disk space than ASCII output!)

      Please have a look into the corresponding 'cube2mseed' subdirectory 
      as well!


Test 001 -- Single channel Cube data
------------------------------------

  Plain and simple 100Hz, one channel Cube file as recorded by Cube #005.
  No special cases, no silly surprises.

  Note: About 90% of the original recording were removed (and the header as
        well as the trailer block were adjusted accordingly) to speed up
        testing.

  Cube input file:

    001-input.cube

  The output files are named after the command line options used to generate
  them. The first string gives the resampler used (NONE, LINEAR, SINC), which 
  is followed by the fringe sample treatment (SKIP, NOMINAL, CONSTANT).
  Finally the last string informs about the used timing quality control 
  algorithm. File extension '*.txt' is used for the "data", while '*.error' 
  contains output written to standard error.

  "Rule" based quality control:

    001-none-nominal-rule.txt
    001-none-constant-rule.txt
    001-linear-nominal-rule.txt
    001-linear-constant-rule.txt 
    001-sinc25-nominal-rule.txt
    001-sinc25-constant-rule.txt

  "Fake" time algorithm:

    001-none-nominal-fake.txt
    001-none-nominal-fake.error
