- Sep 12, 2016
-
-
Kipp Cannon authored
- in PyArg_ParseTuple()
-
Kipp Cannon authored
-
Kipp Cannon authored
- the timestamps are a mix of nanoseconds and LIGOTimeGPS objects, this patch cleans up where the conversions occur. motivated by a screw up related to this
-
Kipp Cannon authored
-
Kipp Cannon authored
- to enable triggers to carry SNR snippets with them.
-
Kipp Cannon authored
-
Kipp Cannon authored
- expose --min-instruments command line options on gstlal_inspiral, gstlal_inspiral_create_prior_diststats and gstlal_ll_inspiral_create_prior_diststats
-
Kipp Cannon authored
- helps prevent signals from contaminating noise models. - relies on the previous change to lloidparts that records active segments with semi-closed segments extending to +inf
-
Kipp Cannon authored
- .current_segment_start is removed, instead semi-closed segments are stuck onto the end of each segment list when an "on" transition occurs, and they are clipped when an "off" transition occurs - this makes it much easier to determine which instruments are beleived to be on at a given time - it makes the task of check-pointing more straight forward as the segments can be just written to disk as-is - the "cumulative segments" are renamed to "recent segment history" because they are not cumulative, they are only a look-back into the recent past - but the bottle route is left unchanged for compatibility with external tools
-
Kipp Cannon authored
- GstMessage objects carry a timestamp field themselves, just use that
-
Kipp Cannon authored
-
Kipp Cannon authored
For years he's refused to silence the uninitialized data warning, saying "its fine!" so I'll do it my own self sheesh.
-
- Sep 10, 2016
-
-
Kipp Cannon authored
- retrieve threshold from process_params table
-
Kipp Cannon authored
-
Kipp Cannon authored
-
- Sep 09, 2016
-
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Aaron Viets authored
-
- Sep 08, 2016
-
-
Aaron Viets authored
New element lal_insertgap can be used to gap or replace undesired values in a data stream.
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
- this has been removed from the ligolw_thinca library code so we need to do it ourselves if we want to.
-
Kipp Cannon authored
- to bank_filename of gstlal_snglinspiral_array_from_file()
-
Kipp Cannon authored
- free() --> LALFree()
-
- Sep 07, 2016
-
-
Duncan Meacher authored
-
- Sep 06, 2016
-
-
Cody Messick authored
-
Alexander Pace authored
-
Kipp Cannon authored
- .last_coincs object now provides frozenset of zero-lag time slide IDs which allows for faster identification of zero-lag coincs
-
Kipp Cannon authored
-
Kipp Cannon authored
- need to explicitly exclude self or things get weird
-
Kipp Cannon authored
- related to ranking statistic rework
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
- fix a bug in a delta_t check - add some more compatibility checks of CoincParams objects
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
- get this information from the coinc_params_distributions object instead
-