Update Reviewer Notes authored by ABHIRUP GHOSH's avatar ABHIRUP GHOSH
...@@ -69,6 +69,7 @@ plt.ylabel('$\delta \kappa _A$') ...@@ -69,6 +69,7 @@ plt.ylabel('$\delta \kappa _A$')
### `lalinference/src/LALInferenceInitCBC.c` ### `lalinference/src/LALInferenceInitCBC.c`
Different sampling scenarios: Different sampling scenarios:
| Sampling case| Options to be passed | | Sampling case| Options to be passed |
|---|---| |---|---|
| SA | --dQuadMonSA --dQuadMonS-min WW --dQuadMonS-max XX --dQuadMonA-min YY --dQuadMonA-max ZZ | | SA | --dQuadMonSA --dQuadMonS-min WW --dQuadMonS-max XX --dQuadMonA-min YY --dQuadMonA-max ZZ |
...@@ -78,8 +79,7 @@ Different sampling scenarios: ...@@ -78,8 +79,7 @@ Different sampling scenarios:
| 1 | --dQuadMon12 --fix-dQuadMon2 0.0 --dQuadMon1-min WW --dQuadMon1-max XX | | 1 | --dQuadMon12 --fix-dQuadMon2 0.0 --dQuadMon1-min WW --dQuadMon1-max XX |
| 2 | --dQuadMon12 --fix-dQuadMon1 0.0 --dQuadMon2-min WW --dQuadMon2-max XX | | 2 | --dQuadMon12 --fix-dQuadMon1 0.0 --dQuadMon2-min WW --dQuadMon2-max XX |
| | Tasks| Status |
| | Tasks| Status |
|---|---|---| |---|---|---|
| 1. | Priors on all 4 non-GR parameters | | | 1. | Priors on all 4 non-GR parameters | |
| 2. | fix-params should fix the posterior at tmp-value | | | 2. | fix-params should fix the posterior at tmp-value | |
... ...
......