@@ -13,6 +13,9 @@ parser.add_option("--ifo", metavar = "name", help = "Interferometer to perform t
parser.add_option("--frame-cache",metavar="name",help="Filename for frame cache to be analyzed.")
parser.add_option("--channel-list",metavar="list",help="List of channels to be plotted.")
parser.add_option("--front-end-channel-list",metavar="list",help="List of channels to be plotted from the front-end.")
parser.add_option("--analyze-additional-hoft",action="store_true",help="Set this to analyze an additional h(t) channel.")
parser.add_option("--additional-hoft-frames-cache",metavar="name",help="If desired, provide an additional frame cache for a secondary h(t) data stream to be analyzed.")
parser.add_option("--additional-channel-list",metavar="list",help="List of channels to be plotted from additional h(t) frames.")
options,filenames=parser.parse_args()
...
...
@@ -28,6 +31,17 @@ if options.channel_list is not None:
else:
raiseValueError('Channel list option must be set.')