parser.add_option("--output",metavar="filename",help="Set the name of the output file (default = stdout).")
parser.add_option("--time-slide-file",metavar="filename",help="Associate injections with the first time slide ID in this XML file (required).")
parser.add_option("--dEoverdA",type="float",help="Set dEoverdA. Non input of this generates uniform random amplitude.")
parser.add_option("--gps-geocent-time",metavar="s",help="Set the start time of the tiling in GPS seconds (required).")
parser.add_option("--deltaT",metavar="s",default=0,type="float",help="Set the time interval of injections. Default value is 0 for injecting only one.")
parser.add_option("--num",type="int",default=1,help="Set the number of injections. Default value is 1.")
parser.add_option("--time-slide-file",metavar="filename",help="Associate injections with the first time slide ID in this XML file (required).")
parser.add_option("--output",metavar="filename",help="Set the name of the output file (default = stdout).")