From 7450cda2ac43949963fee10edbb0094a6ab6f423 Mon Sep 17 00:00:00 2001 From: Chad Hanna <chad.hanna@ligo.org> Date: Mon, 30 Apr 2018 20:30:18 -0400 Subject: [PATCH] gstlal_compute_far_from_snr_chisq_histograms: NEW DOC --- .../bin/gstlal_compute_far_from_snr_chisq_histograms | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/gstlal-inspiral/bin/gstlal_compute_far_from_snr_chisq_histograms b/gstlal-inspiral/bin/gstlal_compute_far_from_snr_chisq_histograms index c72dfd705d..7d7d39f56a 100755 --- a/gstlal-inspiral/bin/gstlal_compute_far_from_snr_chisq_histograms +++ b/gstlal-inspiral/bin/gstlal_compute_far_from_snr_chisq_histograms @@ -16,16 +16,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -## @file -# Compute FAR and FAP distributions from the likelihood CCDFs. -# -# ### Command line interface -# -# + `--background-bins-file` [filename]: Set the name of the xml file containing the marginalized likelihood (required). -# + `--tmp-space` [dir]: Set the name of the tmp space if working with sqlite. -# + `--non-injection-db` [filename]: Provide the name of a database from a non-injection run. Can be given multiple times (default = []). -# + `--injection-db` [filename]: Provide the name of a database from an injection run. Can be given multiple times. Databases are assumed to be over the same time period as the non injection databases using the same templates. If not the results will be nonsense (default = []). -# + `--verbose`: Be verbose. +### Compute FAR and FAP distributions from the likelihood CCDFs. # # ============================================================================= -- GitLab