- Jun 21, 2017
-
-
Kipp Cannon authored
- instead of a default keyword argument of .quantize_horizon_distances(), store it as an instance attribute - store the value in the XML PDF cache, and retrieve on load - update pre-computed cache in share/ to new format (= manually add min_ratio Param to XML tree)
-
- Jun 20, 2017
-
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Kipp Cannon authored
- don't gzip files that are already gzip'ed
-
Kipp Cannon authored
- remove superfluous array slice operations - future-proof integer divisions - "inline" some algebra to reduce swig interaction overhead
-
Kipp Cannon authored
- remove several identity math operations - remove unused "tmp" variable and calculations used to initialize it
-
Kipp Cannon authored
- fix calculation of deltaF when integer sample_rate argument is provided
-
Kipp Cannon authored
- aesthetics: in appsink_new_buffer(), when histogramming likelihood ratios for zero-lag candidates, don't inline the construction of the instruments tag for the coinc - in __flush(): when counting non-coincident singles, do not count singles recovered during single-instrument time. this test is already part of appsink_new_buffer() but was forgotten here - performance: in __flush(): when histogramming likelihood ratios for zero-lag candidates, rely on the zero_lag_time_slide_ids set maintained by stream_thinca.last_coincs to identify all-zero offset vectors; construct the instruments tag inside the conditional to skip when not needed
-
- Jun 19, 2017
-
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Patrick Godwin authored
added idq_aggregator.py to ugly, factored out aggregation code from gstlal_idq_trigger_gen to idq_aggregator.py, removed fixme comments left over from prev patch
-
- Jun 16, 2017
-
-
Patrick Godwin authored
-
Patrick Godwin authored
gstlal_idq_trigger_gen: fixed issue where last 10s of trigger data before aggregator epoch from dataframes were not being saved, added more error handling
-
Chad Hanna authored
-
Chad Hanna authored
-
- Jun 15, 2017
-
-
Duncan Meacher authored
-
Duncan Meacher authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Patrick Godwin authored
-
Patrick Godwin authored
gstlal_idq_trigger_gen: fixed issue with reindexing when not using live data, fixed dataframe-type trigger saving to string issue when moving to new agg dir epoch
-
- Jun 14, 2017
-
-
Patrick Godwin authored
-
Duncan Meacher authored
-
Duncan Meacher authored
-
- Jun 13, 2017
-
-
Patrick Godwin authored
gstlal_idq_trigger_gen: added option to read triggers to disk from dataframe (new) or from string, fixed bug for missing triggers 10s after aggregator directory change
-
- Jun 12, 2017
-
-
Patrick Godwin authored
fixed bug of not being able to write triggers after aggregator dir change, added better error handling, added fixme and workaround on a bug that causes missing triggers 10s before and after aggregator dir chance
-
- Jun 11, 2017
-
-
Patrick Godwin authored
gstlal_idq_trigger_gen: added workaround for hdf writing causing program crash in rare edge cases, added comments, cosmetic changes
-
- Jun 10, 2017
-
-
Patrick Godwin authored
gstlal_idq_trigger_gen: fixed issue with dataframe indices not being set correctly, fixed edge case issues in dataframes (nan values, indexing issues) where program would crash
-
Patrick Godwin authored
gstlal_idq_trigger_gen: cleaned up idq trigger generation code, fixed bug where triggers up to 1st cadence were not being written to file
-
Patrick Godwin authored
-
Patrick Godwin authored
gstlal_idq_trigger_gen: added hdf file saving along with trigger aggregation (max by specified cadence)
-
- Jun 09, 2017
-
-
Duncan Meacher authored
-
- Jun 07, 2017
-
-
Chad Hanna authored
-