# + `--output-dir` [path]: Write output to this directory (default = ".").
# + `--output-format` [extension]: Select output format by setting the filename extension (default = ".png").
# + `--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.
# + `--threshold` [log likelihood ratio]: When plotting ranking statistic PDFs and CCDFs, discard everything below this threshold and renormalize accordingly (default = plot PDFs and CCDFs as found).
# + `--add-zerolag-to-background`: Add zerolag events to background before populating coincident parameter PDF histograms.
# + `--user-tag` [tag]: Set the adjustable component of the description fields in the output filenames (default = "ALL").
# + `--plot-snr-snr-pdfs`: Plot the full cache of snr-snr-pdfs.
...
...
@@ -148,7 +147,6 @@ def parse_command_line():
parser.add_option("--output-dir",metavar="output-dir",default=".",help="Write output to this directory (default = \".\").")
parser.add_option("--output-format",metavar="extension",default=".png",help="Select output format by setting the filename extension (default = \".png\").")
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("--threshold",metavar="log likelihood ratio",type="float",help="When plotting ranking statistic PDFs and CCDFs, discard everything below this threshold and renormalize accordingly (default = plot PDFs and CCDFs as found).")
parser.add_option("--add-zerolag-to-background",action="store_true",help="Add zerolag events to background before populating coincident parameter PDF histograms.")
parser.add_option("--user-tag",metavar="user-tag",default="ALL",help="Set the adjustable component of the description fields in the output filenames (default = \"ALL\").")
parser.add_option("--plot-snr-snr-pdfs",action="store_true",help="Plot the full cache of snr-snr-pdfs.")