Set the data source from [frames|framexmit|lvshm|nds|silence|white|AdvVirgo|LIGO|AdvLIGO].
Set the data source from [frames|framexmit|lvshm|nds|silence|white].
- --block-size [int] (bytes)
Data block size to read in bytes. Default 16384 * 8 * 512 which is 512 seconds of double
...
...
@@ -650,7 +650,7 @@ def append_options(parser):
4. Many other combinations possible, please add some!
"""
group=optparse.OptionGroup(parser,"Data source options","Use these options to set up the appropriate data source")
group.add_option("--data-source",metavar="source",help="Set the data source from [frames|framexmit|lvshm|nds|silence|white|AdvVirgo|LIGO|AdvLIGO]. Required.")
group.add_option("--data-source",metavar="source",help="Set the data source from [frames|framexmit|lvshm|nds|silence|white]. Required.")
group.add_option("--block-size",type="int",metavar="bytes",default=16384*8*512,help="Data block size to read in bytes. Default 16384 * 8 * 512 (512 seconds of double precision data at 16384 Hz. This parameter is only used if --data-source is one of white, silence, AdvVirgo, LIGO, AdvLIGO, nds.")
group.add_option("--frame-cache",metavar="filename",help="Set the name of the LAL cache listing the LIGO-Virgo .gwf frame files (optional). This is required iff --data-source=frames")
group.add_option("--gps-start-time",metavar="seconds",help="Set the start time of the segment to analyze in GPS seconds. Required unless --data-source=lvshm")