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.")
parser.add_option("--threshold",metavar="log likelihood ratio",type="float",help="Derive the rate posterior by considering only events ranked at or above this value of the log likelihood ratio ranking statistic (default = use all events).")