aboutsummaryrefslogtreecommitdiffstats
path: root/plot_sens.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-05-18 16:10:30 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2018-05-18 16:10:30 -0500
commit47f607d6f9fba07f74fd635eabc4856cf0e2d351 (patch)
tree093333c8f168004185c9d1b7bf5d3e1b6f0c39d0 /plot_sens.py
parent8121c510c2115735def2e178ba0c11efe719964c (diff)
downloadGolemFlavor-47f607d6f9fba07f74fd635eabc4856cf0e2d351.tar.gz
GolemFlavor-47f607d6f9fba07f74fd635eabc4856cf0e2d351.zip
arbitrary precision calculations
Diffstat (limited to 'plot_sens.py')
-rwxr-xr-xplot_sens.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/plot_sens.py b/plot_sens.py
index de7b348..3d1181a 100755
--- a/plot_sens.py
+++ b/plot_sens.py
@@ -244,6 +244,7 @@ def main():
if args.likelihood is Likelihood.GAUSSIAN:
infile += '{0}/'.format(str(args.sigma_ratio).replace('.', '_'))
infile += '/DIM{0}/fix_ifr/{1}/{2}/{3}/fr_stat'.format(
+ # infile += '/DIM{0}/fix_ifr/100TeV/{1}/{2}/{3}/fr_stat'.format(
dim, *map(misc_utils.parse_enum, [args.stat_method, args.run_method, args.data])
) + misc_utils.gen_identifier(argsc)
print '== {0:<25} = {1}'.format('infile', infile)
@@ -290,6 +291,7 @@ def main():
if args.likelihood is Likelihood.GAUSSIAN:
base_infile += '{0}/'.format(str(args.sigma_ratio).replace('.', '_'))
base_infile += '/DIM{0}/fix_ifr'.format(dim)
+ # base_infile += '/DIM{0}/fix_ifr/100TeV'.format(dim)
for isrc, src in enumerate(args.source_ratios):
argsc.source_ratio = src