From 402f8b53dd892b8fd44ae5ad45eac91b5f6b3750 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Fri, 28 Feb 2020 18:39:45 +0000 Subject: reogranise into a python package --- ipynbs/command | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ipynbs/command (limited to 'ipynbs/command') diff --git a/ipynbs/command b/ipynbs/command new file mode 100644 index 0000000..f38a7cc --- /dev/null +++ b/ipynbs/command @@ -0,0 +1,3 @@ +python sample.py --fix-mixing T23 --fix-source-ratio True --source-ratio 1 0 0 --sigma-ratio 0.01 --threads 4 --outfile ./mcmc_chains --nsteps 400 +python fr.py --likelihood gaussian --fix-source-ratio True --source-ratio 0 1 0 --measured-ratio 0.18301213 0.43765598 0.37933189 --no-bsm True --sigma-ratio 100 --fix-scale True --scale 1E-1 --threads 4 --energy-dependance mono --nsteps 200 --plot-angles False --plot-elements False +python fr.py --likelihood gaussian --fix-source-ratio True --source-ratio 1 0 0 --measured-ratio 0.55003613 0.18301213 0.26695174 --no-bsm True --sigma-ratio 100 --fix-scale True --scale 1E-1 --threads 4 --energy-dependance mono --nsteps 200 --plot-angles False --plot-elements False -- cgit v1.2.3