Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions MonteCarloMarginalizeCode/Code/bin/plot_posterior_corner.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,11 +478,11 @@ def _materialize_plugin_columns(samples, source_label=""):
lalsimutils.tex_dictionary[name] = "$"+new_str+"$" # should be able to ASSIGN NEW NAMES, not restrict

special_param_ranges = {
'q':[0,1],
'eta':[0,0.25],
#'q':[0,1],
#'eta':[0,0.25],
'a1z':[-opts.chi_max,opts.chi_max],
'a2z':[-opts.chi_max,opts.chi_max],
'chi_eff': [-opts.chi_max,opts.chi_max], # this can backfire for very narrow constraints
#'chi_eff': [-opts.chi_max,opts.chi_max], # this can backfire for very narrow constraints
'lambda1':[0,4000],
'lambda2':[0,4000],
'chi_pavg':[0,2],
Expand Down
Loading