SIDpy VLF Client

The vlfclient module contains the packages core processing and plotting functionality.

sidpy.vlfclient Module

Client containing functions specific to the processing of SuperSID VLF data; reading csv files, get data from csv, get header information from csv, normalize data, convert data to pandas DataFrame, plot data and create summary plot.

@author:

Oscar Sage David O’Hara

@email:

oharao@tcd.ie

Classes

Geographic_Midpoint()

Calculate the weighted geographic midpoint and sunrise/sunset times between a set of given lat and lon values.

Path(*args, **kwargs)

PurePath subclass that can make system calls.

VLFClient()

Client containing functions specific to the processing of SuperSID VLF data; reading csv files, get data from csv, get header information from csv, normalize data, convert data to pandas DataFrame, plot data and create summary plot.

datetime(year, month, day[, hour[, minute[, ...)

The year, month and day arguments are required.

timedelta

Difference between two datetime values.

Class Inheritance Diagram

Inheritance diagram of sidpy.vlfclient.VLFClient