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

actual TSOFT to SFF code (implementation)


More...

#include <datrwxx/tsoft.h>
#include <datrwxx/util.h>
#include <datrwxx/channeltranslation.h>
#include <datrwxx/formatmodifier.h>
Include dependency graph for itsoftstream.cc:

Go to the source code of this file.

Namespaces

 datrw
 Root namespace of library.
 
 datrw::tsoft
 All classes and functions to extract data from TSOFT files.
 

Macros

#define DATRW_TSOFT_CC_VERSION   "DATRW_TSOFT_CC V1.4"
 

Variables

const char *const datrw::tsoft::key_keepundetval ="keepundetval"
 Format modifier keys. More...
 
const char *const datrw::tsoft::key_replaceundetval ="replaceundetval"
 Format modifier keys. More...
 
const char *const datrw::tsoft::key_bridgetime ="bridgetime"
 Format modifier keys. More...
 
const char *const datrw::tsoft::key_flagbridged ="flagbridged"
 Format modifier keys. More...
 

Detailed Description

actual TSOFT to SFF code (implementation)


Author
Thomas Forbriger
Date
11/11/2009

actual TSOFT to SFF code (implementation)

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


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

REVISIONS and CHANGES

  • 11/11/2009 V1.0 Thomas Forbriger
  • 23/11/2010 V1.1 introduced static member data
  • 05/12/2011 V1.2 implemented format modifiers to handle gaps
  • 07/01/2013 V1.3 fix problem with improper detection of end of file for single trace data
  • 18/11/2016 V1.4 use debug flag in base class

Definition in file itsoftstream.cc.