From edee51d8338f7214d382ab8bfce4483fc5c25b26 Mon Sep 17 00:00:00 2001 From: Chad Hanna <chad.hanna@ligo.org> Date: Mon, 30 Apr 2018 20:17:55 -0400 Subject: [PATCH] gstlal_inspiral_lvalert_psd_plotter: NEW DOC --- .../bin/gstlal_inspiral_lvalert_psd_plotter | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/gstlal-inspiral/bin/gstlal_inspiral_lvalert_psd_plotter b/gstlal-inspiral/bin/gstlal_inspiral_lvalert_psd_plotter index bd13f608b4..0f28fc01b8 100755 --- a/gstlal-inspiral/bin/gstlal_inspiral_lvalert_psd_plotter +++ b/gstlal-inspiral/bin/gstlal_inspiral_lvalert_psd_plotter @@ -17,15 +17,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -## @file gstlal_inspiral_lvalert_psd_plotter -# A program to listen to lvalerts, download the psd from gstlal gracedb events, plot it, and upload the results -# -# ### Command line interface -# -# + `--no-upload`: Write plots to disk. -# + `--skip-404`: Skip events that give 404 (file not found) errors (default is to abort) -# + `--gracedb-service-url`: GraceDb service url to upload (default is gracedb.DEFAULT_SERVICE_URL) -# + `--verbose`: Be verbose. +### A program to listen to lvalerts, download the psd from gstlal gracedb events, plot it, and upload the results # -- GitLab