DATRW++ library: seismic data I/O with multiple formats
|
structures and functions to hold hpmo data and to handle it (prototypes) More...
Go to the source code of this file.
Classes | |
struct | datrw::hpmo::MinuteBlock |
hold one minute block More... | |
struct | datrw::hpmo::SampleBlock |
hold samples of one minute-block More... | |
Namespaces | |
datrw | |
Root namespace of library. | |
datrw::hpmo | |
All classes and functions to extract data from HPMO files. | |
Macros | |
#define | DATRW_HPMODATA_H_VERSION "DATRW_HPMODATA_H V1.0 " |
Variables | |
const int | datrw::hpmo::nchannels =20 |
number of channels in HP MO data acquisition system More... | |
const int | datrw::hpmo::nminutes =60 |
number of minute blocks per file (1h) More... | |
const int | datrw::hpmo::nsamples =12 |
number of samples per minute block and channel More... | |
const double | datrw::hpmo::sampling_interval =5. |
sampling interval in seconds More... | |
structures and functions to hold hpmo data and to handle it (prototypes)
structures and functions to hold hpmo data and to handle it (prototypes)
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
Copyright (c) 2004 by Thomas Forbriger (BFO Schiltach)
REVISIONS and CHANGES
Definition in file hpmodata.h.