def cbcBayesPostProc.email_notify | ( | address, | |
path | |||
) |
Definition at line 84 of file cbcBayesPostProc.py.
def cbcBayesPostProc.pickle_to_file | ( | obj, | |
fname | |||
) |
Pickle/serialize 'obj' into 'fname'.
Definition at line 104 of file cbcBayesPostProc.py.
def cbcBayesPostProc.oneD_dict_to_file | ( | dict, | |
fname | |||
) |
Definition at line 109 of file cbcBayesPostProc.py.
def cbcBayesPostProc.multipleFileCB | ( | opt, | |
opt_str, | |||
value, | |||
parser | |||
) |
Definition at line 114 of file cbcBayesPostProc.py.
def cbcBayesPostProc.dict2html | ( | d, | |
parent = None |
|||
) |
Definition at line 141 of file cbcBayesPostProc.py.
def cbcBayesPostProc.extract_hdf5_metadata | ( | h5grp, | |
parent = None |
|||
) |
Definition at line 153 of file cbcBayesPostProc.py.
def cbcBayesPostProc.cbcBayesPostProc | ( | outdir, | |
data, | |||
oneDMenus, | |||
twoDGreedyMenu, | |||
GreedyRes, | |||
confidence_levels, | |||
twoDplots, | |||
injfile = None , |
|||
eventnum = None , |
|||
trigfile = None , |
|||
trignum = None , |
|||
skyres = None , |
|||
dievidence = False , |
|||
boxing = 64 , |
|||
difactor = 1.0 , |
|||
ellevidence = False , |
|||
bayesfactornoise = None , |
|||
bayesfactorcoherent = None , |
|||
snrfactor = None , |
|||
ns_flag = False , |
|||
ns_Nlive = None , |
|||
ss_flag = False , |
|||
ss_spin_flag = False , |
|||
li_flag = False , |
|||
deltaLogP = None , |
|||
fixedBurnins = None , |
|||
nDownsample = None , |
|||
oldMassConvention = False , |
|||
fm_flag = False , |
|||
inj_spin_frame = 'OrbitalL' , |
|||
noacf = False , |
|||
twodkdeplots = False , |
|||
RconvergenceTests = False , |
|||
savepdfs = True , |
|||
covarianceMatrices = None , |
|||
meanVectors = None , |
|||
header = None , |
|||
psd_files = None , |
|||
greedy = True ## If true will use greedy bin for 1-d credible regions. Otherwise use 2-steps KDE |
|||
) |
This is a demonstration script for using the functionality/data structures contained in lalinference.bayespputils .
It will produce a webpage from a file containing posterior samples generated by the parameter estimation codes with 1D/2D plots and stats from the marginal posteriors for each parameter/set of parameters.
Definition at line 170 of file cbcBayesPostProc.py.
int cbcBayesPostProc.fig_width_pt = 246 |
Definition at line 49 of file cbcBayesPostProc.py.
float cbcBayesPostProc.inches_per_pt = 1.0/72.27 |
Definition at line 50 of file cbcBayesPostProc.py.
tuple cbcBayesPostProc.golden_mean = (2.236-1.0)/2.0 |
Definition at line 51 of file cbcBayesPostProc.py.
int cbcBayesPostProc.fig_width = fig_width_pt*inches_per_pt |
Definition at line 52 of file cbcBayesPostProc.py.
int cbcBayesPostProc.fig_height = fig_width*golden_mean |
Definition at line 53 of file cbcBayesPostProc.py.
list cbcBayesPostProc.fig_size = [fig_width,fig_height] |
Definition at line 54 of file cbcBayesPostProc.py.
string cbcBayesPostProc.USAGE |
Definition at line 1084 of file cbcBayesPostProc.py.
cbcBayesPostProc.parser = OptionParser(USAGE) |
Definition at line 1093 of file cbcBayesPostProc.py.
cbcBayesPostProc.dest |
Definition at line 1094 of file cbcBayesPostProc.py.
cbcBayesPostProc.help |
Definition at line 1094 of file cbcBayesPostProc.py.
cbcBayesPostProc.metavar |
Definition at line 1094 of file cbcBayesPostProc.py.
cbcBayesPostProc.action |
Definition at line 1095 of file cbcBayesPostProc.py.
cbcBayesPostProc.callback |
Definition at line 1095 of file cbcBayesPostProc.py.
cbcBayesPostProc.multipleFileCB |
Definition at line 1095 of file cbcBayesPostProc.py.
cbcBayesPostProc.default |
Definition at line 1097 of file cbcBayesPostProc.py.
cbcBayesPostProc.None |
Definition at line 1100 of file cbcBayesPostProc.py.
cbcBayesPostProc.type |
Definition at line 1100 of file cbcBayesPostProc.py.
cbcBayesPostProc.False |
Definition at line 1105 of file cbcBayesPostProc.py.
cbcBayesPostProc.True |
Definition at line 1136 of file cbcBayesPostProc.py.
cbcBayesPostProc.opts |
Definition at line 1144 of file cbcBayesPostProc.py.
cbcBayesPostProc.args |
Definition at line 1144 of file cbcBayesPostProc.py.
list cbcBayesPostProc.datafiles = [] |
Definition at line 1146 of file cbcBayesPostProc.py.
Definition at line 1155 of file cbcBayesPostProc.py.
dictionary cbcBayesPostProc.oneDMenus = {'Masses':None,'SourceFrame':None,'Timing':None,'Extrinsic':None,'Spins':None,'StrongField':None,'Others':None} |
Definition at line 1163 of file cbcBayesPostProc.py.
list cbcBayesPostProc.ifos_menu = ['h1','l1','v1'] |
Definition at line 1176 of file cbcBayesPostProc.py.
list cbcBayesPostProc.twoDGreedyMenu = [] |
Definition at line 1181 of file cbcBayesPostProc.py.
cbcBayesPostProc.greedyBinSizes = bppu.greedyBinSizes |
Definition at line 1269 of file cbcBayesPostProc.py.
cbcBayesPostProc.deltaLogP = opts.deltaLogL |
Definition at line 1280 of file cbcBayesPostProc.py.
cbcBayesPostProc.confidenceLevels = bppu.confidenceLevels |
Definition at line 1284 of file cbcBayesPostProc.py.
list cbcBayesPostProc.twoDplots = twoDGreedyMenu |
Definition at line 1287 of file cbcBayesPostProc.py.
cbcBayesPostProc.injfile |
Definition at line 1292 of file cbcBayesPostProc.py.
cbcBayesPostProc.eventnum |
Definition at line 1292 of file cbcBayesPostProc.py.
cbcBayesPostProc.trigfile |
Definition at line 1293 of file cbcBayesPostProc.py.
cbcBayesPostProc.trignum |
Definition at line 1293 of file cbcBayesPostProc.py.
cbcBayesPostProc.skyres |
Definition at line 1294 of file cbcBayesPostProc.py.
cbcBayesPostProc.dievidence |
Definition at line 1296 of file cbcBayesPostProc.py.
cbcBayesPostProc.boxing |
Definition at line 1296 of file cbcBayesPostProc.py.
cbcBayesPostProc.difactor |
Definition at line 1296 of file cbcBayesPostProc.py.
cbcBayesPostProc.ellevidence |
Definition at line 1298 of file cbcBayesPostProc.py.
cbcBayesPostProc.bayesfactornoise |
Definition at line 1300 of file cbcBayesPostProc.py.
cbcBayesPostProc.bsn |
Definition at line 1300 of file cbcBayesPostProc.py.
cbcBayesPostProc.bayesfactorcoherent |
Definition at line 1300 of file cbcBayesPostProc.py.
cbcBayesPostProc.snrfactor |
Definition at line 1302 of file cbcBayesPostProc.py.
cbcBayesPostProc.ns_flag |
Definition at line 1304 of file cbcBayesPostProc.py.
cbcBayesPostProc.ns |
Definition at line 1304 of file cbcBayesPostProc.py.
cbcBayesPostProc.ns_Nlive |
Definition at line 1304 of file cbcBayesPostProc.py.
cbcBayesPostProc.ss_flag |
Definition at line 1306 of file cbcBayesPostProc.py.
cbcBayesPostProc.ss |
Definition at line 1306 of file cbcBayesPostProc.py.
cbcBayesPostProc.ss_spin_flag |
Definition at line 1306 of file cbcBayesPostProc.py.
cbcBayesPostProc.li_flag |
Definition at line 1308 of file cbcBayesPostProc.py.
cbcBayesPostProc.lalinfmcmc |
Definition at line 1308 of file cbcBayesPostProc.py.
cbcBayesPostProc.nDownsample |
Definition at line 1308 of file cbcBayesPostProc.py.
cbcBayesPostProc.downsample |
Definition at line 1308 of file cbcBayesPostProc.py.
cbcBayesPostProc.oldMassConvention |
Definition at line 1308 of file cbcBayesPostProc.py.
cbcBayesPostProc.fm_flag |
Definition at line 1310 of file cbcBayesPostProc.py.
cbcBayesPostProc.inj_spin_frame |
Definition at line 1312 of file cbcBayesPostProc.py.
cbcBayesPostProc.noacf |
Definition at line 1314 of file cbcBayesPostProc.py.
cbcBayesPostProc.twodkdeplots |
Definition at line 1316 of file cbcBayesPostProc.py.
cbcBayesPostProc.RconvergenceTests |
Definition at line 1318 of file cbcBayesPostProc.py.
cbcBayesPostProc.savepdfs |
Definition at line 1320 of file cbcBayesPostProc.py.
cbcBayesPostProc.covarianceMatrices |
Definition at line 1322 of file cbcBayesPostProc.py.
cbcBayesPostProc.meanVectors |
Definition at line 1324 of file cbcBayesPostProc.py.
cbcBayesPostProc.header |
Definition at line 1326 of file cbcBayesPostProc.py.
cbcBayesPostProc.psd_files |
Definition at line 1328 of file cbcBayesPostProc.py.
cbcBayesPostProc.greedy |
Definition at line 1329 of file cbcBayesPostProc.py.