gstlal_inspiral_create_prior_diststats
======================================

A program to create some prior likelihood data to seed an offline analysis
Command line options
--------------------



.. code-block:: none

   Usage: gstlal_inspiral_create_prior_diststats [options]
   
   Options:
     --version             show program's version number and exit
     -h, --help            show this help message and exit
     -v, --verbose         Be verbose.
     --coincidence-threshold=value
                           Set the coincidence window in seconds (default =
                           0.005).  The light-travel time between instruments
                           will be added automatically in the coincidence test.
     --min-instruments=count
                           Set the minimum number of instruments that must
                           contribute triggers to form a candidate (default = 2).
     --write-likelihood=filename
                           Write merged raw likelihood data to this file.
     --instrument=INSTRUMENT
                           Append to a list of instruments to create dist stats
                           for.  List must be whatever instruments you intend to
                           analyze.
     -p N, --background-prior=N
                           Include an exponential background prior with the
                           maximum bin count = N, default 1
     --df=N                set the degrees of freedom for the background chisq
                           prior: default 40. You can also use template bandwidth
                           to set this by setting it to 'bandwidth' or the values
                           analytically derived from auto-correlations by setting
                           it to 'analytic'.
     --svd-file=filename   The SVD file to read the template ids from. Can be
                           given multiple times.
     --svd-bin=%04d        The bin that this is, required if giving json manifest
                           for --svd-file
     --mass-model-file=filename
                           The mass model file to read from (hdf5 format)
     --dtdphi-file=filename
                           dtdphi snr ratio pdfs to read from (hdf5 format).
                           Default passed by gstlal_inspiral_pipe, but not when
                           run as a standalone program.
     --idq-file=filename   idq glitch file (hdf5 format)
     --psd-xml=PSD_XML     Specify a PSD to use for computing template bandwidth.
                           Required if df is bandwidth
     --mismatch-min=float  Set minimum mismatch factor for chisq signal model.
                           (default = 0.001)
     --mismatch-max=float  Set maximum mismatch factor for chisq signal model.
                           (default = 0.3)