- Feb 25, 2019
-
-
Chad Hanna authored
gstlal_bank.xml.gz: I am deleting this. I don't know where it came from but it has the the wrong number of templates (it isn't the hyperbank) ligolw_print -t sngl_inspiral gstlal_bank.xml.gz | wc = 654261 which is not 677,000
-
Cody Messick authored
-
Cody Messick authored
"*1_snr", matching what was done pre-itacac inspiral.py: Create sub-threshold trigger to add to gracedb uploads if we have snr from an instrument that didn't produce a trigger above peak coincident with the candidate in question. Also, only upload one snr time series per trigger (including the sub-threshold trigger), not an snr time series for each ifo for each trigger. After this patch, gracedb uploads should look almost identical to what they were before switching to itacac
-
Chad Hanna authored
-
Kipp Cannon authored
- this patch fixes ID reconstruction but doesn't get the column names quite right. they're close to being correct, and there is a bug in glue that makes it inconvenient to get them any closer, so we'll give this a try and see if downstream consumer codes care. note that ligolw_no_ilwdchar does *not* care: with this patch, file --> ilwdify --> ligolw_no_ilwdchar --> file is now an identity transformation. also note that glue's normal document parsing logic does not care: ligolw_print is happy with the result of this transformation. it's not impossible, however, that somebody has written some custom code that adds additional safety checks and will notice the column names.
-
- Feb 24, 2019
-
-
Kipp Cannon authored
- don't use InterningRowBuilder
-
- Feb 23, 2019
-
-
Patrick Godwin authored
-
Patrick Godwin authored
-
- Feb 22, 2019
-
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Patrick Godwin authored
-
Surabhi Sachdev authored
-
Patrick Godwin authored
-
- Feb 21, 2019
-
-
Kipp Cannon authored
- update to record its current state
-
Kipp Cannon authored
- bump min glue version to 2.0.0
-
Patrick Godwin authored
lloidhandler.py: increase rate at which state data/ram history gets pushed into Kafka to 1 Hz, removing checkboard effect in heatmaps
-
- Feb 20, 2019
-
-
Surabhi Sachdev authored
- tweak ligo mass model by making the bns broader, the power law for bbh steeper, and redcucing the relative BNS rate - also changes the assumption about template ids being from 0 to len(template bank)-1
-
Kipp Cannon authored
- reduce the range of numbers used for IDs because they're being stored in 4-byte floats
-
Kipp Cannon authored
- don't construct an intermediate list object when not needed
-
Kipp Cannon authored
- assign IDs randomly so that HDF5 mass models cannot be used with the wrong template banks: make the odds of template IDs matching if the wrong files are mixed small.
-
- Feb 19, 2019
-
-
Patrick Godwin authored
-
Patrick Godwin authored
-
Patrick Godwin authored
-
Cody Messick authored
before they start assigning likelihood-ratios and FARs
-
Patrick Godwin authored
-
- Feb 18, 2019
-
-
Cody Messick authored
-
Cody Messick authored
All of the changes necessary to build and run itacac instead of itac. Note that itac will no longer work after this commit
-
Cody Messick authored
-
- Feb 17, 2019
-
-
Cody Messick authored
-
Cody Messick authored
-
Cody Messick authored
-
Kipp Cannon authored
- obsolete method of SnglInspiralTable class.
-
Kipp Cannon authored
-
Kipp Cannon authored
- use ligo.lw.table's new .columnnamesreal to get true column names
-
Kipp Cannon authored
- fix process_id column name in sngl_inspiral table
-
- Feb 16, 2019
-
-
Patrick Godwin authored
-
- Feb 15, 2019
-
-
Chad Hanna authored
far.py: change initial guess for extinction model to 5 which splits the difference between its previous value of 1 and its current value of 10. We found some offline cases where 10 wasn't so great and 1 wasn't so great online. Hopefully 5 is better. FIXME ditch this scipy routine.
-
Kipp Cannon authored
- bump minimum required python-ligo-lw to 1.5.3 (but don't enable check for it, yet)
-
Kipp Cannon authored
- add M4 code to check for a functioning minimum required version of python-ligo-lw. not yet used
-