VLBIFileBase

class baseband.vlbi_base.base.VLBIFileBase(fh_raw)[source] [edit on github]

Bases: object

VLBI file wrapper, used to add frame methods to a binary data file.

The underlying file is stored in fh_raw and all attributes that do not exist on the class itself are looked up on it.

Parameters:

fh_raw : filehandle

Filehandle of the raw binary data file.

Methods Summary

close()

Methods Documentation

close()[source] [edit on github]