DATRW++ library: seismic data I/O with multiple formats
|
▼Ndatrw | Root namespace of library |
▼Nascii | Internals of the ascii I/O module |
▼Nbinary | Internals of the binary I/O module |
Cibinstream | Stream like class for binary input of basic types and classes |
Cobinstream | Binary output for basic types and classes |
▼Nbonjer | All functions, classes, etc. to read K. Bonjers data format |
Cheader | Hold file header contents |
▼Nformatmodifiers | Namespace containing components of format modifiers |
CModifierHelp | Help formatting modifier online help |
CValue | A struct to store values for a given key |
▼Nhpmo | All classes and functions to extract data from HPMO files |
CHeader | Read, hold and handle one minute block header line |
CMinuteBlock | Hold one minute block |
CNoHeaderException | This excpetion will be thrown by the Header reading function, in case it does not find something that look like a header (i.e. a line with more or less than 44 characters) |
CSampleBlock | Hold samples of one minute-block |
▼Nmseed | All the stuff to read mini-SEED data |
▶NSEED | |
CConsistencyCheckControl | |
CConsistencyChecks | |
CDebug | |
CMiniSEEDblock | |
CMiniSEEDRecord | |
CRecord | |
▼Npdas | All functions, classes etc. to read PDAS data |
CFoundEOF | |
CHeader | Struct to hold complete header |
CHeaderLine | Struct to hold content of header line |
▼Nsac | All the stuff to read SAC binary data |
CSACheader | Header structure for SAC binary data |
▼Nseife | Internals of the seife I/O module |
CHeader | Class to hold complete seife header |
CParameterLine | Seife format header parameter line |
▼Nsu | All classes and functions to extract data from Seismic Unix files |
▶Nhelper | |
▶Noptions | Options to be passed between classes definitions |
▶Nsubformat | Subformat definitions |
CCoordinates | Full set of coordinates.This struct holds a full set of coordinates for a SEG-Y trace header. It provides functions to read the values from a given trace header and to set values in a trace header. Further it provides a function to chose equal scaling values for horizontal coordinates on one hand and vertical coordinates on the other hand. This class combines six members of type datrw::su::ScalCoo in order to scale coordinates coherently. It is used in the set functions of datrw::su::SUheader not as a member data but as a conversion and scaling tool |
CScalCoo | Scaled coordinate.This struct holds one coordinate together with a scale value. It provides functions to support appropriate scaling and to explore dynamic range |
CSUheader | C++ class to handle Seismic Un*x header struct |
CSUReadException | |
CTraceHeaderStruct | SEG-Y and SU trace header as taken from segy.h coming with SeismicUnixsegy - trace identification header |
▼Ntfascii | All functions, classes, etc. to read data format of T.Forbriger's any2ascii |
CFileHeader | Holds the fileheader data |
CTraceHeader | Holds the traceheader data |
▼Nthiesdl1 | Internals of the Thies DL1 reading module |
CDataLine | Store one line of data as read from DL1 |
CExceptionInconsistentLine | Exception indicating an inconsistent data line |
CExceptionRecordWindow | Exception indicating an inconsistent data line |
CFile | Store a full data file |
CFileHeader | Store the header of a data file |
▼Ntsoft | All classes and functions to extract data from TSOFT files |
CChannel | Struct to hold a pair of channel names |
CChanneldata | Date for one channel |
CChannelDescription | Hold channel description |
CChannelinfo | Channel info |
CChecklist | Check list for requiered fields |
CDatacontainer | Data container |
CDataline | One data line |
CDatasequence | Sequence of contiguous data |
CDatatrace | Trace of contiguous data |
CFile | Contents of a complete TSOFT file |
CLine | Takes one line and splits it into tag and information |
CReaderConfig | Config parameters for data extractionThese parameters control the way gaps in the input data are handled |
CSFFchannelid | Hold SFF channel description |
CTrace | Contents for one trace of data |
CTSOFTchannelid | Hold TSOFT channel description |
CTSOFTfile | Read a complete file |
▼Nutil | Some components used by several I/O format modules |
CIOUnion | |
Cseriesreservoir | |
CException | Base class for exceptions |
Cianystream | Class to read any type of data file |
Ciasciistream | Class to read ascii data |
Cibinarystream | Class to read binary data |
Cibonjerstream | Input stream to read seismic data provided by K. Bonjer |
Cidatstream | |
Cigsestream | Class to read raw GSE data |
Cihpmostream | Class to read HPMO data |
Cimseedstream | Class to read mini-SEED data |
Cipdasstream | Class to read PDAS data |
Cisacstream | Class to read SAC binary data |
Ciseifestream | Class to read seife data |
Cisffstream | Class to read SFF data |
Cisustream | Class to read SeismicUnix data |
Citfasciistream | Input stream to read seismic data provided by T. Forbriger's any2ascii |
Cithiesdl1stream | Class to read Thies DL1 data |
Citsoftstream | Class to read TSOFT data |
Coanystream | Class to write any type of data file |
Coasciistream | Class to write ascii data |
Cobinarystream | Class to write binary |
Codatstream | |
Cogsestream | Class to write GSE data |
Coseifestream | Class to write seife data |
Cosffstream | Class to write SFF data |
Cosustream | Class to write SU data |
CProperties | Properties base class |
Csequentialtracereader | Sequential trace reader |
CSubformat | Class to handle format modifiersThis class is used to parse a format modifier string. Detailed instructions will be given upon request. For some hints have a look at tests/libdatrwxxtests.c |
COptions |