DATRW++ library: seismic data I/O with multiple formats
|
handle a ThiesDL1 data file (implementation) More...
#include <datrwxx/thiesdl1file.h>
#include <datrwxx/thiesdl1line.h>
#include <datrwxx/error.h>
#include <aff/seriesoperators.h>
Go to the source code of this file.
Namespaces | |
datrw | |
Root namespace of library. | |
datrw::thiesdl1 | |
internals of the Thies DL1 reading module | |
Macros | |
#define | DATRW_THIESDL1FILE_CC_VERSION "DATRW_THIESDL1FILE_CC V1.4" |
#define | DL1_rcassert(C, M, E, L, N) |
Functions | |
const libtime::TRelativeTime | datrw::thiesdl1::dl1samplinginterval (0, 0, 1) |
FileHeader | datrw::thiesdl1::readheader (std::istream &is) |
Read and parse a file header. More... | |
Variables | |
const char *const | datrw::thiesdl1::precipitationID ="WR1" |
SEED channel identifier for precipitation. More... | |
handle a ThiesDL1 data file (implementation)
handle a ThiesDL1 data file (implementation)
Copyright (c) 2011 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
08/07/2016 V1.4 thof:
Since the statement by Volker König is quite unsatisfactory, Peter Duffner and Thomas Forbriger on 07.11.2012 checked Thies DL1 recordings of several month against manual readings taken directly at the display of the Thies DL1 logger by Peter Duffner for cases where duplicate samples are present in the recorded data. The result is, that the values provided on the data loggers display are obtained, if data values for lines with duplicate time
Definition in file thiesdl1file.cc.