Recording

class Data_Reduction.OldGAVRT.Recording(session)

Bases: Data_Reduction.Recording

This can later be subclassed, when I’ve worked out the common attributes of all recordings.

Methods Summary

extract_data_from_recording()

load_tfile_data(path[, start, stop, dss])

Load data from a GAVRT t-file

Methods Documentation

extract_data_from_recording()
load_tfile_data(path, start=None, stop=None, dss=28)

Load data from a GAVRT t-file

:param filename : name of data file (t.YYDDD.C) :type filename : str

:param start : optional start time, default: beginning of file :type start : datetime

:param stop : optional stop time, default: end of file :type stop : datetime

Returns

(indexed numpy data array, column labels for data array, list of date numbers, one for each row, list of right ascensions (hrs), one for each row, list of declinations (degs), list of Tsys counts (kHz))