TidTipFinder

class Data_Reduction.TAMS_tipping.TidTipFinder(dss=43, remote=True, date=None)

Bases: object

Attributes::

am directory files logger tsys

Methods Summary

get_session_files(date)

Get the files for the specified data

get_tipping_data(filename)

Gets tipping data from a file made with observatoryCtrl

plot_elevations(index[, tipfiles])

Plots tipping curve data from a specified file

sort_by_time([name_template, subdir])

Returns a time-ordered dict of tipping files with UNIX times as keys

Methods Documentation

get_session_files(date)

Get the files for the specified data

get_tipping_data(filename)

Gets tipping data from a file made with observatoryCtrl

plot_elevations(index, tipfiles=None)

Plots tipping curve data from a specified file

:param tipfiles : dict keyed on filename with file times :type tipfiles : dict

:param index : file in tipfiles to be plotted :type index : int

sort_by_time(name_template='tipping_data', subdir=None)

Returns a time-ordered dict of tipping files with UNIX times as keys

:param directory : where the files are :type directory : str

:param name_template : part of name common to all files :type name_template : str

Returns

dict keyed on filenames