DATRW++ library: seismic data I/O with multiple formats
|
translate TSOFT channel name (they are too long for SFF headers) (prototypes)
#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
struct | datrw::tsoft::Channel |
struct to hold a pair of channel names More... | |
struct | datrw::tsoft::ChannelDescription |
hold channel description More... | |
struct | datrw::tsoft::SFFchannelid |
hold SFF channel description More... | |
struct | datrw::tsoft::TSOFTchannelid |
hold TSOFT channel description More... | |
Namespaces | |
datrw | |
Root namespace of library. | |
datrw::tsoft | |
All classes and functions to extract data from TSOFT files. | |
Macros | |
#define | DATRW_CHANNELTRANSLATION_H_VERSION "DATRW_CHANNELTRANSLATION_H V1.1" |
Enumerations | |
enum | datrw::tsoft::Econversion { datrw::tsoft::SIDIODE, datrw::tsoft::SIDIODE1, datrw::tsoft::SIDIODE2, datrw::tsoft::SIDIODE3, datrw::tsoft::SIDIODE4, datrw::tsoft::MASFLO1, datrw::tsoft::GEPLHe19, datrw::tsoft::GEPLHe23, datrw::tsoft::POWERV, datrw::tsoft::PT100_K, datrw::tsoft::PT100V_K, datrw::tsoft::PT100, datrw::tsoft::PT100V, datrw::tsoft::PSI_1_1, datrw::tsoft::H2OFLO1, datrw::tsoft::TDV, datrw::tsoft::TD, datrw::tsoft::PSI_500, datrw::tsoft::PSI_2500, datrw::tsoft::PSI_3000, datrw::tsoft::PSI_3447, datrw::tsoft::KPA_3447, datrw::tsoft::KPA_20684, datrw::tsoft::KPA_17236, datrw::tsoft::MPA_17236, datrw::tsoft::MPA_3447, datrw::tsoft::MPA_20684, datrw::tsoft::FAN16, datrw::tsoft::C20P4, datrw::tsoft::CNSP, datrw::tsoft::CNFD } |
DDAS3 sensor data conversion codesSensor data conversion codes as defined in GWR document DDAS3_man_technical_ch5_UIPCsoftware_2010-07-16_BFO-Excerpt. More... | |
Functions | |
ChannelDescription | datrw::tsoft::channel (const SFFchannelid &ci) |
return channel data for given SFF channel ID More... | |
void | datrw::tsoft::reportdatacomments (std::ostream &os) |
report comments from 1s files More... | |
void | datrw::tsoft::reporttranslation (std::ostream &os) |
report translation table More... | |
SFFchannelid | datrw::tsoft::schannelid (const Channel &ci) |
split SFF channel description More... | |
TSOFTchannelid | datrw::tsoft::tchannelid (const Channel &ci) |
split TSOFT channel description More... | |
SFFchannelid | datrw::tsoft::translate (const TSOFTchannelid &ci) |
return SFF channel ID for given TSOFT channel ID More... | |
bool | datrw::tsoft::translationisunique (const bool &verbose=true) |
check uniqueness of translation table More... | |
translate TSOFT channel name (they are too long for SFF headers) (prototypes)
translate TSOFT channel name (they are too long for SFF headers) (prototypes)
Copyright (c) 2009 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 channeltranslation.h.