Commit d9f27d08 authored by weichangfeng's avatar weichangfeng
Browse files

Modify Files

parent 5d0db793
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ bilby.core.utils.setup_logger(outdir=outdir, label=label)

np.random.seed(88170235)

nr_path = './h_psi4/{}'
nr_path = '../h_psi4/{}'
waveforms_merge = {
    1: "h_m1_L0.9_l2m2_r300.dat",
    2: "h_m2_L0.87_l2m2_r300.dat",
+49 −32

File changed.

Preview size limit exceeded, changes collapsed.

+42 −0
Original line number Diff line number Diff line
@@ -47,3 +47,45 @@ ln_noise_evidence: -359.168
ln_evidence: -247.044 +/-  0.211
ln_bayes_factor: 112.124 +/-  0.211

04:50 INFO    : Waveform generator initiated with
  frequency_domain_source_model: bilby.gw.source.lal_binary_black_hole
  time_domain_source_model: None
  parameter_conversion: bilby.gw.conversion.convert_to_lal_binary_black_hole_parameters
04:50 INFO    : No prior given, using default BBH priors in /home/weichangfeng/.local/lib/python3.8/site-packages/bilby/gw/prior_files/precessing_spins_bbh.prior.
04:50 INFO    : Running for label 'BH_encounter_20210722', output will be saved to 'outdir_BH_encounter_d4000'
04:50 INFO    : Using lal version 7.1.2
04:50 INFO    : Using lal git version Branch: None;Tag: lalsuite-v6.82;Id: cf792129c2473f42ce6c6ee21d8234254cefd337;;Builder: Unknown User <>;Repository status: UNCLEAN: Modified working tree
04:50 INFO    : Using lalsimulation version 2.5.1
04:50 INFO    : Using lalsimulation git version Branch: None;Tag: lalsuite-v6.82;Id: cf792129c2473f42ce6c6ee21d8234254cefd337;;Builder: Unknown User <>;Repository status: UNCLEAN: Modified working tree
04:50 INFO    : Search parameters:
04:50 INFO    :   mass_1 = Uniform(minimum=30, maximum=160, name='mass_1', latex_label='$m_1$', unit='$M_{\\odot}$', boundary=None)
04:50 INFO    :   mass_2 = Uniform(minimum=30, maximum=160, name='mass_2', latex_label='$m_2$', unit='$M_{\\odot}$', boundary=None)
04:50 INFO    :   luminosity_distance = Uniform(minimum=1000, maximum=3000, name='luminosity_distance', latex_label='$d_L$', unit='$Mpc_{\\odot}$', boundary=None)
04:50 INFO    :   dec = Cosine(minimum=-1.5707963267948966, maximum=1.5707963267948966, name='dec', latex_label='$\\mathrm{DEC}$', unit=None, boundary=None)
04:50 INFO    :   ra = Uniform(minimum=0, maximum=6.283185307179586, name='ra', latex_label='$\\mathrm{RA}$', unit=None, boundary='periodic')
04:50 INFO    :   theta_jn = Sine(minimum=0, maximum=3.141592653589793, name='theta_jn', latex_label='$\\theta_{JN}$', unit=None, boundary=None)
04:50 INFO    :   psi = Uniform(minimum=0.0, maximum=3.141592653589793, name='psi', latex_label='$\\psi$', unit=None, boundary='periodic')
04:50 INFO    :   phase = Uniform(minimum=0, maximum=6.283185307179586, name='phase', latex_label='$\\phi$', unit=None, boundary='periodic')
04:50 INFO    :   geocent_time = Uniform(minimum=1126259642.65, maximum=1126259642.85, name='geocent_time', latex_label='$t_c$', unit='$s$', boundary=None)
04:50 INFO    :   a_1 = 0.0
04:50 INFO    :   a_2 = 0.0
04:50 INFO    :   tilt_1 = 0.0
04:50 INFO    :   tilt_2 = 0.0
04:50 INFO    :   phi_12 = 0.0
04:50 INFO    :   phi_jl = 0.0
04:50 INFO    : Single likelihood evaluation took 9.221e-04 s
04:50 INFO    : Using sampler Dynesty with kwargs {'bound': 'multi', 'sample': 'rwalk', 'verbose': True, 'periodic': None, 'reflective': None, 'check_point_delta_t': 1800, 'nlive': 1000, 'first_update': None, 'walks': 100, 'npdim': None, 'rstate': None, 'queue_size': 1, 'pool': None, 'use_pool': None, 'live_points': None, 'logl_args': None, 'logl_kwargs': None, 'ptform_args': None, 'ptform_kwargs': None, 'enlarge': 1.5, 'bootstrap': None, 'vol_dec': 0.5, 'vol_check': 8.0, 'facc': 0.2, 'slices': 5, 'update_interval': 600, 'print_func': <bound method Dynesty._print_func of <bilby.core.sampler.dynesty.Dynesty object at 0x7f85583ef190>>, 'dlogz': 0.1, 'maxiter': None, 'maxcall': None, 'logl_max': inf, 'add_live': True, 'print_progress': True, 'save_bounds': False, 'n_effective': None, 'maxmcmc': 5000, 'nact': 5}
04:50 INFO    : Checkpoint every check_point_delta_t = 600s
04:50 INFO    : Using dynesty version 1.0.1
04:50 INFO    : Using the bilby-implemented rwalk sample method with ACT estimated walks
04:50 INFO    : Reading resume file outdir_BH_encounter_d4000/BH_encounter_20210722_resume.pickle
04:50 INFO    : Resume file successfully loaded.
04:51 INFO    : Written checkpoint file outdir_BH_encounter_d4000/BH_encounter_20210722_resume.pickle
04:51 INFO    : Writing 5552 current samples to outdir_BH_encounter_d4000/BH_encounter_20210722_samples.dat
04:51 INFO    : Sampling time: 1:09:26.424178
04:51 INFO    : Summary of results:
nsamples: 28794
ln_noise_evidence: -359.168
ln_evidence: -247.044 +/-  0.211
ln_bayes_factor: 112.124 +/-  0.211
−48 B (93.1 KiB)
Loading image diff...
−19 B (927 KiB)
Loading image diff...
Loading