aboutsummaryrefslogtreecommitdiffstats
path: root/plot_sens.py
diff options
context:
space:
mode:
Diffstat (limited to 'plot_sens.py')
-rwxr-xr-xplot_sens.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/plot_sens.py b/plot_sens.py
index a9704fe..2d7e20b 100755
--- a/plot_sens.py
+++ b/plot_sens.py
@@ -302,9 +302,9 @@ def main():
for idx_scen in xrange(len(st_paramset_arr)):
print '|||| SCENARIO = {0}'.format(idx_scen)
outfile = baseoutfile + '_SCEN{0}'.format(idx_scen)
- if idx_scen == 0: label = r'$\mathcal{O}_{12}=\frac{\pi}{4}$'
- elif idx_scen == 1: label = r'$\mathcal{O}_{13}=\frac{\pi}{4}$'
- elif idx_scen == 2: label = r'$\mathcal{O}_{23}=\frac{\pi}{4}$'
+ if idx_scen == 0: label = r'$\mathcal{O}_{12}=\pi/4$'
+ elif idx_scen == 1: label = r'$\mathcal{O}_{13}=\pi/4$'
+ elif idx_scen == 2: label = r'$\mathcal{O}_{23}=\pi/4$'
plot_utils.plot_statistic(
data = data[idim][isrc][idx_scen],
outfile = outfile,
@@ -355,12 +355,12 @@ def main():
outformat = ['png'],
args = args,
)
- plot_utils.plot_sens_fixed_angle(
- data = data,
- outfile = baseoutfile + '/FIXED_ANGLE',
- outformat = ['png'],
- args = args,
- )
+ # plot_utils.plot_sens_fixed_angle(
+ # data = data,
+ # outfile = baseoutfile + '/FIXED_ANGLE',
+ # outformat = ['png'],
+ # args = args,
+ # )
elif args.run_method in corr_angles_categ:
plot_utils.plot_sens_corr_angle(
data = data,