- Apr 19, 2018
-
-
Alexander Pace authored
-
- Apr 18, 2018
-
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
- fixes a bug in the filename construction code in the snapshot path - uses CacheEntry to parse T050017 filenames instead of doing it by hand - fixes a typo in a comment
-
Chad Hanna authored
-
- Apr 17, 2018
-
-
Aaron Viets authored
-
Aaron Viets authored
-
Aaron Viets authored
- lal_complexfirbank: Now handles latencies longer than filter length. - lal_insertgap: Compute offset when throwing away initial data as offset relative to the time when streaming started. - calibration_parts.py: remove_lines_with_witness should work now.
-
Patrick Godwin authored
-
Alexander Pace authored
-
Chad Hanna authored
-
Kipp Cannon authored
- these are being used temporarily for debugging the online pipeline; this patch is my current state so Chad can pick it up and see if he can make progress
-
Kipp Cannon authored
-
Kipp Cannon authored
- --likelihood-file is renamed to --ranking-stat-output to make its function more clear - --likelihood-file-cache is renamed to --ranking-stat-output-cache to retain the symmetry - --reference-likelihood-url is renamed to --ranking-stat-input to make its function more clear
-
Kipp Cannon authored
- to --ranking-stat-pdf to more correctly describe what this command line option does. - also switch to using the load_url() function, instead of load_filename(), to anticipate getting this data from a non-disk location in O3.
-
- correct documentation and add missing documentation for command line options - --help message is reorganized into conceptual groups - rework input sanity/safety checking and associated error messages - make --likelihood-url optional, no file will be written if not supplied, and trigger histogram collection will be skipped for performance improvements - teak gstlal_inspiral_pipe to not set --likelihood-url options on injection jobs
-
Kipp Cannon authored
- closes out two FIXMEs
-
Chad Hanna authored
-
- Apr 16, 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
bin/gstlal_inspiral_create_dt_dphi_snr_ratio_pdfs: program to figure out what probability you have of forming coincs with certain parameters
-
Chad Hanna authored
gstlal_inspiral_create_p_of_ifos_given_horizon: program to figure out what probability you have of forming coincs in an instrument network
-
- Apr 14, 2018
-
-
Aaron Viets authored
-the code needs to know how many input samples are needed to drain enough of the history for there to be nothing but 0s remaining. to determine the amount of non-zero history, instead of counting contiguous non-zero samples from the start of the history count contiguous zero samples from the end and subtract from the total.
-
- Apr 13, 2018
-
-
Aaron Viets authored
gstlal-calibration: adjust gstreamer plugin .so filenames on gstreamer 1.14+ to work around changes to name mangling used by the plugin scanner
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
- when collecting trigger histograms from scratch, initialize the numerator with the signal model so that the resulting ranking statistic file is closer to being in a usable state as-is, without having to mix in the output of gstlal_inspiral_create_prior_diststats - this has been made possible by the recent change to the numerator's .__iadd__() method that causes overall histogram count to be preserved across marginalization operations - teach gstlal_inspiral_pipe to disable numerator initialization in the create_prior_diststats jobs since it is not longer required
-
- the count is meaningless, it is only used to set the scale of the density estimation kernel, but for that reason it should not change as the result of addition operations - in the current pipeline care is taken to never add more than a single copy of the numerator into any ranking statistic in order to control the total count - this patch causes .__iadd__() to preserve the total count, allowing the analysis pipeline plumbing to be simplified since there is no reason to fear adding multiple copies of the numerator together
-
- adjust gstreamer plugin .so filenames on gstreamer 1.14+ to work around changes to name mangling used by the plugin scanner
-
- Apr 12, 2018
-
-
Patrick Godwin authored
updated offline feature extractor Makefile to have configurable channel list as well as updated job parameters for submitting Condor jobs efficiently
-
Patrick Godwin authored
-