From 28fcd0d3e571201d59ba7be12a13dbea0d23ba03 Mon Sep 17 00:00:00 2001 From: Chad Hanna <chad.hanna@ligo.org> Date: Tue, 15 May 2018 09:40:43 -0400 Subject: [PATCH] gstlaldeglitchfilter.c: update doc --- gstlal-ugly/gst/lal/gstlaldeglitchfilter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gstlal-ugly/gst/lal/gstlaldeglitchfilter.c b/gstlal-ugly/gst/lal/gstlaldeglitchfilter.c index 5b5d82ed7c..789cf88de1 100644 --- a/gstlal-ugly/gst/lal/gstlaldeglitchfilter.c +++ b/gstlal-ugly/gst/lal/gstlaldeglitchfilter.c @@ -154,7 +154,7 @@ gst_laldeglitch_filter_class_init (GstLALDeglitchFilterClass * klass) g_param_spec_value_array( "segment-list", "Segment List", - "List of Segments. This is an Nx2 array where N (the rows) is the number of segments. The columns are the start and stop times of each segment.", + "List of Segments: MUST BE COALESCED. This is an Nx2 array where N (the rows) is the number of segments. The columns are the start and stop times of each segment.", g_param_spec_value_array( "segment", "[start, stop)", @@ -177,7 +177,7 @@ gst_laldeglitch_filter_class_init (GstLALDeglitchFilterClass * klass) gst_element_class_set_details_simple(gstelement_class, "LALDeglitchFilter", "Removes glitches", - "Removes glitches", + "Removes glitches based on a segment list. MUST BE COALESCED.", "Chad Hanna <<chad.hanna@ligo.org>>"); gst_element_class_add_pad_template (gstelement_class, -- GitLab