- Dec 02, 2019
-
-
-
Gregory Ashton authored
Calibration plot update See merge request !665
-
-
Gregory Ashton authored
Add a safety check to the time reconstruction See merge request !633
-
Gregory Ashton authored
If the time reconstruction fails. This returns a NaN rather than breaking the run.
-
Colm Talbot authored
minor fixes to waveform plot See merge request lscsoft/bilby!659
-
Colm Talbot authored
-
Gregory Ashton authored
Adding an ACT estimate for the walks See merge request lscsoft/bilby!643
-
Gregory Ashton authored
- Use CPNest ACT estimation - Change scaling - Add chains starting after accept > 0
-
Gregory Ashton authored
-
Gregory Ashton authored
make sure constraints aren't sampled See merge request lscsoft/bilby!661
-
-
Gregory Ashton authored
Include options to call FD waveform model with a custom mode array and to call IMRPhenomXHM with multibanding See merge request lscsoft/bilby!622
-
Include options to call FD waveform model with a custom mode array and to call IMRPhenomXHM with multibanding
-
Gregory Ashton authored
Fixes a typo in the conversion function Closes #434 See merge request lscsoft/bilby!660
-
Gregory Ashton authored
-
Gregory Ashton authored
make waveform generator class saved in GWT meta data See merge request lscsoft/bilby!658
-
-
- Dec 01, 2019
-
-
Gregory Ashton authored
Add in plane spins See merge request lscsoft/bilby!646
-
This is the first step in upgrading the test images to a more modern, (and hopefully) stable, conda-based, templates. This will not change anything in the backend, but needs to be merged to master so that Docker can build the images.
-
Gregory Ashton authored
add healpy to testing containers See merge request lscsoft/bilby!654
-
Gregory Ashton authored
Adding the Kombine Sampler See merge request lscsoft/bilby!637
-
generalized the JointPrior object structure from Matthew Pitkin's MutlivariateGaussian prior formalism. TODO: add in the joint MapPrior for HEALPix priors
-
- Nov 25, 2019
-
-
Gregory Ashton authored
parameter conversion improvements See merge request lscsoft/bilby!647
-
-
- Nov 22, 2019
-
-
Bruce Edelman authored
-
- Nov 21, 2019
-
-
Moritz Huebner authored
Resolve "Add checking to the ROQ usage" Closes #320 See merge request lscsoft/bilby!549
-
-
Moritz Huebner authored
Add function to convert to a LI prior See merge request lscsoft/bilby!642
-
-
Moritz Huebner authored
Resolve #423 (Assert that all prior methods can take arrays of values as arguments) Closes #423 See merge request lscsoft/bilby!650
-
generalized the JointPrior object structure from Matthew Pitkin's MutlivariateGaussian prior formalism. TODO: add in the joint MapPrior for HEALPix priors
-
Moritz Huebner authored
Remove OrderedDict from PriorDicts See merge request lscsoft/bilby!652
-
From python3.6+, all dicts are ordered by design. On the otherhand, the collections OrderedDict has odd behaviour when pickled (see comment below). This changes to just using dicts. For users of python3.5 and earlier, this will only change the order of their output posterior. On the other hand, it will make pickling priors much more straight forward going forward.
-
- Nov 18, 2019
-
-
Gregory Ashton authored
Resolve "cpnest nested_samples not set properly" Closes #429 See merge request lscsoft/bilby!645
-
generalized the JointPrior object structure from Matthew Pitkin's MutlivariateGaussian prior formalism. TODO: add in the joint MapPrior for HEALPix priors
-
- Nov 17, 2019
-
-
Paul Lasky authored
Adds a set of conda-based test images See merge request lscsoft/bilby!644
-
This is the first step in upgrading the test images to a more modern, (and hopefully) stable, conda-based, templates. This will not change anything in the backend, but needs to be merged to master so that Docker can build the images.
-
- Nov 14, 2019
-
-
Gregory Ashton authored
allow html writing of waveform plots See merge request lscsoft/bilby!641
-
-