gstlal_inspiral_calc_likelihood_by_bin
======================================

A program to compute the likelhood ratios of inspiral triggers
Command line options
--------------------



.. code-block:: none

   Usage: gstlal_inspiral_calc_likelihood_by_bin [options]
   
   Options:
     --version             show program's version number and exit
     -h, --help            show this help message and exit
     -c filename, --input-cache=filename
                           Also process the files named in this LAL cache.  See
                           lalapps_path2cache for information on how to produce a
                           LAL cache file.
     -l URL, --likelihood-url=URL
                           Set the name of the likelihood ratio data file to use.
                           Can be given more than once.  Filenames and URLs are
                           accepted.
     --likelihood-cache=filename
                           Also load the likelihood ratio data files listsed in
                           this LAL cache.  See lalapps_path2cache for
                           information on how to produce a LAL cache file.
     -t path, --tmp-space=path
                           Path to a directory suitable for use as a work area
                           while manipulating the database file.  The database
                           file will be worked on in this directory, and then
                           moved to the final location when complete.  This
                           option is intended to improve performance when running
                           in a networked environment, where there might be a
                           local disk with higher bandwidth than is available to
                           the filesystem on which the final output will reside.
     --vetoes-name=name    Set the name of the segment lists to use as vetoes
                           (default = do not apply vetoes).
     --add-zerolag-to-background
                           Add zerolag events to background before populating
                           coincident parameter PDF histograms
     -f, --force           Force recomputation of likelihood values.
     -v, --verbose         Be verbose.