Waveform filter programs
soutifu.cc File Reference

inversion for source wavelet correction filter More...

#include <iostream>
#include <fstream>
#include <tfxx/error.h>
#include <tfxx/commandline.h>
#include <tfxx/seitosh.h>
#include <tsioxx/tsioxx.h>
#include <datrwxx/readany.h>
#include <datrwxx/writeany.h>
#include <stfinv/stfinvany.h>
Include dependency graph for soutifu.cc:

Go to the source code of this file.

Classes

struct  Options
 

Macros

#define SOUTIFU_VERSION   "SOUTIFU V1.4 inversion for source wavelet correction filter"
 
#define PAROUT(par)   cout << #par << "=" << par << " ";
 

Functions

bool sameineps (const double &a, const double &b, const double &eps=1.e-8)
 
int main (int iargc, char *argv[])
 

Detailed Description

inversion for source wavelet correction filter


Author
Thomas Forbriger
Date
06/05/2011

inversion for source wavelet correction filter

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


SOUTIFU 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

  • 06/05/2011 V1.0 Thomas Forbriger
  • 08/09/2011 V1.1 support format modifiers
  • 30/09/2011 V1.2 support additional time series pairs
  • 19/10/2015 V1.3 provide full usage information from libstfinv
  • 22/11/2016 V1.4 make proper use of output operators
  • 02/04/2019 use new header file interface to libtsioxx

Definition in file soutifu.cc.