Waveform filter programs
resaseda.cc File Reference

resample seismic data More...

#include <fstream>
#include <iostream>
#include <libtime++.h>
#include <tfxx/commandline.h>
#include <tfxx/error.h>
#include <tfxx/rangestring.h>
#include <tfxx/xcmdline.h>
#include <tfxx/misc.h>
#include <tfxx/handle.h>
#include <tfxx/seitosh.h>
#include <sffostream.h>
#include <tsxx/ipolin.h>
#include <datrwxx/readany.h>
#include <datrwxx/writeany.h>
Include dependency graph for resaseda.cc:

Go to the source code of this file.

Classes

struct  Options
 

Macros

#define RESASEDA_VERSION   "RESASEDA V1.6 resample seismic data"
 

Typedefs

typedef ts::TDsfftimeseries Ttimeseries
 
typedef Ttimeseries::Tseries Tseries
 

Functions

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

Detailed Description

resample seismic data


Author
Thomas Forbriger
Date
07/11/2017

resample seismic data

Copyright (c) 2005, 2017 by Thomas Forbriger (BFO Schiltach)


RESASEDA 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

  • 13/07/2005 V1.0 Thomas Forbriger
  • 28/07/2005 V1.1 catch exception in case of non-matching window
  • 15/07/2008 V1.2 - provide options compatible to anyextract
    • provide -edge option
  • 03/08/2011 V1.3 implement delay option
  • 14/09/2011 V1.4 implement sample offset windows
  • 21/11/2012 V1.5 provide different output formats
  • 07/11/2017 V1.6 provide option shrink

Definition in file resaseda.cc.