Skip to main content

Tools for interacting with GT's LF AWESOME Receiver data

Project description

LF Logo

LF Data

This project provides a set of useful tools for interacting with data taken from the LF AWESOME receivers maintained by the LF Radio Lab at Georgia Tech. This data is available publicly at Waldo World.

Installation

Run the following to install:

pip install lf

Example Usage

import lf

# Load an entire .mat file
data = lf.data.rx.load_rx_data("path_to_mat_file")

# Load a specific variable or set of variables
variables = ["station_name", "call_sign", "data"]
data = lf.data.rx.load_rx_data("path_to_mat_file", variables)

# Create an LFData object from two mat files or dictionaries
mat_files = ["amplitudeNS.mat", "phaseNS.mat", "amplitudeEW.mat", "phaseEW.mat"]
data = lf.data.rx.LFData(mat_files)

# Evaluate the quality of your data with the EvalLF object
data_eval = lf.data.rxquality.EvalLF(data)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lf-0.1.8.tar.gz (30.8 kB view details)

Uploaded Source

Built Distribution

lf-0.1.8-py3-none-any.whl (32.7 kB view details)

Uploaded Python 3

File details

Details for the file lf-0.1.8.tar.gz.

File metadata

  • Download URL: lf-0.1.8.tar.gz
  • Upload date:
  • Size: 30.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.5

File hashes

Hashes for lf-0.1.8.tar.gz
Algorithm Hash digest
SHA256 41cc234d98a17552aeee4418613bdee7134b739b275b77973551f4b93efe0cf7
MD5 139e3e8f97005da0a4aac0edf11c9196
BLAKE2b-256 657cc87fb754c34ed5b7a804bdef27c88790aeb39087f35175db9c1ba98a853d

See more details on using hashes here.

File details

Details for the file lf-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: lf-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 32.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.5

File hashes

Hashes for lf-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 c757562909d7c039de9e38c64c9757a25949b0a88a33434d461c2812ea5b203d
MD5 5042ceee9011cd53345086455015b757
BLAKE2b-256 9c2fa67ade2e0fbe3466e85a1401bbfa654d71ad9b15b4bec67a6e507b68bba2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page