DATRW++ library: seismic data I/O with multiple formats
|
manage coordinate scaling (implementation) More...
#include <cmath>
#include <climits>
#include <datrwxx/suformat.h>
#include <datrwxx/sucomanager.h>
#include <datrwxx/error.h>
#include <datrwxx/debug.h>
#include <datrwxx/util.h>
Go to the source code of this file.
Classes | |
class | datrw::su::helper::MyOutputFormat |
output format modifier for debug output More... | |
Namespaces | |
datrw | |
Root namespace of library. | |
datrw::su | |
All classes and functions to extract data from Seismic Unix files. | |
datrw::su::helper | |
Macros | |
#define | DATRW_SUCOMANAGER_CC_VERSION "DATRW_SUCOMANAGER_CC V1.7" |
Functions | |
void | datrw::su::fixscalevalue (short &s, const bool &strict) |
fix a SeismicUn*x scale value More... | |
std::ostream & | datrw::su::helper::operator<< (std::ostream &os, const MyOutputFormat &f) |
output operator to apply output format modifier More... | |
short | datrw::su::powertoscale (const int &p) |
convert a decimal power to a SeismicUn*x scale value More... | |
double | datrw::su::scalefactor (short s, const bool &strict) |
convert scale value to a factor to be applied More... | |
int | datrw::su::scaletopower (short s, const bool &strict) |
convert a SeismicUn*x scale value to a decimal power More... | |
manage coordinate scaling (implementation)
manage coordinate scaling (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 sucomanager.cc.