Skip to content

Commit

Permalink
Report sigma and cluster coefficient threshold on webpage output
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra Lynn Macedo committed May 31, 2018
1 parent 0213f20 commit cb8a5b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/gwdetchar-lasso-correlation
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,8 @@ write_param('Primary channel',
write_param('Channels searched', '%d (%s)' % (nchan, "<a href= %s target='_blank'>channel list</a>" % channelsfile))
write_param('Number of flat channels', '%d (%s)' % (len(flatdata), "<a href= %s target='_blank'>flat channel list</a>" % (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')

Expand Down

0 comments on commit cb8a5b8

Please sign in to comment.