DATRW++ library: seismic data I/O with multiple formats
mseedtest.cc File Reference

test mini-SEED reading More...

#include <fstream>
#include <iostream>
#include <tfxx/commandline.h>
#include <tfxx/bytesex.h>
#include <datrwxx/error.h>
#include <datrwxx/mseedread.h>
#include <datrwxx/seedstructdump.h>
#include <datrwxx/mseed.h>
Include dependency graph for mseedtest.cc:

Go to the source code of this file.

Macros

#define MSEEDTEST_VERSION   "MSEEDTEST V1.6 test MiniSEED reading"
 

Functions

int main (int iargc, char *argv[])
 

Detailed Description

test mini-SEED reading


Author
Thomas Forbriger
Date
15/07/2004

test mini-SEED reading


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Copyright (c) 2004 by Thomas Forbriger (BFO Schiltach)

REVISIONS and CHANGES

  • 15/07/2004 V1.0 Thomas Forbriger
  • 04/04/2006 V1.1 handle special EDL data features
  • 09/05/2006 V1.2 support Steim 2 too
  • 11/05/2006 V1.3 generic frame dump
  • 07/07/2006 V1.4 provide non fatal scan mode
  • 13/09/2011 V1.5 handles ASCII data streamed from Q330HR systems
  • 07/05/2014 V1.6 accept all type field indicators in the fixed section of data header as defined by SEED V2.4

Definition in file mseedtest.cc.