Update Reviewer Notes authored by ABHIRUP GHOSH's avatar ABHIRUP GHOSH
...@@ -66,7 +66,7 @@ plt.ylabel('$\delta \kappa _A$') ...@@ -66,7 +66,7 @@ plt.ylabel('$\delta \kappa _A$')
``` ```
![download](uploads/be779d3e2272a0e6737d4233d7cca2e8/download.png) ![download](uploads/be779d3e2272a0e6737d4233d7cca2e8/download.png)
### `lalinference/src/LALInferenceInitCBC.c` ### `lalinference/src/LALInferenceInitCBC.c`/`lalinference/src/LALInferenceProposal.c`/`lalinference/src/LALInferenceTemplate.c`
Different sampling scenarios: Different sampling scenarios:
...@@ -85,6 +85,9 @@ Different sampling scenarios: ...@@ -85,6 +85,9 @@ Different sampling scenarios:
| 2. | fix-params should fix the posterior at tmp-value | | | 2. | fix-params should fix the posterior at tmp-value | |
| 3. | `fprintf(stdout,"Both options (from 12 and SA) are given . . Exiting . .\n");` | | | 3. | `fprintf(stdout,"Both options (from 12 and SA) are given . . Exiting . .\n");` | |
| 4. | `fprintf(stdout,"Only one option (from 12 and SA) is given . . Working fine . .\n");` | | | 4. | `fprintf(stdout,"Only one option (from 12 and SA) is given . . Working fine . .\n");` | |
| 5. | `fprintf(stdout,"Both dQuadMonS and dQaudMonA are sampled");` | |
| 6. | `fprintf(stdout,"dQM1: %e, dQM2: %e, dQMS: %e, dQMA: %e \n",dQuadMon1,dQuadMon2,dQuadMonS,dQuadMonA);` | |
Reference Injection file: [S190814bv.xml](uploads/1e189529dbc83ded65aac7a1bfca84a2/S190814bv.xml) Reference Injection file: [S190814bv.xml](uploads/1e189529dbc83ded65aac7a1bfca84a2/S190814bv.xml)
...@@ -154,9 +157,6 @@ Both dQuadMonS and dQaudMonA are sampleddQM1: -1.611303e+02, dQM2: -2.091703e+0 ...@@ -154,9 +157,6 @@ Both dQuadMonS and dQaudMonA are sampleddQM1: -1.611303e+02, dQM2: -2.091703e+0
Both dQuadMonS and dQaudMonA are sampleddQM1: -3.042310e+01, dQM2: 1.218623e+01, dQMS: -9.118437e+00, dQMA: -2.130467e+01 Both dQuadMonS and dQaudMonA are sampleddQM1: -3.042310e+01, dQM2: 1.218623e+01, dQMS: -9.118437e+00, dQMA: -2.130467e+01
``` ```
### `lalinference/src/LALInferenceProposal.c`
### `lalinference/src/LALInferenceTemplate.c`
| Tasks| Status | | Tasks| Status |
|---|---| |---|---|
| `fprintf(stdout,"Only one option (from 12 and SA) is given . . Working fine . .\n");` | | | `fprintf(stdout,"Only one option (from 12 and SA) is given . . Working fine . .\n");` | |
... ...
......