API Reference¶
Data¶
|
Manage VLF data for a single transmit-receive path. |
|
Check if a .mat file is a valid LF data mat file |
|
Properly format an LF AWESOME receiver’s output mat file |
|
Determine the four mat_files associated with the provided Tx-Rx Path |
|
Rotate a set of tuples from N/S, E/W orientation to Radial, Azimuthal orientation |
Rotate a set of tuples from Radial/Azimuthal orientation to a polarization ellipse format as described by Gross (2018), with a major and minor axis amplitude components, tilt angle, and start phase. |
Data Quality¶
Data Table¶
Calibration¶
|
LF AWESOME Receiver calibration information |
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2). |
Utilities¶
|
Determine the number of repeated nans in a row |
|
Find the start and stop location of nans |
|
Get the azimuth angle between the receiver and transmitter |
|
Determine rotation factors for rotating azimuth |
|
Compute the location of the midpoint between transmitter and receiver |
|
Calculate when the sun is most abovehead |