diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-05-23 16:23:12 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-05-23 16:23:12 -0500 |
| commit | cc4e70ccd0d249fb5585c16d932b52467aaff969 (patch) | |
| tree | 8b4078bb6772d58a378ebc74b4b07182dfcf6054 /plot_sens.py | |
| parent | ca0ec62f2af59784b0ff2782037807b715b1a77b (diff) | |
| download | GolemFlavor-cc4e70ccd0d249fb5585c16d932b52467aaff969.tar.gz GolemFlavor-cc4e70ccd0d249fb5585c16d932b52467aaff969.zip | |
Wed May 23 16:23:12 CDT 2018
Diffstat (limited to 'plot_sens.py')
| -rwxr-xr-x | plot_sens.py | 6 |
1 files changed, 6 insertions, 0 deletions
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', |
