DATRW++ library: seismic data I/O with multiple formats
|
format specific declarations for SeismicUnix (implementation) More...
#include <datrwxx/debug.h>
#include <datrwxx/su.h>
#include <datrwxx/suformat.h>
#include <datrwxx/formatmodifier.h>
#include <datrwxx/sucomanager.h>
Go to the source code of this file.
Namespaces | |
datrw | |
Root namespace of library. | |
datrw::su | |
All classes and functions to extract data from Seismic Unix files. | |
datrw::su::subformat | |
subformat definitions | |
datrw::su::subformat::def | |
default values for subformat modifiers | |
datrw::su::subformat::key | |
key for subformat modifiers | |
Macros | |
#define | DATRW_SUFORMAT_CC_VERSION "DATRW_SUFORMAT_CC V1.2" |
Functions | |
options::SUHeaderControl | datrw::su::inputmodifiers (const std::string &modifier, const bool &debug) |
evaluate input stream format modifiers More... | |
options::SUHeaderControl | datrw::su::outputmodifiers (const std::string &modifier, const bool &debug) |
evaluate output stream format modifiers More... | |
Variables | |
const char *const | datrw::su::subformat::key::coodigits ="digits" |
maximum number of significant digits to be used More... | |
const unsigned int | datrw::su::subformat::def::coodigits =4 |
default maximum number of significant digits to be used More... | |
const char *const | datrw::su::subformat::key::forceseismic ="seismic" |
understand data file as seismic data file in any case More... | |
const char *const | datrw::su::subformat::key::forceultrasonic ="ultrasonic" |
understand data file as ultrasonic data file in any case More... | |
const char *const | datrw::su::subformat::key::scalco ="scalco" |
set desired scalco value More... | |
const short | datrw::su::subformat::def::scalco =-100 |
default scalco value More... | |
const char *const | datrw::su::subformat::key::strict ="strict" |
strictly interpret header as defined in SeismicUnix source More... | |
const double | datrw::su::subformat::def::thresholdcmp =1.e-4 |
const double | datrw::su::subformat::def::thresholdzero =1.e-12 |
format specific declarations for SeismicUnix (implementation)
format specific declarations for SeismicUnix (implementation)
Copyright (c) 2010 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 suformat.cc.