aboutsummaryrefslogtreecommitdiffstats
path: root/plot_sens.py
diff options
context:
space:
mode:
Diffstat (limited to 'plot_sens.py')
-rwxr-xr-xplot_sens.py6
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',