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.

_cmp_jump

Return the number of bytes in a trace block.

_cmp_nbr_headers

Return a tuple containing the number of channel set headers, the number of extended headers and the number of external headers in the file.

_cmp_nbr_records

Return the number of records in the file (ie number of time slices multiplied by the number of components).

_cmp_record_length

Return the record length.

_is_rg16

Determine if a file is a rg16 file.

_make_stats

Make Stats object from information contained in the header of the trace.

_make_trace

Make obspy trace from a trace block (header + trace).

_read_channel_set

Extract information contained in the ith channel set descriptor.

_read_channel_sets

Extract information of all channel set descriptor blocks.

_read_extended_header

Extract information contained in the ith extended header block (i>3).

_read_extended_header_1

Extract information contained in the extended header block number 1.

_read_extended_header_2

Extract information contained in the extended header block number 2.

_read_extended_header_3

Extract information contained in the extended header block number 3.

_read_extended_headers

Extract information from the extended headers.

_read_general_header_1

Extract information contained in the general header block 1

_read_general_header_2

Extract information contained in the general header block 2

_read_initial_headers

Extract all the information contained in the headers located before data, at the beginning of the rg16 file object.

_read_rg16

Read Fairfield Nodal's Receiver Gather File Format version 1.6-1.

_read_trace_header

Read the 20 bytes trace header (first header in the trace block).

_read_trace_header_1

Read trace header 1

_read_trace_header_10

Read trace header 10

_read_trace_header_2

Read trace header 2

_read_trace_header_3

Read trace header 3

_read_trace_header_4

Read trace header 4

_read_trace_header_5

Read trace header 5

_read_trace_header_6

Read trace header 6

_read_trace_header_7

Read trace header 7

_read_trace_header_8

Read trace header 8

_read_trace_header_9

Read trace header 9

_read_trace_headers

Read headers in the trace block.

Classes

HeaderCount