Waveform filter programs
|
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>
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[]) |
inversion for source wavelet correction filter
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
REVISIONS and CHANGES
Definition in file soutifu.cc.