Skip to content
Snippets Groups Projects

Plot horizon distance from ranking statistics

Merged ChiWai Chan requested to merge plot_psd_horizon into master
1 unresolved thread
2 files
+ 9
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -29,7 +29,8 @@ from gstlal.plots import horizon
from lal.utils import CacheEntry
def parse_command_line():
parser = OptionParser(description = __doc__)
usage = "Usage: %prog [options] file1 file2 ..."
parser = OptionParser(description = __doc__, usage = usage)
parser.add_option("-o", "--outdir", default = ".", help = "Set the output directory. By default, current directory will be used.")
parser.add_option("-f", "--format", default = "png", help = "Set the output format. By default, the output will be a png file.")
Loading