gstlal_inspiral_combine_injection_sets
======================================

A program to split a set of injections up into a smaller set of files grouped together by chirp mass
Command line options
--------------------



.. code-block:: none

   Usage: gstlal_inspiral_combine_injection_sets [options]
   
   Options:
     -h, --help            show this help message and exit
     -r s^-1, --target-injection-rate=s^-1
                           Desired injection rate of output files (default: 0.01)
     -o filename, --output-tag=filename
                           Base of output file name (default: split_injections)
     --injection-rate-tolerance=INJECTION_RATE_TOLERANCE
                           Acceptable tolerance for target injection rate, files
                           will be written to disk once a splitting has been
                           found such that the injection rate is target-
                           injection-rate +- (injection-rate-tolerance*target-
                           injection-rate) (default: 0.1)
     --generate-inj-string-only
                           Do not combine files, generate an injection string
                           specifying which chirp mass bounds to use to search
                           for the provided injection files
     --single-output       Produce a single output file containing all injections
     --injection-str-output=INJECTION_STR_OUTPUT
                           Write injection string used in analysis Makefile to
                           this file. [Default: injection_str.txt]