- May 31, 2018
-
-
Kipp Cannon authored
- don't alllow "." or "-" characters. prevents errors when used to construct T05whatever filenames and mDNS service names.
-
- May 01, 2018
-
-
Chad Hanna authored
-
- Apr 25, 2018
-
-
Chad Hanna authored
-
- Apr 20, 2018
-
-
Kipp Cannon authored
-
- Apr 18, 2018
-
-
Kipp Cannon authored
-
- Apr 17, 2018
-
-
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
-
- Apr 13, 2018
-
-
- 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
-
- Apr 11, 2018
-
-
Duncan Meacher authored
-
- Apr 03, 2018
-
-
- 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.
-
- Mar 19, 2018
-
-
Kipp Cannon authored
- I recently tried to increase the strictness of the command line checking to get more informative error messages out of the code and it looks like I made some checks too strict. this relaxes them a bit
-
- Feb 19, 2018
-
-
Kipp Cannon authored
-
Kipp Cannon authored
- confirm the channel list matches the instruments in the time slide vectors - confirm the reference PSDs, if given, match the instruments in the time slides
-
Kipp Cannon authored
- in gstlal_inspiral and gstlal_fake_frames automatically enable PSD tracking when a reference PSD is not given instead of reporting it as an error - in mkwhitened_multirate_src() require track_psd to be set if psd is None - flatten initialization of whitener's psd-mode property
-
- Jan 25, 2018
-
-
Alexander E Pace authored
-
- Dec 05, 2017
-
-
Kipp Cannon authored
-
- Nov 30, 2017
-
-
Kipp Cannon authored
-
- Nov 27, 2017
-
-
Kipp Cannon authored
- switch numerator and denominator PDFs to a rate.BinnedLnPDF + snglcoinc.LnLRDensity() -based implementation - add trigger rate tracking feature to denominator, taking advantage of new high-speed coincidence rate machinery in snglcoinc - add signal rate tracking feature to numerator, taking advantage of pre-computed P(instruments) factors in SNR PDF look-up table - switch ranking statistic distribution to a rate.BinnedLnPDF -based implementation - remove search_summary tables, attach all livetime tracking to the trigger rate data in the denominator object this is a work in progress. some notable features that are still missing: - --min-log-L cut based candidate rate reduction feature in gstlal_inspiral is disabled - online mode for gstlal_inspiral is non-functional
-
- Nov 23, 2017
-
-
Kipp Cannon authored
- from CoincsDocument class to Data class
-
- Nov 22, 2017
-
-
Kipp Cannon authored
- use Python's own gzip support to check files
-
Kipp Cannon authored
- word-wrap and edit comments, reword error messages, etc.
-
- Jul 03, 2017
-
-
Kipp Cannon authored
- *** REVERT AFTER O2 ***
-
- Jun 01, 2017
-
-
Sarah Caudill authored
gstlal_inspiral: patch for gstlal-inspiral 1.4.2 - fixes bug in reconstruction segments for injections
-
- Apr 24, 2017
-
-
Kipp Cannon authored
- glue.ligolw.lsctables.instrument_set_from_ifos() --> instrumentsproperty.get() - glue.ligolw.lsctables.ifos_from_instrument_set() --> instrumentsproperty.set()
-
- Jan 30, 2017
-
-
Kipp Cannon authored
- implement a(n independent) min instruments cut for gracedb uploads - default is 2, cannot be changed from the command line, can only be changed via the web interface after the program starts
-
- Dec 16, 2016
-
-
Kipp Cannon authored
-
- Dec 11, 2016
-
-
Kipp Cannon authored
- a variety of import related adjustments and fixes
-
- Nov 30, 2016
-
-
Cody Messick authored
-
- Nov 08, 2016
-
-
Duncan Meacher authored
-
Ka-Lok Lo authored
inspiral_pipe.py: allow for linearly varying ht-gate-threshold based on max mchirp for a given bin
-
- Oct 28, 2016
-
-
Chad Hanna authored
-
- Oct 25, 2016
-
-
Chad Hanna authored
-
- Oct 18, 2016
-
-
Kipp Cannon authored
This reverts commit f0fa6354.
-
- Oct 17, 2016
-
-
Kipp Cannon authored
-
Kipp Cannon authored
- now the same as the defaults for the pipeline scripts
-
- Sep 28, 2016
-
-
Chad Hanna authored
-
Kipp Cannon authored
-
Kipp Cannon authored
- not just the ones for which there are gates (i.e., also instruments that are in the network being analyzed but that might not be providing any data for this particular job)
-