Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Nathan K. Johnson-McDaniel
lalsuite
Commits
b3264566
Commit
b3264566
authored
Apr 27, 2020
by
Nathan K. Johnson-McDaniel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bayespputils: Adding mf_nonevol to the list of greedyBinSizes so it gets plotted
parent
a5376436
Pipeline
#122422
passed with stages
in 138 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lalinference/python/lalinference/bayespputils.py
lalinference/python/lalinference/bayespputils.py
+1
-1
No files found.
lalinference/python/lalinference/bayespputils.py
View file @
b3264566
...
...
@@ -163,7 +163,7 @@ calibParams=['calpha_l1','calpha_h1','calpha_v1','calamp_l1','calamp_h1','calamp
## Greedy bin sizes for cbcBPP and confidence leves used for the greedy bin intervals
confidenceLevels
=
[
0.67
,
0.9
,
0.95
,
0.99
]
greedyBinSizes={'mc':0.025,'m1':0.1,'m2':0.1,'mass1':0.1,'mass2':0.1,'mtotal':0.1,'mc_source':0.025,'m1_source':0.1,'m2_source':0.1,'mtotal_source':0.1,'mc_source_maxldist':0.025,'m1_source_maxldist':0.1,'m2_source_maxldist':0.1,'mtotal_source_maxldist':0.1,'eta':0.001,'q':0.01,'asym_massratio':0.01,'iota':0.01,'cosiota':0.02,'time':1e-4,'time_mean':1e-4,'distance':1.0,'dist':1.0,'distance_maxl':1.0,'redshift':0.01,'redshift_maxldist':0.01,'mchirp':0.025,'chirpmass':0.025,'spin1':0.04,'spin2':0.04,'a1z':0.04,'a2z':0.04,'a1':0.02,'a2':0.02,'phi1':0.05,'phi2':0.05,'theta1':0.05,'theta2':0.05,'ra':0.05,'dec':0.05,'chi':0.05,'chi_eff':0.05,'chi_tot':0.05,'chi_p':0.05,'costilt1':0.02,'costilt2':0.02,'thatas':0.05,'costheta_jn':0.02,'beta':0.05,'omega':0.05,'cosbeta':0.02,'ppealpha':1.0,'ppebeta':1.0,'ppelowera':0.01,'ppelowerb':0.01,'ppeuppera':0.01,'ppeupperb':0.01,'polarisation':0.04,'rightascension':0.05,'declination':0.05,'massratio':0.001,'inclination':0.01,'phase':0.05,'tilt1':0.05,'tilt2':0.05,'phi_jl':0.05,'theta_jn':0.05,'phi12':0.05,'flow':1.0,'phase_maxl':0.05,'calamp_l1':0.01,'calamp_h1':0.01,'calamp_v1':0.01,'calpha_h1':0.01,'calpha_l1':0.01,'calpha_v1':0.01,'logdistance':0.1,'psi':0.1,'costheta_jn':0.1,'mf':0.1,'mf_evol':0.1,'mf_source':0.1,'mf_source_evol':0.1,'mf_source_nonevol':0.1,'mf_source_maxldist':0.1,'mf_source_maxldist_evol':0.1,'mf_source_maxldist_nonevol':0.1,'af':0.02,'af_evol':0.02,'af_nonevol':0.02,'afz':0.02,'afz_evol':0.01,'afz_nonevol':0.01,'e_rad':0.1,'e_rad_evol':0.1,'e_rad_nonevol':0.1,'e_rad_maxldist':0.1,'e_rad_maxldist_evol':0.1,'e_rad_maxldist_nonevol':0.1,'l_peak':0.1,'l_peak_evol':0.1,'l_peak_nonevol':0.1}
greedyBinSizes
=
{
'mc'
:
0.025
,
'm1'
:
0.1
,
'm2'
:
0.1
,
'mass1'
:
0.1
,
'mass2'
:
0.1
,
'mtotal'
:
0.1
,
'mc_source'
:
0.025
,
'm1_source'
:
0.1
,
'm2_source'
:
0.1
,
'mtotal_source'
:
0.1
,
'mc_source_maxldist'
:
0.025
,
'm1_source_maxldist'
:
0.1
,
'm2_source_maxldist'
:
0.1
,
'mtotal_source_maxldist'
:
0.1
,
'eta'
:
0.001
,
'q'
:
0.01
,
'asym_massratio'
:
0.01
,
'iota'
:
0.01
,
'cosiota'
:
0.02
,
'time'
:
1e-4
,
'time_mean'
:
1e-4
,
'distance'
:
1.0
,
'dist'
:
1.0
,
'distance_maxl'
:
1.0
,
'redshift'
:
0.01
,
'redshift_maxldist'
:
0.01
,
'mchirp'
:
0.025
,
'chirpmass'
:
0.025
,
'spin1'
:
0.04
,
'spin2'
:
0.04
,
'a1z'
:
0.04
,
'a2z'
:
0.04
,
'a1'
:
0.02
,
'a2'
:
0.02
,
'phi1'
:
0.05
,
'phi2'
:
0.05
,
'theta1'
:
0.05
,
'theta2'
:
0.05
,
'ra'
:
0.05
,
'dec'
:
0.05
,
'chi'
:
0.05
,
'chi_eff'
:
0.05
,
'chi_tot'
:
0.05
,
'chi_p'
:
0.05
,
'costilt1'
:
0.02
,
'costilt2'
:
0.02
,
'thatas'
:
0.05
,
'costheta_jn'
:
0.02
,
'beta'
:
0.05
,
'omega'
:
0.05
,
'cosbeta'
:
0.02
,
'ppealpha'
:
1.0
,
'ppebeta'
:
1.0
,
'ppelowera'
:
0.01
,
'ppelowerb'
:
0.01
,
'ppeuppera'
:
0.01
,
'ppeupperb'
:
0.01
,
'polarisation'
:
0.04
,
'rightascension'
:
0.05
,
'declination'
:
0.05
,
'massratio'
:
0.001
,
'inclination'
:
0.01
,
'phase'
:
0.05
,
'tilt1'
:
0.05
,
'tilt2'
:
0.05
,
'phi_jl'
:
0.05
,
'theta_jn'
:
0.05
,
'phi12'
:
0.05
,
'flow'
:
1.0
,
'phase_maxl'
:
0.05
,
'calamp_l1'
:
0.01
,
'calamp_h1'
:
0.01
,
'calamp_v1'
:
0.01
,
'calpha_h1'
:
0.01
,
'calpha_l1'
:
0.01
,
'calpha_v1'
:
0.01
,
'logdistance'
:
0.1
,
'psi'
:
0.1
,
'costheta_jn'
:
0.1
,
'mf'
:
0.1
,
'mf_evol'
:
0.1
,
'mf_
nonevol'
:
0.1
,
'mf_
source'
:
0.1
,
'mf_source_evol'
:
0.1
,
'mf_source_nonevol'
:
0.1
,
'mf_source_maxldist'
:
0.1
,
'mf_source_maxldist_evol'
:
0.1
,
'mf_source_maxldist_nonevol'
:
0.1
,
'af'
:
0.02
,
'af_evol'
:
0.02
,
'af_nonevol'
:
0.02
,
'afz'
:
0.02
,
'afz_evol'
:
0.01
,
'afz_nonevol'
:
0.01
,
'e_rad'
:
0.1
,
'e_rad_evol'
:
0.1
,
'e_rad_nonevol'
:
0.1
,
'e_rad_maxldist'
:
0.1
,
'e_rad_maxldist_evol'
:
0.1
,
'e_rad_maxldist_nonevol'
:
0.1
,
'l_peak'
:
0.1
,
'l_peak_evol'
:
0.1
,
'l_peak_nonevol'
:
0.1
}
for
s
in
snrParams
:
greedyBinSizes
[
s
]
=
0.05
for
derived_time
in
[
'h1_end_time'
,
'l1_end_time'
,
'v1_end_time'
,
'h1l1_delay'
,
'l1v1_delay'
,
'h1v1_delay'
]:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment