VLBIInfoBase

class baseband.vlbi_base.file_info.VLBIInfoBase[source] [edit on github]

Bases: object

Container providing a standardized interface to file information.

In order to ensure that information is always returned, all access to the parent should be within try/except with a possible error stored in self.errors. See self._getattr for an example.

Attributes Summary

attr_names

Attributes that the container provides.

format

Methods Summary

__call__(self)

Create a dict with file information, including missing pieces.

Attributes Documentation

attr_names = ('format',)

Attributes that the container provides.

format = None

Methods Documentation

__call__(self)[source] [edit on github]

Create a dict with file information, including missing pieces.