aboutsummaryrefslogtreecommitdiffstats
path: root/submitter/make_dag.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-04-09 18:39:55 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2018-04-09 18:39:55 -0500
commite1fa7270eeb9219865446cb8ceb4a5762f6aab9b (patch)
tree523026ce0aafa30e9b4df2086b955b26ca28ebd5 /submitter/make_dag.py
parent0d4713f70bdbf19825e1337cd2e75268609c9c75 (diff)
downloadGolemFlavor-e1fa7270eeb9219865446cb8ceb4a5762f6aab9b.tar.gz
GolemFlavor-e1fa7270eeb9219865446cb8ceb4a5762f6aab9b.zip
add CR values on the plot
Diffstat (limited to 'submitter/make_dag.py')
-rw-r--r--submitter/make_dag.py17
1 files changed, 10 insertions, 7 deletions
diff --git a/submitter/make_dag.py b/submitter/make_dag.py
index 80bd751..133819b 100644
--- a/submitter/make_dag.py
+++ b/submitter/make_dag.py
@@ -18,15 +18,15 @@ full_scan_mfr = [
fix_sfr_mfr = [
(1, 1, 1, 1, 0, 0),
(1, 1, 1, 0, 1, 0),
- # (1, 1, 1, 0, 0, 1),
+ (1, 1, 1, 0, 0, 1),
(1, 1, 1, 1, 2, 0),
- # (1, 1, 0, 0, 1, 0),
+ (1, 1, 0, 0, 1, 0),
(1, 1, 0, 1, 2, 0),
- # (1, 1, 0, 1, 0, 0),
- # (1, 0, 0, 1, 0, 0),
+ (1, 1, 0, 1, 0, 0),
+ (1, 0, 0, 1, 0, 0),
(0, 1, 0, 0, 1, 0),
- # (1, 2, 0, 0, 1, 0),
- # (1, 2, 0, 1, 2, 0)
+ (1, 2, 0, 0, 1, 0),
+ (1, 2, 0, 1, 2, 0)
]
# MCMC
@@ -79,7 +79,10 @@ with open(outfile, 'w') as f:
for en in energy:
print 'energy {0:.0E}'.format(en)
- outchain_head = '/data/user/smandalia/flavour_ratio/data/{0}/DIM{1}/{2:.0E}'.format(likelihood, dim, en)
+ if energy_dependance == 'mono':
+ outchain_head = '/data/user/smandalia/flavour_ratio/data/{0}/DIM{1}/{2:.0E}'.format(likelihood, dim, en)
+ elif energy_dependance == 'spectral':
+ outchain_head = '/data/user/smandalia/flavour_ratio/data/{0}/DIM{1}/SI_{2}'.format(likelihood, dim, spectral_index)
for sig in sigma_ratio:
print 'sigma', sig