- Apr 04, 2018
-
-
Aaron Viets authored
lal_transferfunction: fixed off-by-one bookkeeping bug in storing old data, and property-setting bug
-
Patrick Godwin authored
gstlal_feature_extractor: changed save_hdf option to save_format for clarity, made hdf5 the default file format for saving features to disk
-
Patrick Godwin authored
etg -> feature_extractor: the great migration. purged all mentions of ETG and replaced them with feature extractor or more aptly name depending on context
-
Patrick Godwin authored
-
- Apr 03, 2018
-
-
Patrick Godwin authored
gstlal_etg_pipe + related Makefile: added concurrency option to limit the amount of concurrent I/O frame reads when submitting condor jobs
-
Aaron Viets authored
lal_transferfunction: fixed Tukey window bug. Also use comple conjugate when resampling transfer functions and going past the edges.
-
Aaron Viets authored
-
Patrick Godwin authored
gstlal_etg + related files: added ability to process channels in parallel (via condor) as well as serially, added tracking of jobs by job_id (parallel) and subset_id (serial) to reflect this. Added a few options in Makefile, gstlal_etg_pipe to tune level of serial/parallel processing
-
- this is a temporary hack to stop the collection of dist stats files for injection jobs. this should put an end to the endless troubles injection jobs give us in this regard.
-
- when determining which instruments are on for histograming noise triggers, trigger times are LIGOTimeGPS but segment boundaries are floats and don't provide enough precision to tell if triggers near the segment boundaries are in or out of the segment - "fix" by protracting the segment boundaries 1 ms.
-
- don't put triggers into SNR, \chi^2 histograms if --likelihood-url is not set: because there's no point, the data is doing to /dev/null.
-
- Apr 02, 2018
-
-
Aaron Viets authored
-
Aaron Viets authored
-
- Apr 01, 2018
-
-
Duncan Meacher authored
-
Kipp Cannon authored
- the fix for a quadratic scaling problem included an off-by-one bug which prevented the denominator histograms from being correctly populated, artificially boosting the statistical significance of zero-lag events. this fixes
-
Kipp Cannon authored
- the method for probe removal needs to be renamed for gstreamer 1.x - while at it, add code to remove probes on EOS since they cannot be used after that and removing them might help free memory
-
Kipp Cannon authored
- if an SNR, \chi^2 PDF is all NaN, skip it instead of crashing
-
Aaron Viets authored
lal_transferfunction: Made fir filter length independent of fft length. Added ability to resample and low-pass filter transfer functions to produce fir filters. Reduces noise in transfer functions wieh multiple witness channels are equally well correlated with the signal to be cleaned.
-
- Mar 30, 2018
-
-
Patrick Godwin authored
-
Patrick Godwin authored
gstlal_etg: added checkpointing for processing channel subsets serially, added a few I/O utility functions to idq_utils.py to help in doing this and to decrease repeatability
-
Daichi Tsuna authored
-
Daichi Tsuna authored
- Kipp OK'ed
-
Patrick Godwin authored
gstlal_etg_pipe + Makefile.gstlal_etg_offline: tweaks in generating offline ETG condor runs and generation to use local frame caching and process channel lists serially, tweaks in cpu and memory requests for condor submission
-
Kipp Cannon authored
- doing so breaks gracedb uploads, and upon testing I have found that the unlink is not required to fix the memory leak
-
Patrick Godwin authored
gstlal_etg: fixed issue for local frame caching where frame files were not copied over when cache segments and analysis segments only partially overlapped
-
Patrick Godwin authored
-
- Mar 29, 2018
-
-
Patrick Godwin authored
gstlal_etg + multichannel_datasource.py: added ability to process channel list subsets serially, with subsets determined by max_streams option specified, changed function arg for mkbasicmultisrc, moved max_sample_rate and min_sample_rate to command line option rather than having it hardcoded, fixed issue with AppSync incorrectly retaining sink_dict property when instantiated multiple times
-
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
-