From cc4e70ccd0d249fb5585c16d932b52467aaff969 Mon Sep 17 00:00:00 2001 From: shivesh Date: Wed, 23 May 2018 16:23:12 -0500 Subject: Wed May 23 16:23:12 CDT 2018 --- plot_sens.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plot_sens.py') diff --git a/plot_sens.py b/plot_sens.py index 6b82ebc..a9704fe 100755 --- a/plot_sens.py +++ b/plot_sens.py @@ -349,6 +349,12 @@ def main(): args = args, ) elif args.run_method in fixed_angle_categ: + plot_utils.plot_sens_fixed_angle_pretty( + data = data, + outfile = baseoutfile + '/fixed_angle_pretty', + outformat = ['png'], + args = args, + ) plot_utils.plot_sens_fixed_angle( data = data, outfile = baseoutfile + '/FIXED_ANGLE', -- cgit v1.2.3