gstlal_inspiral_rate_posterior

A program to comput the signal and noise rate posteriors of a gstlal inspiral analysis Command line options ——————–

Usage: gstlal_inspiral_rate_posterior [options] candidates_database [...]

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -c credibility[,...], --credible-intervals=credibility[,...]
                        Compute and report credible intervals in the signal
                        count for these credibilities (default =
                        ".68,.95,.999999", clear to disable).
  -i filename, --input-cache=filename
                        Also process the candidate databases named in this LAL
                        cache.  See lalapps_path2cache for information on how
                        to produce a LAL cache file.
  --chain-file=filename
                        Read chain from this file, save chain to this file.
  --ranking-stat-pdf=filename
                        Load ranking statistic PDFs for the signal and noise
                        models from this file.  Can be given multiple times.
  --ranking-stat-pdf-cache=filename
                        Load ranking statistic PDFs for the signal and noise
                        models from the files in this LAL cache.
  --ranking-stat-threshold=value
                        Only consider candidates at or above this value of the
                        ranking statistic.  The default is to set the
                        threshold automatically from the extinction model's
                        domain of validity.
  -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.
  --with-background     Show background posterior on plot.
  --samples=count       Run this many samples.  Set to 0 to load and plot the
                        contents of a previously-recorded chain file without
                        doing any additional samples.
  -v, --verbose         Be verbose.