- Jun 13, 2019
-
-
Moritz authored
-
Moritz Huebner authored
Adding counter to likelihood See merge request lscsoft/bilby!406
-
replacing self.count with result.num counter, this makes the code cleaner as only a few extra line sof codee needed
-
- Jun 12, 2019
-
-
Gregory Ashton authored
Resolve "Interference of bilby command line args" Closes #379 See merge request lscsoft/bilby!518
-
Gregory Ashton authored
-
Gregory Ashton authored
Add a catch for broken resume files See merge request lscsoft/bilby!517
-
Gregory Ashton authored
If the dynesty pickle file is broken, it will print a warning that the reading of the resume file and otherwise continue as if the resume file didn't exist
-
Gregory Ashton authored
Improvements to the PP plot See merge request lscsoft/bilby!516
-
Gregory Ashton authored
1) Add axes labels 2) Add individual p values to the legend 3) Use latex labels
-
Gregory Ashton authored
Remove dynesty from __getstate__ See merge request lscsoft/bilby!513
-
-
Gregory Ashton authored
Add method to get data by channel name See merge request lscsoft/bilby!507
-
-
- Jun 11, 2019
-
-
Gregory Ashton authored
Move optimal_snr_squared_array calculation from inner to outer loop See merge request lscsoft/bilby!514
-
- Jun 06, 2019
-
-
Shanika Galaudage authored
-
- Jun 04, 2019
-
-
Gregory Ashton authored
Modify inject signal See merge request lscsoft/bilby!508
-
-
Gregory Ashton authored
Fix bug in naming convention for waveform_approximant See merge request lscsoft/bilby!509
-
Gregory Ashton authored
- Jun 02, 2019
-
-
Gregory Ashton authored
Resolve "pymc3 failing C.I. tests" Closes #376 See merge request lscsoft/bilby!510
-
Gregory Ashton authored
Removes the live_plot kwarg which seems to be causing the C.I testing to fail
-
- May 31, 2019
-
-
Gregory Ashton authored
make frequency mask caching work See merge request lscsoft/bilby!506
-
-
- May 28, 2019
-
-
Gregory Ashton authored
allow precessing BNS See merge request lscsoft/bilby!491
-
-
Gregory Ashton authored
add function to make waveform plot See merge request lscsoft/bilby!484
-
-
Gregory Ashton authored
Generalise ROQ See merge request lscsoft/bilby!490
-
-
Gregory Ashton authored
rename CBCResult super class See merge request lscsoft/bilby!505
-
-
Gregory Ashton authored
Minor adjust to the ROQ weight generation Closes #372 See merge request lscsoft/bilby!502
-
Gregory Ashton authored
1) Convert the light travel time to calculated value 2) Use a single fixed time_space (rather than recalculating) 3) Add info statements 4) Generate frequencies using the seglen directly 5) Adds a check if the seglen is shorter than the duration 6) Apply a safety factor of 5 to ensure the time step is short enough
-
- May 27, 2019
-
-
Gregory Ashton authored
Sampler saving See merge request lscsoft/bilby!494
-
moved the initial save of samples after the bayes factor calculation (quick calculation compared to samples_to_posterior post-processing)
-
Gregory Ashton authored
Fix `get_gracedb` argument order See merge request lscsoft/bilby!504
-
-
Gregory Ashton authored
Added log likelihood evaluations to polychord result See merge request lscsoft/bilby!498
-
-