- Oct 27, 2018
-
-
Kipp Cannon authored
-
- Oct 22, 2018
-
-
Kipp Cannon authored
This reverts commit 9159362d.
-
Kipp Cannon authored
- .from_pyvalue() now supports None
-
- Oct 21, 2018
-
-
Chad Hanna authored
-
- Oct 18, 2018
-
-
Chad Hanna authored
inspiral_lr: remove chads mass mode file in favor of Heather's population model file. Additionally make sure that the iadd method can handle situations where not all objects have a population model specified, but force them to be the same if they do
-
Chad Hanna authored
-
- Oct 12, 2018
-
-
Kipp Cannon authored
-
Heather Fong authored
-
- Oct 09, 2018
-
-
chad.hanna authored
inspiral_lr.py: remove the hardcoded 150 for horizon distance normalization and make a module level symbol
-
- Oct 05, 2018
-
-
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
-
- Sep 26, 2018
-
-
Kipp Cannon authored
- switch ranking statistic to this unconditionally for the October 2018 open public alert test run. after the test run and before O3 we will introduce more user-friendly plumbing allowing this to work with other template banks. - NOTE: git-lfs is used for any file ending in .hdf5 in the population_models/ tree
-
- Sep 23, 2018
-
-
Kipp Cannon authored
-
- Sep 04, 2018
-
-
Kipp Cannon authored
- NOTE: a matching patch has already been pushed to glue, so all SnglInspiral row object types now provide the simulated attribute
-
Kipp Cannon authored
- instead of a dictionary of SNRs and keyword arguments of (SNR, \chi^2/SNR^2) pairs, switch to a dictionary of SNRs and a dictionary of \chi^2/SNR^2 - this is the first step toward re-defining the ranking stat as the ln L maximized over subsets of triggers. this re-organization will simplify the iterations require to implement that feature
-
- Jul 16, 2018
-
-
Duncan Meacher authored
Revert "Revert "inspiral_lr.py: Add population model to ranking statistic. Population model information in inspiral_intrinsics.py."" This reverts commit 411d672e.
-
Duncan Meacher authored
Revert "inspiral_lr.py: Add population model to ranking statistic. Population model information in inspiral_intrinsics.py." This reverts commit 1cf67f62.
-
- Jul 15, 2018
-
-
Duncan Meacher authored
-
- Jul 11, 2018
-
-
Duncan Meacher authored
-
- Jul 03, 2018
-
-
Duncan Meacher authored
-
- Jun 25, 2018
-
-
Heather Fong authored
inspiral_lr.py: Add population model to ranking statistic. Population model information in inspiral_intrinsics.py.
-
- Jun 15, 2018
-
-
Chad Hanna authored
-
- Jun 08, 2018
-
-
Chad Hanna authored
-
- Jun 06, 2018
-
-
Kipp Cannon authored
- replace built-in algebraic model with the actual trigger distribution from all of O2, marginalized across the entire bank
-
- May 18, 2018
-
-
Kipp Cannon authored
-
- May 17, 2018
-
-
Cody Messick authored
inspiral_lr.py: added None template_id to random_params because likelihood-ratio code requires it now
-
Cody Messick authored
-
- May 13, 2018
-
-
Cody Messick authored
dropped in online ranking statistic code
-
Kipp Cannon authored
- Param elements now do support None, but not via the .from_pyvalue() method, yet, only via the .build() method.
-
- May 07, 2018
-
-
Chad Hanna authored
-
- May 02, 2018
-
-
Kipp Cannon authored
- not currently used, but this plumbing will be needed to add source population models to the ranking statistic
-
- May 01, 2018
-
-
Kipp Cannon authored
-
- Apr 30, 2018
-
-
Kipp Cannon authored
-
- Apr 17, 2018
-
-
Kipp Cannon authored
-
- Feb 06, 2018
-
-
Duncan Meacher authored
-
- Jan 31, 2018
-
-
Kipp Cannon authored
- combine adjacent segments up to +/- 1 h from the trigger to estimate the trigger rate. - this is a work-around for the situation in which vetoes slice up the SNR stream so badly that no triggers can be collected, even though very loud injections can still be recovered (which creates apparently impossible candidates)
-
- Dec 27, 2017
-
-
Kipp Cannon authored
- V1 must be removed from the coinc rates model in the denominator because all coincs will be made to be V1-less in the .__call__() method
-
Kipp Cannon authored
-
- Dec 06, 2017
-
-
Kipp Cannon authored
- This reverts commit 8d438d4a. - and fixes the feature - the problem was start-up transients in the whitener leading to bad PSDs at the start of analysis jobs. this was never a problem before because we were averaging over the entire experiment, but now the ranking statistic believes there is a brief period of insanely high sensitivity at the start of segments, and anything found during that time was given far too high a significance. the fix is to have lloidparts check the n-samples property of the whitener that provides the PSD, and disregard PSDs until it gets close to the configured average-samples value.
-
- 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
-