- May 16, 2018
-
-
Kipp Cannon authored
- don't need coinc_definer_row argument, just use default value.
-
Chad Hanna authored
-
- May 15, 2018
-
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Sarah Caudill authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
- May 14, 2018
-
-
Kipp Cannon authored
- this program crashes if the injection file is empty. why is it empty? it just is, OK. sheesh. - this patch reworks the PSD --> GPS time mapping code so that it doesn't crash when there are no injections. a significant amount of simplication is possible, too, and so this patch also does a buch of cleanups. - note that this program is borken for anything other than "H1", "L1", "V1". some generalizations are made, here, to simplify the expansion to different detector networks in the future, but I don't actually fix the lack of, e.g., KAGRA support at this time
-
Kipp Cannon authored
- don't hard-code instrument list, get from PSD files - use plotutils to convert instrument name to colour (and color)
-
- May 13, 2018
-
-
Cody Messick authored
dropped in online ranking statistic code
-
Kipp Cannon authored
- Param elements now do support None, but not via the .from_pyvalue() method, yet, only via the .build() method.
-
- May 12, 2018
-
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Patrick Godwin authored
-
Patrick Godwin authored
gstlal_feature_extractor: ensure that filenames of hdf5 files containing features have accurate gps range in their names by using the feature_start(end)_time options, if specified. changed named of trigger_start(end)_time from trigger -> feature. removed unnecessary typecasting for gps times
-
- May 11, 2018
-
-
Patrick Godwin authored
gstlal_feature_extractor + idq_utils.py: modified method of saving features as hdf5 so that max_snr option produces regularly sampled feature rows now
-
Aaron Viets authored
gstlal_compute_strain: Added calibration line subtraction back in. There's also now a prototype function for subtraction of 60 Hz lines and harmonics, and for noise subtractions using witness channels.
-
Patrick Godwin authored
gstlal_peakfinder.c: fixed issue in gstlal_peak_max_over_channels where peak_max was not stored correctly, producing nonsensical results
-
- May 10, 2018
-
-
Kipp Cannon authored
-
Kipp Cannon authored
- ignore instruments that haven't produced any triggers at all, because we wouldn't be worried about ranking those candidates anyway, but require at least one instrument to have produced triggers
-
- May 09, 2018
-
-
Patrick Godwin authored
doc Makefile: remove ignoring of __init__.py in gstlal/python, appears to trigger an AssertionError which is a known bug within sphinx
-
- May 08, 2018
-
-
Patrick Godwin authored
doc/Makefile: exclude gstlal/python/__init__.py from sphinx autodoc generation as this causes issues with building gstlal python documentation within gstlal proper
-
Patrick Godwin authored
-
Patrick Godwin authored
gstlal_feature_extractor: add dot graph for documentation, added separate groups for command line options, move imports around for aesthetics, change comment blocks (e.g. main) for documentation
-