Loudest amplitude task

Work in progress

Requirements

Description

Example command-line

This is the help message:

$ dqr-largest-value --help
usage: dqr-largest-value [-h] [-v] [-V] [-o OUTPUT_DIR] --gps-time GPS_TIME
                         --channel CHANNEL [--total-duration TOTAL_DURATION]
                         [--chunk-duration CHUNK_DURATION]

Task to calcuclate the significance of measured data amplitude.

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         increase verbose output
  -V, --version         show program's version number and exit
  -o OUTPUT_DIR, --output-dir OUTPUT_DIR
                        Directory for all output
  --gps-time GPS_TIME
  --channel CHANNEL
  --total-duration TOTAL_DURATION
  --chunk-duration CHUNK_DURATION

Example config

[loudestamp]
description =  loudest amplitude significance
librarian = detchar@ligo.org
include_in_dag = True
tier = 1
question = Are known sources of noise without auxiliary witnesses active?
executable = dqr-largest-value
request_memory = 400MB
arguments = "  --output-dir ${outdir}  --gps-time ${t_0}  --channel L1:DCS-CALIB_STRAIN_C01  --total-duration 256  --chunk-duration 1.0"

Example results page

An example page for GW170817 can be found here.