Skip to content
Snippets Groups Projects

CI development

Merged Aaron Viets requested to merge aaron-viets/gstlal-calibration:CI-development into main
1 unresolved thread
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -587,9 +587,9 @@ static void gstlal_minmax_class_init(GSTLALMinMaxClass *klass)
"Mode",
"Which extreme value you want the element to find.\n\t\t\t"
"mode=0: compute minimum of input\n\t\t\t"
"mode=1: compute absolute value of minimum of input\n\t\t\t"
"mode=1: compute input with smallest absolute value\n\t\t\t"
"mode=2: compute maximum of input\n\t\t\t"
"mode=3: compute absolute value of maximum of input\n\t\t\t"
"mode=3: compute input with greatest absolute value\n\t\t\t"
"Note that, for complex streams, if mode=0 or mode=2, only the real part is\n\t\t\t"
"considered.",
0, 3, 0,
Loading