parser.add_option("-c","--credible-intervals",metavar="credibility[,...]",default="0.68,0.95,0.999999",help="Compute and report credible intervals in the signal count for these credibilities (default = \".68,.95,.999999\", clear to disable).")
parser.add_option("-i","--input-cache",metavar="filename",help="Also process the files named in this LAL cache. See lalapps_path2cache for information on how to produce a LAL cache file.")
parser.add_option("-i","--input-cache",metavar="filename",help="Also process the candidate databases named in this LAL cache. See lalapps_path2cache for information on how to produce a LAL cache file.")
parser.add_option("--chain-file",metavar="filename",help="Read chain from this file, save chain to this file.")
parser.add_option("--likelihood-file",metavar="filename",action="append",help="Load ranking statistic PDFs from this file. Can be given multiple times.")
parser.add_option("--likelihood-cache",metavar="filename",help="Load ranking statistic PDFs from the files in this LAL cache.")
parser.add_option("--ranking-stat-pdf",metavar="filename",action="append",help="Load ranking statistic PDFs for the signal and noise models from this file. Can be given multiple times.")
parser.add_option("--ranking-stat-pdf-cache",metavar="filename",help="Load ranking statistic PDFs for the signal and noise models from the files in this LAL cache.")
parser.add_option("-t","--tmp-space",metavar="path",help="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.")
parser.add_option("--with-background",action="store_true",help="Show background posterior on plot.")
parser.add_option("--samples",metavar="count",type="int",help="Run this many samples. Set to 0 to load and plot the contents of a previously-recorded chain file without doing any additional samples.")