obspy.io.rg16.core
Receiver Gather (version 1.6-1) bindings to ObsPy core module.
Private Functions
Warning
Private functions are mainly for internal/developer use and their API might change without notice.
Return the number of bytes in a trace block. |
|
Return a tuple containing the number of channel set headers, the number of extended headers and the number of external headers in the file. |
|
Return the number of records in the file (ie number of time slices multiplied by the number of components). |
|
Return the record length. |
|
Determine if a file is a rg16 file. |
|
Make Stats object from information contained in the header of the trace. |
|
Make obspy trace from a trace block (header + trace). |
|
Extract information contained in the ith channel set descriptor. |
|
Extract information of all channel set descriptor blocks. |
|
Extract information contained in the ith extended header block (i>3). |
|
Extract information contained in the extended header block number 1. |
|
Extract information contained in the extended header block number 2. |
|
Extract information contained in the extended header block number 3. |
|
Extract information from the extended headers. |
|
Extract information contained in the general header block 1 |
|
Extract information contained in the general header block 2 |
|
Extract all the information contained in the headers located before data, at the beginning of the rg16 file object. |
|
Read Fairfield Nodal's Receiver Gather File Format version 1.6-1. |
|
Read the 20 bytes trace header (first header in the trace block). |
|
Read trace header 1 |
|
Read trace header 10 |
|
Read trace header 2 |
|
Read trace header 3 |
|
Read trace header 4 |
|
Read trace header 5 |
|
Read trace header 6 |
|
Read trace header 7 |
|
Read trace header 8 |
|
Read trace header 9 |
|
Read headers in the trace block. |
Classes