obspy.io.alsep.core

Apollo Lunar Surface Experiments Package (ALSEP) seismometer reader for ObsPy

Private Functions

Warning

Private functions are mainly for internal/developer use and their API might change without notice.

_append_data

Append new seismic data to existing data.

_append_trace

Append data as trace to stream.

_get_frame_diff_count

Calculate the time difference in sampling period between two frames

_is_pse

Checks whether a file is ALSEP PSE tape or not.

_is_wth

Checks whether a file is ALSEP WTH tape or not.

_is_wtn

Checks whether a file is ALSEP WTN tape or not.

_read_pse

Reads a PSE file and returns ObsPy Stream object.

_read_wth

Reads a WTH file and returns ObsPy Stream object.

_read_wtn

Reads a WTN file and returns ObsPy Stream object.