polyfemos.back.seismic.edlogreader¶
Reads Earth Data LOG files
Includes get_data()
function for
extracting data from Earth Data LOG files
Extracts 1 datapoint per day (this is everthing that is available). Other state of health parameters are available as MSEED files containing continuous data.
Parameters available using get_data()
key
in parentheses
latitude (lat)
longitude (long)
date (date), a string containing year, month and day
time (time), a string containing hour, minute and second
heading (hdng) *
magnetic variation (mva) *
velocity (vel) *
16 bit phase error in 1 second pll (plle) **
- copyright
2019, University of Oulu, Sodankyla Geophysical Observatory
- license
GNU Lesser General Public License v3.0 or later (https://spdx.org/licenses/LGPL-3.0-or-later.html)
Public Functions
Private Functions
-
polyfemos.back.seismic.edlogreader.
_ed_log_get_value_from_rows
(rows, key)[source]¶ Searches for
key
in rows If thekey
is found, returns the value to the ‘right’ of the key
-
polyfemos.back.seismic.edlogreader.
_ed_log_parse_row
(row)[source]¶ Converts a (binary) string
row
to list