gstlal_vetoes_from_burst_inj ============================ Command line options -------------------- .. code-block:: none Usage: gstlal_vetoes_from_burst_inj [options] [filename ...] Generate a LIGO Light-Weight XML veto segment file from burst injection lists. The input files can be LIGO Light-Weight XML files containing sim_burst tables describing lists of burst injections, or GravEn log files describing lists of burst injections. If a file is encountered that cannot be parsed in one of these formats, or is identified as a LIGO Light-Weight XML file but does not contain a sim_burst table, the program fails. If no input filenames are provided input is read from stdin. Options: --version show program's version number and exit -h, --help show this help message and exit --default-duration=seconds Set the default burst event duration in seconds for injections without explicit durations (default = 3). --instruments=name[,name,...] Set the instruments to veto (default = "H1,H2,L1,V1"). --output=filename Set the output filename (default = write to stdout). If the filename ends in ".gz" it will be gzip- compressed. --padding=seconds Set the additional padding in seconds to veto before and after each injection (default = 8). --vetoes-name=name Set the name of the vetoes segment lists in the output document (default = "vetoes"). -v, --verbose Be verbose.