- Jun 21, 2018
-
-
Kipp Cannon authored
- can rely on gracedb module import to work
-
Kipp Cannon authored
- template bank files are .xml.gz files
-
- May 25, 2018
-
-
Cody Messick authored
infrastructure
-
- May 02, 2018
-
-
Kipp Cannon authored
-
Kipp Cannon authored
- disable ln L assignment online until ranking statistic is sufficiently-well measured. this is just a first hack to be better than nothing for the KAGRA testing being done. it will surely be replaced by something else, later.
-
- Apr 29, 2018
-
-
Kipp Cannon authored
- for some reason inspiral.py has it's own, unmaintained, versions of command line parsing stuff that's in datasource.py. I don't know what's going on, but the way it is doesn't work with KAGRA and I think this patch fixes it
-
- Apr 27, 2018
-
-
Kipp Cannon authored
- initial attempt to automatically disable FAP/FAR assignment until enough statistics have been collected to make it possible
-
- Apr 26, 2018
-
-
Kipp Cannon authored
- fixes "... has no attribute .coincs_document" crashes - addresses some lingering FIXMEs and removes some cruft
-
Kipp Cannon authored
-
- Apr 20, 2018
-
-
Kipp Cannon authored
- don't need to convert URLs to local filenames to use, that's what that function is for
-
Kipp Cannon authored
- dump is a URL is set, not necessarily just because the data is there to dump
-
Kipp Cannon authored
-
Kipp Cannon authored
- .T050017_filename() moved homes and I forgot to update where the instruments come from
-
- 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
-
-
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
-
- Apr 11, 2018
-
-
Chad Hanna 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.
-
- when determining which instruments are on for histograming noise triggers, trigger times are LIGOTimeGPS but segment boundaries are floats and don't provide enough precision to tell if triggers near the segment boundaries are in or out of the segment - "fix" by protracting the segment boundaries 1 ms.
-
- don't put triggers into SNR, \chi^2 histograms if --likelihood-url is not set: because there's no point, the data is doing to /dev/null.
-
- Apr 01, 2018
-
-
Kipp Cannon authored
- the fix for a quadratic scaling problem included an off-by-one bug which prevented the denominator histograms from being correctly populated, artificially boosting the statistical significance of zero-lag events. this fixes
-
- Mar 29, 2018
-
-
Kipp Cannon authored
- ?
-
Kipp Cannon authored
- some changes in logic never made it into the .flush() path - reduce line count in gracedb path
-
- .iteritems() --> .items()
-
-
- move segments populating code into .write_output_url() - use "key =" to simplify sngl_inspiral trigger sorting - move all del's of .coincs_document into Data.__write_output_url() - in .write_output_url(), unlink CoicnsDocument's .xmldoc and del it to be sure not to try to use it again
-
- Mar 26, 2018
-
-
Kipp Cannon authored
-
- Mar 16, 2018
-
-
Kipp Cannon authored
- use stream_thinca's discard_boundary and a bisection search to clip the ratebinlist objects to the range of segments we actually care about
-
- Mar 15, 2018
-
-
Kipp Cannon authored
- precompute list of times when two or more instruments were on to reduce operation count in loop over triggers for inclusion in denominator
-
- Dec 05, 2017
-
-
Kipp Cannon authored
- by finishing the construction of the dataless ranking statistic - this makes gstlal_inspiral_fake_diststats obsolete, so it is deleted
-
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
-
Kipp Cannon authored
- from CoincsDocument class to Data class
-