From cb8a5b8e9243b87ca34046dec2c1eae1e8de081c Mon Sep 17 00:00:00 2001 From: Alexandra Lynn Macedo Date: Thu, 31 May 2018 11:59:48 -0500 Subject: [PATCH] Report sigma and cluster coefficient threshold on webpage output --- bin/gwdetchar-lasso-correlation | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/gwdetchar-lasso-correlation b/bin/gwdetchar-lasso-correlation index 7e533e533..df27a1fe8 100755 --- a/bin/gwdetchar-lasso-correlation +++ b/bin/gwdetchar-lasso-correlation @@ -720,6 +720,8 @@ write_param('Primary channel', write_param('Channels searched', '%d (%s)' % (nchan, "channel list" % channelsfile)) write_param('Number of flat channels', '%d (%s)' % (len(flatdata), "flat channel list" % (flatfile))) write_param('LASSO coefficient threshold', '%g' % args.threshold) +write_param('Sigma for outlier removal', '%g' % args.remove_outliers) +write_param('Cluster coefficient threshold: ', '%g' % args.cluster_coefficient) page.h2('Model Information')