DATRW++ library: seismic data I/O with multiple formats
ascii.cc File Reference

interface to write ASCII data (implementation) More...

#include <datrwxx/ascii.h>
#include <datrwxx/asciiheaderkeys.h>
Include dependency graph for ascii.cc:

Go to the source code of this file.

Namespaces

 datrw
 Root namespace of library.
 
 datrw::ascii
 internals of the ascii I/O module
 

Macros

#define DATRW_ASCII_CC_VERSION   "TF_ASCII_CC V1.0 "
 

Variables

const char *const datrw::ascii::keydate ="date"
 key for WID2 line header field More...
 
const char *const datrw::ascii::keydt ="dt"
 key for WID2 line header field More...
 
const char *const datrw::ascii::keynsamples ="n"
 key for WID2 line header field More...
 
const char *const datrw::ascii::keystation ="station"
 key for WID2 line header field More...
 
const char *const datrw::ascii::keychannel ="channel"
 key for WID2 line header field More...
 
const char *const datrw::ascii::keyauxid ="auxid"
 key for WID2 line header field More...
 
const char *const datrw::ascii::keyinstype ="instype"
 key for WID2 line header field More...
 
const char *const datrw::ascii::keycalib ="calib"
 key for WID2 line header field More...
 
const char *const datrw::ascii::keycalper ="calper"
 key for WID2 line header field More...
 
const char *const datrw::ascii::keyhang ="hang"
 key for WID2 line header field More...
 
const char *const datrw::ascii::keyvang ="vang"
 key for WID2 line header field More...
 
const char *const datrw::ascii::keySRCEdate ="SRCEdate"
 key for SRCE line header field More...
 
const char *const datrw::ascii::keySRCEtype ="SRCEtype"
 key for SRCE line header field More...
 
const char *const datrw::ascii::keySRCEX ="SRCE-X"
 key for SRCE line header field More...
 
const char *const datrw::ascii::keySRCEY ="SRCE-Y"
 key for SRCE line header field More...
 
const char *const datrw::ascii::keySRCEZ ="SRCE-Z"
 key for SRCE line header field More...
 
const char *const datrw::ascii::keySRCECS ="SRCE-CS"
 key for SRCE line header field More...
 
const char *const datrw::ascii::keyRECVX ="RECV-X"
 key for INFO line header field More...
 
const char *const datrw::ascii::keyRECVY ="RECV-Y"
 key for INFO line header field More...
 
const char *const datrw::ascii::keyRECVZ ="RECV-Z"
 key for INFO line header field More...
 
const char *const datrw::ascii::keyRECVCS ="RECV-CS"
 key for INFO line header field More...
 
const char *const datrw::ascii::keynstacks ="nstacks"
 key for INFO line header field More...
 
const char *const datrw::ascii::keydata ="DATA"
 key for DATA type header field More...
 
const char *const datrw::ascii::keyint ="int"
 key for DATA type header field More...
 
const char *const datrw::ascii::keyfloat ="float"
 key for DATA type header field More...
 
const char *const datrw::ascii::keydouble ="double"
 key for DATA type header field More...
 
const char *const datrw::ascii::keynonfatal ="nonfatal"
 format modifier key More...
 

Detailed Description

interface to write ASCII data (implementation)


Author
Thomas Forbriger
Date
11/04/2006

interface to write ASCII data (implementation)

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

  • 11/04/2006 V1.0 Thomas Forbriger

Definition in file ascii.cc.