conv/many suite: convert (m)any seismic data format(s)
any2sff.cc File Reference

read any data format More...

#include <fstream>
#include <iostream>
#include <vector>
#include <string>
#include <tfxx/commandline.h>
#include <tfxx/error.h>
#include <tfxx/seitosh.h>
#include <datrwxx/readany.h>
#include <sffostream.h>
Include dependency graph for any2sff.cc:

Go to the source code of this file.

Classes

struct  Options
 

Macros

#define ANY2SFF_VERSION   "ANY2SFF V1.3 read any data format"
 

Typedefs

typedef std::vector< std::string > Tvecofstrings
 
typedef datrw::Tdseries Tseries
 

Functions

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

Detailed Description

read any data format


Author
Thomas Forbriger
Date
31/03/2004

read any data format

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


This file is part of the conv/many suite.

The conv/many suite 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

  • 31/03/2004 V1.0 Thomas Forbriger
  • 21/04/2004 V1.1 write series first - then header
  • 27/03/2006 V1.2 provide GSE scaling mode
  • 25/11/2010 V1.3
    - use correct open mode upon ifstream open

Definition in file any2sff.cc.