Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALInference 4.1.9.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
cbcBayesCombinePTMCMCh5s Namespace Reference

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
 

Variable Documentation

◆ USAGE

string cbcBayesCombinePTMCMCh5s.USAGE
Initial value:
1= '''%prog [options] PTMCMC_datafile.hdf5 [PTMCMC_datafile2.hdf5 ...]
2Combine chains from a parallel-tempered MCMC run spread across several HDF5 files.
3'''

Definition at line 35 of file cbcBayesCombinePTMCMCh5s.py.

◆ parser

cbcBayesCombinePTMCMCh5s.parser = OptionParser(USAGE)

Definition at line 40 of file cbcBayesCombinePTMCMCh5s.py.

◆ type

cbcBayesCombinePTMCMCh5s.type

Definition at line 42 of file cbcBayesCombinePTMCMCh5s.py.

◆ default

cbcBayesCombinePTMCMCh5s.default

Definition at line 42 of file cbcBayesCombinePTMCMCh5s.py.

◆ help

cbcBayesCombinePTMCMCh5s.help

Definition at line 43 of file cbcBayesCombinePTMCMCh5s.py.

◆ metavar

cbcBayesCombinePTMCMCh5s.metavar

Definition at line 43 of file cbcBayesCombinePTMCMCh5s.py.

◆ opts

cbcBayesCombinePTMCMCh5s.opts

Definition at line 44 of file cbcBayesCombinePTMCMCh5s.py.

◆ args

cbcBayesCombinePTMCMCh5s.args

Definition at line 44 of file cbcBayesCombinePTMCMCh5s.py.

◆ datafiles

cbcBayesCombinePTMCMCh5s.datafiles = args

Definition at line 46 of file cbcBayesCombinePTMCMCh5s.py.

◆ group_id

string cbcBayesCombinePTMCMCh5s.group_id = '/lalinference/lalinference_mcmc'

Definition at line 48 of file cbcBayesCombinePTMCMCh5s.py.

◆ outfile

cbcBayesCombinePTMCMCh5s.outfile = opts.outfile

Definition at line 50 of file cbcBayesCombinePTMCMCh5s.py.

◆ rootfile

cbcBayesCombinePTMCMCh5s.rootfile = datafile

Definition at line 54 of file cbcBayesCombinePTMCMCh5s.py.

◆ possible_root

cbcBayesCombinePTMCMCh5s.possible_root = h5py.File(datafile, 'a')

Definition at line 55 of file cbcBayesCombinePTMCMCh5s.py.

◆ outp

cbcBayesCombinePTMCMCh5s.outp = h5py.File(outfile, 'w-')

Definition at line 65 of file cbcBayesCombinePTMCMCh5s.py.

◆ chain_id

string cbcBayesCombinePTMCMCh5s.chain_id = group_id + '/' + chain

Definition at line 81 of file cbcBayesCombinePTMCMCh5s.py.