- Aug 29, 2013
-
-
Chad Hanna authored
-
- Aug 27, 2013
-
-
Chris Pankow authored
-
- Aug 26, 2013
-
-
Chris Pankow authored
-
- Aug 23, 2013
-
-
Chad Hanna authored
gstlal_inspiral_marginalize_likelihoods_online: change sleep to 10 minutes to allow for jobs to start
-
Branson Craig Stephens authored
-
- Aug 22, 2013
-
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
- Aug 20, 2013
-
-
Kipp Cannon authored
-
- Aug 19, 2013
-
-
Kipp Cannon authored
if the call-back to handle a new buffer raises an exception, the lock can get released in the finally: clause allowing other threads waiting to go to begin running before the finally: clause re-raises the exception. if the thread that starts running hits the assert related to un-processed buffers then you get that exception instead of the one that really triggered the failure, making debugging difficult. this patch moves the call-back to the very end of the try: clause so that there's no book-keeping left to take care of in the event that it fails, which should ensure we get the correct traceback displayed.
-
- Aug 16, 2013
-
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
- Aug 15, 2013
-
-
Qi Chu authored
-
- Aug 14, 2013
-
-
Kipp Cannon authored
works around a bug in numpy < 1.7. Thanks to Chris P. for tracking this down and coming up with the fix.
-
Branson Craig Stephens authored
-
- Aug 13, 2013
-
-
Kipp Cannon authored
patch moves receiver call into separate thread, uses a timed wait to pull buffers from the thread.
-
Kipp Cannon authored
-
Chris Pankow authored
-
- Aug 12, 2013
-
-
Stephen Privitera authored
-
Stephen Privitera authored
-
Stephen Privitera authored
We no longer rely on the chi column of sngl_inspiral to be populated. NB: "chi" is different for different waveforms. Implemented here is the effective spin usually associated with IMRPhenomB and company. For the reduced spin chi (e.g. as in TaylorF2RedSpin), the effective spin is not strictly correct but is probably close enough for the purpose of splitting the bank and anyway is certainly better than relying on a defunct sngl_inspiral column.
-
Stephen Privitera authored
FIXME: should pass this information on from pbh_pipe
-
Stephen Privitera authored
-
- Aug 09, 2013
-
-
Kipp Cannon authored
apparently some Macs don't have strndup().
-
Chris Pankow authored
-
- Aug 07, 2013
-
-
Kipp Cannon authored
This reverts commit a7529748. Contrary to what I understood from the documentation, some of these flags are not defined on other platforms on which this code is in common use.
-
- Aug 06, 2013
-
-
Madeline Wade authored
-
- Aug 05, 2013
-
-
Kipp Cannon authored
-
- Aug 02, 2013
-
-
Chad Hanna authored
-
- Aug 01, 2013
-
-
Kipp Cannon authored
an inspiral-specific sub-class of CoincParamsDistributions
-
Kipp Cannon authored
-
Jacob Peoples authored
patch OK'ed by Kipp
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
Madeline Wade authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
gstlal_inspiral_followups_from_gracedb: a snr / time ; snr / chisq plotting script to run on lvalert
-
- Jul 31, 2013
-
-
Chad Hanna authored
-
- Jul 30, 2013
-
-
Chad Hanna authored
-