DATRW++ library: seismic data I/O with multiple formats
|
interface to write ASCII data (implementation) More...
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... | |
interface to write ASCII data (implementation)
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
REVISIONS and CHANGES
Definition in file ascii.cc.