- Mar 29, 2018
-
-
Kipp Cannon authored
- ?
-
Kipp Cannon authored
- some changes in logic never made it into the .flush() path - reduce line count in gracedb path
-
Kipp Cannon authored
-
Kipp Cannon authored
- big reduction in complexity of this code - performance improvement - reduces number of references to the xmldoc object held by this code
-
Kipp Cannon authored
-
- when initializing object instead of storing a reference to the template bank table in the input XML tree
-
-
- .iteritems() --> .items()
-
-
- move segments populating code into .write_output_url() - use "key =" to simplify sngl_inspiral trigger sorting - move all del's of .coincs_document into Data.__write_output_url() - in .write_output_url(), unlink CoicnsDocument's .xmldoc and del it to be sure not to try to use it again
-
- Mar 28, 2018
-
-
Kipp Cannon authored
- add a .unlink() to help the garbage collector. this does not address the memory leak that has been identified, but in trying to find the cause it has been found that this change, at least, yields a measurable reduction in gstlal_inspiral's footprint.
-
Kipp Cannon authored
- .appendChild() returns its argument: don't split operation over two lines
-
Kipp Cannon authored
-
Kipp Cannon authored
- there is no logical connection between the calculation of latencies and the test to see if FAR/FAR is being assigned. do not tie one to the other
-
Aaron Viets authored
lal_transferfunction: allow any length of fir filters by resampling the transfer functions. Reduce noise by low-pass filtering transfer functions.
-
Patrick Godwin authored
Makefile.gstlal_etg_offline: changed frame cache generation to use IFO variable rather than tying it to cluster it is running on, fixed issue with not finding gstlal_etg_pipe executable
-
- Mar 27, 2018
-
-
Patrick Godwin authored
idq_multirate_datasource.py: ported over recent changes from multirate_datasource.py, switched order of whitener and high pass to follow multirate_datasource.py. reflected same whitener changes to gstlal_etg_whitener_check
-
Chad Hanna authored
-
Patrick Godwin authored
Makefile.gstlal_idq_icc: fix for specifying correct kafka target file, fix for removing python-eggs UserWarning
-
Chad Hanna authored
-
- Mar 26, 2018
-
-
Patrick Godwin authored
fixed issues in ETG offline runs causing pipeline to idle due to not enough CPU resources being allocated
-
Patrick Godwin authored
gstlal_etg + related files: added logging info ala iDQ-based functions, changed where gps start and end times are set for live and offline sources. gstlal_etg_whitener_check: added missing out_path option
-
Duncan Meacher authored
-
Patrick Godwin authored
gstlal_etg_pipe + related offline Makefile: tweaked allocation settings for offline jobs based on performance tests, cleaned up options in launched jobs
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
- fixes failure in single-detector pipeline ranking single-detector candidates during single-detector time. - note that this fix creates a discrepancy in the behaviour of the .density property and the .density_at() method: the former raises IndexError if a time not covered by a segment is requested, while the latter will return 0. - therefore in thie patch the behaviuor of .density is modified to also return 0. this simplifies a number of other pieces of code.
-
Kipp Cannon authored
- make more progress laying the ground-work for dropping our in-tree python plugin loader in favour of the stock one to be installed system-wide
-
- Mar 25, 2018
-
-
Chad Hanna authored
-
Aaron Viets authored
lal_transferfunction: Only update transfer functions and FIR filters if they were computed successfully.
-
- Mar 24, 2018
-
-
Aaron Viets authored
-
Aaron Viets authored
-
- Mar 20, 2018
-
-
Aaron Viets authored
-
Patrick Godwin authored
added Makefile.gstlal_idq_icc for installing gstLAL, iDQ and related dependencies needed to run gstlal_etg + iDQ
-
Patrick Godwin authored
gstlal_etg_template_overlap: changed implementation for computing template overlaps to not be done by rate by rate basis; idq_utils.py: added option in SineGaussianGenerator.generate_templates to allow just producing phi=0 phase waveforms
-
Aaron Viets authored
-
Aaron Viets authored
audioresample_test.py: simple pipeline to compute the transfer function associated with downsampling and upsampling data with audioresample
-
Cody Messick authored
-
- Mar 19, 2018
-
-
Kipp Cannon authored
-
Kipp Cannon authored
- I recently tried to increase the strictness of the command line checking to get more informative error messages out of the code and it looks like I made some checks too strict. this relaxes them a bit
-