Usage: gstlal_snax_synchronize [--options]
an executable to synchronize incoming feature streams and send downstream
Options:
-h, --help show this help message and exit
-v, --verbose Print to stdout in addition to writing to
automatically generated log.
--log-level=LOG_LEVEL
Sets the verbosity of logging. Default = 10.
--rootdir=path Sets the root directory where logs and metadata are
stored.
--tag=string Sets the name of the tag used. Default = 'test'
--processing-cadence=PROCESSING_CADENCE
Rate at which the synchronizer acquires and processes
data. Default = 0.1 seconds.
--request-timeout=REQUEST_TIMEOUT
Timeout for requesting messages from a topic. Default
= 0.2 seconds.
--latency-timeout=LATENCY_TIMEOUT
Maximum time before incoming data is dropped for a
given timestamp. Default = 5 seconds.
--sample-rate=Hz Set the sample rate for feature timeseries output,
must be a power of 2. Default = 1 Hz.
--no-drop If set, do not drop incoming features based on the
latency timeout. Default = False.
--kafka-server=string
Sets the server url that the kafka topic is hosted on.
Required.
--input-topic-basename=string
Sets the input kafka topic basename, i.e.
{basename}_%02d. Required.
--output-topic-basename=string
Sets the output kafka topic name. Required.
--num-topics=NUM_TOPICS
Sets the number of input kafka topics to read from.
Required.