gstlal_ll_inspiral_event_plotter

Command line options

Usage: gstlal_ll_inspiral_event_plotter [--options]

an executable to upload auxiliary files and plots for GraceDB events from
gstlal_inspiral jobs

Options:
  -h, --help            show this help message and exit
  -v, --verbose         Be verbose.
  --tag=string          Sets the name of the tag used. Default = 'test'
  --max-event-time=MAX_EVENT_TIME
                        Maximum time to keep around an event. Default = 2
                        hours.
  --processing-cadence=PROCESSING_CADENCE
                        Rate at which the event plotter acquires and processes
                        data. Default = 0.1 seconds.
  --request-timeout=REQUEST_TIMEOUT
                        Timeout for requesting messages from a topic. Default
                        = 0.2 seconds.
  --kafka-server=string
                        Sets the server url that the kafka topic is hosted on.
                        Required.
  --upload-topic=string
                        Sets the input kafka topic to get uploaded event info
                        from. Required.
  --ranking-stat-topic=string
                        Sets the input kafka topic to get ranking stat info
                        from. Required.
  --gracedb-group=name  Gracedb group to which to upload events (default is
                        Test).
  --gracedb-pipeline=name
                        Name of pipeline to provide in GracedB uploads
                        (default is gstlal).
  --gracedb-search=name
                        Name of search to provide in GracedB uploads (default
                        is LowMass).
  --gracedb-service-url=url
                        Override default GracedB service url (optional,
                        default is https://gracedb.ligo.org/api/).
  --max-snr=SNR         Set the upper bound of the SNR ranges in plots
                        (default = 200).
  --format=FORMAT       Set file format by selecting the extention (default =
                        'png').
  --output-path=PATH    Write local copies of the plots to this directory
                        (default = don't).
  --no-upload           Disable upload of plots to gracedb, e.g., for testing
                        new plots.
  --plot=PLOT           Plots to make. Options are: 1. RANKING_DATA: upload:
                        ranking_data.xml.gz. 2. RANKING_PLOTS: upload
                        background plots from the ranking statistic data. 3.
                        SNR_PLOTS: upload SNR time series plots. 4. PSD_PLOTS:
                        upload PSD plots. 5. DTDPHI_PLOTS: upload DTDPHI
                        plots.  Can be given multiple times. If not specified,
                        all plots are made.