@@ -39,9 +40,10 @@ from ligo.scald.io import influx
defparse_command_line():
parser=OptionParser(description=__doc__)
# generic "source" options
datasource.append_options(parser)
parser.add_option("--output-url",metavar="path",help="Write to this url")
parser.add_option("--channel-name",metavar="channel",type=str,action='append',help="Specify channel names for each ifo as --channel-name=ifo:channel-name. Can be given multiple times.")
parser.add_option("--shared-memory-directory",metavar="path",type=str,action='append',help="Specify the shared memory directory to read frame files from as --shared-memory-directory=ifo:dir. Can be given multiple times.")