obspy.io.reftek.packet._unpack_C0_C2_data
- _unpack_C0_C2_data(packets, encoding)[source]
Unpacks sample data from a packet array that uses ‘C0’ or ‘C2’ data encoding.
- Parameters:
packets (
numpy.ndarray
(dtypePACKET_FINAL_DTYPE
)) – Array of data packets (packet_type
'DT'
) from which to unpack the sample data (with data encoding ‘C0’ or ‘C2’).encoding (str) – Reftek data encoding as specified in event header (EH) packet, either
'C0'
or'C2'
.