- Nov 20, 2011
-
-
Kipp Cannon authored
- add optional --likelihood-file command line option, enabling the assignment of likelihoods to coincs at runtime
-
Kipp Cannon authored
- teach Data class how to snapshot and smooth likelihood ratio data and pass it to StreamThinca if desired
-
Kipp Cannon authored
- rename .from_filename() method to .from_filenames()
-
Kipp Cannon authored
- teach StreamThinca class how to pass likelihood ratio data to ligolw_thinca()
-
- Nov 19, 2011
-
-
Kipp Cannon authored
- update for ligolw_thinca API change
-
Kipp Cannon authored
- don't store the non-coincident sngls, just return them
-
Kipp Cannon authored
- fix bug that caused some columns to be left unpopulated in rows in sqlite databases: ligolw_thinca was trying to set the values after appending rows to tables; fix it by letting it write into Python tables and then copying the rows into the database in streamthinca
-
- Nov 18, 2011
-
-
Kipp Cannon authored
-
Kipp Cannon authored
- tighten up the coincidence window
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Kipp Cannon authored
- convert trials table to a stand-alone class
-
Chris Pankow authored
Excess power pipeline and associated libraries + make inclusions. Right now, the pipeline is hardcoded to a certain TF decomposition and makes it up to just before the test for excess power.
-
Kipp Cannon authored
- fix inability to handle 0-length buffers
-
- Nov 17, 2011
-
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Kipp Cannon authored
- fix typo
-
Kipp Cannon authored
- don't remove coincident sngls from the background counts because gstlal_inspiral and friends now do this themselves
-
Kipp Cannon authored
- clean up some of the StreamThinca methods - only record sngls in the background distribution histograms if they didn't participate in coincs
-
Kipp Cannon authored
- make inspiral.Data object invoke the streamthinca.StreamThinca object from within itself
-
Kipp Cannon authored
- fix a name space bug
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
- add the ability to control the .so library version numbers to the configure and build scripts (no change to the number, though).
-
- Nov 16, 2011
-
-
Kipp Cannon authored
- in DistributionsStats.synthesize_injections(), change default verbosity to False
-
Kipp Cannon authored
- port injection synthesis code from far.py - migrate to new I/O functions in pylal.ligolw_burca
-
Kipp Cannon authored
- don't "from blah import *" - replace gstlal_element_register() with direct gojbect call
-
Kipp Cannon authored
and remove gstlal.ligolw_output
-
Kipp Cannon authored
- clean up appsink_new_buffer() method of Data class
-
Kipp Cannon authored
- remove some things from inside the coincidence loop
-
Kipp Cannon authored
- don't both shadowing the process and process_params tables: the ligolw_thinca() library function does not modify the contents of these tables.
-
Kipp Cannon authored
- remove redundant make_process_params() function
-
Kipp Cannon authored
- remove unused import of gstlal.ligolw_output module
-
Kipp Cannon authored
- make sure the internal table object references are references to the correct objects - make sure to release the mutex in the event of an exception in the buffer handler - make sure there are no duplicate offset vectors in the time slide table - make sure the ID generator is added to the sngl_inspiral table no matter what backend we're using - edit some comments
-
Shaun Hooper authored
-
Shaun Hooper authored
-