- Nov 01, 2018
-
-
Kipp Cannon authored
- accidentally modified an in-use variable
-
- Oct 31, 2018
-
-
-
- when analyzing times when not all of the detectors in a network are operating, the new coincidence code jams up. this patch adds a work-around. this mostly affects single-detector offline analyses (it does not affect online analyses at all, because all detectors are always processed continually).
-
- Oct 27, 2018
-
-
Kipp Cannon authored
-
Kipp Cannon authored
- rewrite streamthinca as a direct interface to the new streaming coincidence engine in snglcoinc.py instead of being a wrapper around the offline coincidence engine in thinca.py
-
- Oct 22, 2018
-
-
Kipp Cannon authored
- "if coinc_event_index" is inside "if last_coincs", which already is testing that there are coincs in the index.
-
Kipp Cannon authored
- this is to simplify changes that will be required as part of the coincidence code rewrite. want to reduce references to last_coincs
-
Kipp Cannon authored
-
- Oct 02, 2018
-
-
chad.hanna authored
-
chad.hanna authored
-
- Oct 01, 2018
-
-
Kipp Cannon authored
- add hacks (some of which might prove to be permanent) to filter out sub-threshold triggers, preventing them from contaminating the ranking statistic PDFs
-
Kipp Cannon authored
-
- Sep 27, 2018
-
-
chad.hanna authored
-
- Sep 26, 2018
-
-
Kipp Cannon authored
- the point here, folks, is that we're trying to *untangle* the handler code. a lot of work went into separating the eye candy related stuff into its own box. the process of surgically separating the two is not complete, and the kafka patches are re-introducing entanglement.
-
- Sep 25, 2018
-
-
Patrick Godwin authored
-
- Sep 23, 2018
-
-
Kipp Cannon authored
-
- Sep 15, 2018
-
-
chad.hanna authored
-
- Sep 04, 2018
-
-
Kipp Cannon authored
-
Kipp Cannon authored
- also report end-of-stream book keeping activity
-
Kipp Cannon authored
- the code that needed to be detangled appears to have detangled itself.
-
Kipp Cannon authored
-
python/lloidhandler.py: shorten the amount of data stored in deques to make downloads and aggregation faster
-
- Aug 23, 2018
-
-
Kipp Cannon authored
- left-over bug from rewrite
-
- Aug 21, 2018
-
-
Kipp Cannon authored
- move Handler to its own module - rename .gen_psd_xmldoc() to .__get_psd_xmldoc() following conventions used in inspiral.Data - inspiral.py: excise gracedb code from Data object, encapsulate in GracedBWrapper class - remove now unused write_psd_fileobj() from reference_psd.py - move Data class to lloidhandler.py - rename ._gatehandler() .__gatehandler() for consistency - remove .flush(), unused locking wrapper of .__flush() - remove .do_gracedb_alerts(), unused locking wrapper of .__do_gracedb_alerts() - excise eye candy from Data class, move to stand-alone EyeCandy class - merge what remains of Data and Handler into a single class - excise segment tracking from result, move to stand-alone SegmentsTracker class - use Handler's PSDs for GracedB uploads instead of getting new ones (addresses a FIXME)
-
- Jul 26, 2018
-
-
Sarah Caudill authored
-
- Jul 18, 2018
-
-
Kipp Cannon authored
-
- Jul 11, 2018
-
-
Duncan Meacher authored
-
- 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
-