diff options
| author | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-28 18:39:45 +0000 |
|---|---|---|
| committer | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-28 18:39:45 +0000 |
| commit | 402f8b53dd892b8fd44ae5ad45eac91b5f6b3750 (patch) | |
| tree | b619c6efb0eb303e164bbd27691cdd9f8fce36a2 /ipynbs/command | |
| parent | 3a5a6c658e45402d413970e8d273a656ed74dcf5 (diff) | |
| download | GolemFlavor-402f8b53dd892b8fd44ae5ad45eac91b5f6b3750.tar.gz GolemFlavor-402f8b53dd892b8fd44ae5ad45eac91b5f6b3750.zip | |
reogranise into a python package
Diffstat (limited to 'ipynbs/command')
| -rw-r--r-- | ipynbs/command | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
