A parser for the output of Bayesian parameter estimation codes.
TODO: Will be abstract class when LDG moves over to Python >2.6, inherited by each method .
Definition at line 5322 of file bayespputils.py.
Inherits object.
Public Member Functions | |
| def | __init__ (self, inputtype) |
| def | parse (self, files, **kwargs) |
| Parse files. More... | |
| def lalinference.bayespputils.PEOutputParser.__init__ | ( | self, | |
| inputtype | |||
| ) |
Definition at line 5323 of file bayespputils.py.
| def lalinference.bayespputils.PEOutputParser.parse | ( | self, | |
| files, | |||
| ** | kwargs | ||
| ) |
Parse files.
Definition at line 5344 of file bayespputils.py.