lf.data.rx.LFData

class lf.data.table.LFTable

Save one days worth of lf data into an easily managed object

Methods

populate(day, paths, data_dir[, cal_table, …])

TODO: Docstring for populate.

list_paths()

Determine which paths contain data

get_path_data(path)

Locate data from a single path

trim_data(start, stop)

trim data outside start and stop times

unwrap_phase()

Unwrap the phase data in the table :returns: :rtype: None

filt_data(N)

Median filter the data

save(path)

Save the current table to path

load(path)

Load a previous table

plot()

Plot the table of data :returns: :rtype: None