- 03 Feb, 2017 21 commits
-
-
Adam Mercer authored
Original: 0d340a58fa964ca1ca2d5d4ccbab7732df623e2a
-
Adam Mercer authored
Original: 6c12124070c4c04efedacf23bf57e5cf4d989229
-
Adam Mercer authored
Original: e24fda05921694669c47394ed741465935e9d3bc
-
Adam Mercer authored
these are brought in through python-glue dependency Original: a99092c2fff3c8e724f3e047a81d389fea34a0cb
-
Adam Mercer authored
Original: a717f1603512b297d1b8c499e870421c31591a03
-
Adam Mercer authored
Original: d945117824f482fd69d75da7e6a971b62fbb9d6d
-
Adam Mercer authored
Original: cbfc4d5bc082c73bc21cb27d4efd4eab5c6aa806
-
Adam Mercer authored
Original: b59e48fa6bc7c9c0d94feb848ab96246abd185fe
-
Adam Mercer authored
Original: 4c52c5a452c114016c8898d327aee48096bab26d
-
Adam Mercer authored
Original: bdefef2d4eefb1eb41e3e63c910364266325e1de
-
Adam Mercer authored
Original: 7bb4a2cfc1f97a2ac5564853b01e2d4b91d982e4
-
Adam Mercer authored
Original: 85a50c3bb5e2724668d3446ad2adf43756447fe5
-
Adam Mercer authored
Original: c440f89b75ad7b24b10b3a3a0d351d73561929fd
-
Adam Mercer authored
Original: 7edf99d912bba9f94b3ad8568a3bdbf5a846f3b4
-
Leo P. Singer authored
Original: 89ef946c9da72ab36686c215a007e2b806db5e58
-
Leo P. Singer authored
Original: 116fb529b26eaadb0f05f7680a9a42e958e8cc35
-
Leo P. Singer authored
Original: 2ae5d47dc295bebcf75a85f9d3f93f935054721f
-
Leo P. Singer authored
Original: b58e80212d9520568d44a96189ee3551d279a7d7
-
Leo P. Singer authored
This speeds up BAYESTAR by about 50%. Original: 61ef915ad390a9f8a51f7600561ce2fe714f9078
-
Leo P. Singer authored
For large numbers of terms, logaddexp() performs about twice as many transcendental function evaluations as is necessary. This patch results in a speedup of about 25%. Original: 41634d246522aefd772d5f6b19d13277476b9c07
-
Karl Wette authored
Original: 43695a0b77d081dcb685d06e50d373bb418894ea
-
- 02 Feb, 2017 7 commits
-
-
Adam Mercer authored
Original: 03127c12a26265143585fd0fc72261227f7720f9
-
Adam Mercer authored
Original: a41aabbf3570cb80a23c5bd277caf0bb8bc8900f
-
Adam Mercer authored
Original: 808c40b6c4fb2b5f9137d4ccf57f28d636b642fb
-
Leo P. Singer authored
Original: aedec99769c16311da156fba50bf0cc53b2ab59c
-
Vivien Raymond authored
Original: b479ba2e9d89ee1e2f11f931cf5ded890a1e08d9
-
Leo P. Singer authored
These small changes result in a speedup of about 30%. Original: 26d753eb650828ec61faae72afb28680f6850d00
-
Leo P. Singer authored
Original: fb499b27424c7d05f43c66771de41958b0318877
-
- 01 Feb, 2017 3 commits
-
-
Carl-Johan Haster authored
fix PSD/ASD confusion (in lalinference_pipe) when downloading it from GraceDB, including update to help text Original: da19bdd130b9387846c88b56d2aa0c0e00ae4ef7
-
-refs #4541 Original: d9825c69a8153fa9765be2f09708cbbfc3d52000
-
Leo P. Singer authored
This reverts commit 954af3d4d2724d8bd0b281eef0437c3a1d1f2a7b. Original: f48c1a1f4da483b4afe9071f9b2b7f3f049a944c
-
- 31 Jan, 2017 5 commits
-
-
Reinhard Prix authored
Original: 29b9660969057482c0ea73fe1f9313811bfa93b3
-
Original: c7157cb8a9f6f0350b52b3991f3b3620744e9d53
-
Patricia Schmidt authored
Signed-off-by:
Patricia <patricia.schmidt@ligo.org> Original: 73a396d64aaa5bf37a01aca9a5902c7be6d1957e
-
Original: 9a4a319d5164eb668f35e9e042a94146c97eeac9
-
Rory Smith authored
Original: 7ffb3d99a2018b8ea08c1e37fbdfbb5c30774098
-
- 30 Jan, 2017 4 commits
-
-
nrutils: Implement Healy and Lousto update (arXiv:1610.09713) to the Healy, Lousto, and Zlochower final mass and spin fits. Includes review comments from David Keitel, Aaron Zimmerman, and Ofek Birnholtz; checked by Jim Healy. Redmine: #4899 Signed-off-by:
Aaron Zimmerman <aaron.zimmerman@ligo.org> Original: 6fb744f5afeb32deca549a3d3d3ccf34aab68579
-
nrutils: Implement Hofmann, Barausse, and Rezzolla final spin fit from ApJL 825:L19 (2016) with the n_M = n_J = 3 version as the default. Includes review comments from David Keitel, Aaron Zimmerman, and Ofek Birnholtz. Redmine: #4898 Signed-off-by:
Aaron Zimmerman <aaron.zimmerman@ligo.org> Original: d0fa32ee1e2252925d2748ea9a6f6cd65d55b2e1
-
Leo P. Singer authored
1. For the most part, this code is not checking the return values of gsl functions, so it may actually be best to leave the gsl error handling style to calling code. 2. All other LALSuite codes save and restore the error handler like this: gsl_error_handler_t *old_handler = gsl_set_error_handler_off(); /* Do some work */ gsl_set_error_handler(old_handler); If all LALSuite codes do this, then any main program can choose to call gsl_set_error_handler_off() early on and then safely and reentrantly call different LALSuite functions in parallel. Original: a321e7cc1563b608f51e5f46dbe501276980c28b
-
Matthew Pitkin authored
- closes #5074 Original: 49d609fe4ebc29d172c8b4cde050f8d3801b2924
-