Variables | |
string | USAGE |
parser = OptionParser(USAGE) | |
type | |
default | |
help | |
metavar | |
opts | |
args | |
datafiles = args | |
string | group_id = '/lalinference/lalinference_mcmc' |
outfile = opts.outfile | |
rootfile = datafile | |
possible_root = h5py.File(datafile, 'a') | |
outp = h5py.File(outfile, 'w-') | |
string | chain_id = group_id + '/' + chain |
string cbcBayesCombinePTMCMCh5s.USAGE |
Definition at line 35 of file cbcBayesCombinePTMCMCh5s.py.
cbcBayesCombinePTMCMCh5s.parser = OptionParser(USAGE) |
Definition at line 40 of file cbcBayesCombinePTMCMCh5s.py.
cbcBayesCombinePTMCMCh5s.type |
Definition at line 42 of file cbcBayesCombinePTMCMCh5s.py.
cbcBayesCombinePTMCMCh5s.default |
Definition at line 42 of file cbcBayesCombinePTMCMCh5s.py.
cbcBayesCombinePTMCMCh5s.help |
Definition at line 43 of file cbcBayesCombinePTMCMCh5s.py.
cbcBayesCombinePTMCMCh5s.metavar |
Definition at line 43 of file cbcBayesCombinePTMCMCh5s.py.
cbcBayesCombinePTMCMCh5s.opts |
Definition at line 44 of file cbcBayesCombinePTMCMCh5s.py.
cbcBayesCombinePTMCMCh5s.args |
Definition at line 44 of file cbcBayesCombinePTMCMCh5s.py.
cbcBayesCombinePTMCMCh5s.datafiles = args |
Definition at line 46 of file cbcBayesCombinePTMCMCh5s.py.
string cbcBayesCombinePTMCMCh5s.group_id = '/lalinference/lalinference_mcmc' |
Definition at line 48 of file cbcBayesCombinePTMCMCh5s.py.
cbcBayesCombinePTMCMCh5s.outfile = opts.outfile |
Definition at line 50 of file cbcBayesCombinePTMCMCh5s.py.
cbcBayesCombinePTMCMCh5s.rootfile = datafile |
Definition at line 54 of file cbcBayesCombinePTMCMCh5s.py.
cbcBayesCombinePTMCMCh5s.possible_root = h5py.File(datafile, 'a') |
Definition at line 55 of file cbcBayesCombinePTMCMCh5s.py.
Definition at line 65 of file cbcBayesCombinePTMCMCh5s.py.
string cbcBayesCombinePTMCMCh5s.chain_id = group_id + '/' + chain |
Definition at line 81 of file cbcBayesCombinePTMCMCh5s.py.