HeaderProperty

class baseband.vlbi_base.header.HeaderProperty(header_parser, getter, doc=None)[source] [edit on github]

Bases: object

Mimic a dictionary, calculating entries from header words.

Used to calculate setter functions and extract default values.

Parameters:

header_parser : HeaderParser

A dict with header encoding information.

getter : function

Function that uses the encoding information to calculate a result.