aboutsummaryrefslogtreecommitdiffstats
path: root/mc_unitary.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-04-26 11:00:16 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2019-04-26 11:00:16 -0500
commit6ba62ba30af0d4803692e32d885f95033c51210a (patch)
tree4763c9aab12e3067e55656b69061e7f0a0300ffa /mc_unitary.py
parent349a48bf498c3cd342876eb9e66110fd8dbf8b9b (diff)
downloadGolemFlavor-6ba62ba30af0d4803692e32d885f95033c51210a.tar.gz
GolemFlavor-6ba62ba30af0d4803692e32d885f95033c51210a.zip
make fig2 script
Diffstat (limited to 'mc_unitary.py')
-rwxr-xr-xmc_unitary.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/mc_unitary.py b/mc_unitary.py
index 738191f..af0220a 100755
--- a/mc_unitary.py
+++ b/mc_unitary.py
@@ -107,12 +107,14 @@ def parse_args(args=None):
)
mcmc_utils.mcmc_argparse(parser)
nuisance_argparse(parser)
+ misc_utils.remove_option(parser, 'plot_angles')
+ misc_utils.remove_option(parser, 'plot_elements')
if args is None: return parser.parse_args()
else: return parser.parse_args(args.split())
def gen_identifier(args):
- f = '_INJ_{0}'.format(misc_utils.solve_ratio(args.source_ratio))
+ f = '_SRC_{0}'.format(misc_utils.solve_ratio(args.source_ratio))
return f