diff options
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', |
