Skip to content
Snippets Groups Projects
Commit 630eea61 authored by ChiWai Chan's avatar ChiWai Chan
Browse files

gstlal_inspiral_plot_snr: update --help

parent aecc99a2
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ def parse_command_line():
parser.add_option("-o", "--outdir", metavar = "directory", help = "The output directory for the SNR plot (require).")
parser.add_option("-i", "--input", metavar = "cache", help = "The input cache containing SNR urls (require).")
parser.add_option("-f", "--format", metavar = "file_type", help = "The format of the output plot, can only be '.png' or '.svg' (default = .svg).")
parser.add_option("-f", "--format", metavar = "file_type", help = "The format of the output plot (default = .png).")
parser.add_option("--center", metavar = "gpsSeconds", type = "float", help = "Center the plot to --center (optional).")
parser.add_option("--width", metavar = "inch", default = 8, type = "int", help = "The output width of the figure.")
parser.add_option("--span", metavar = "seconds", type = "float", help = "The time span around --center (optional).")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment