Waveform filter programs
noisymize.cc File Reference

program reads a set of SFF traces, convolves them with white noise and stacks More...

#include <fstream>
#include <iostream>
#include <string>
#include <cmath>
#include <tfxx/commandline.h>
#include <tfxx/error.h>
#include <aff/series.h>
#include <aff/seriesoperators.h>
#include <tsxx/tsxx.h>
#include <tsxx/convolve.h>
#include <tsioxx/tsioxx.h>
#include <tsxx/random.h>
#include <datrwxx/readany.h>
#include <datrwxx/sff.h>
Include dependency graph for noisymize.cc:

Go to the source code of this file.

Classes

struct  Options
 
struct  Filenames
 

Macros

#define NOISYMIZE_VERSION
 

Typedefs

typedef double Tvalue
 
typedef aff::Series< TvalueTseries
 
typedef ts::sff::File< TseriesTfile
 

Functions

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

Detailed Description

program reads a set of SFF traces, convolves them with white noise and stacks


Author
Thomas Forbriger
Date
27/06/2006

program reads a set of SFF traces, convolves them with white noise and stacks

Copyright (c) 2006 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

  • 27/06/2006 V1.0 Thomas Forbriger
  • 11/07/2006 V1.1 keep result of full convolution length
  • 26/02/2007 V1.2 report factors
  • 02/03/2007 V1.3 scale with offset V1.4 special scaling for horizontal component
  • 08/03/2007 V1.5
    - allow switching of offset specific scaling
    • added description in help section
    • improved out format of list of factors
  • 07/09/2007 V1.6 corrected horizontal component scaling factor
  • 02/04/2019 use new header file interface to libtsioxx

Definition in file noisymize.cc.