Skip to content
Snippets Groups Projects
Commit fd902af1 authored by juga's avatar juga
Browse files

Generate bw file filtering results

parent 52488eae
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,10 @@ def main(args, conf):
bw_file = V3BWFile.from_results(results, state_fpath, args.scale_constant,
scaling_method,
torflow_cap=args.torflow_bw_margin,
torflow_round_digs=args.torflow_round_digs)
torflow_round_digs=args.torflow_round_digs,
secs_recent=args.secs_recent,
secs_away=args.secs_away,
min_num=args.min_num)
output = args.output or \
conf.getpath('paths', 'v3bw_fname').format(now_fname())
bw_file.write(output)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment