... | ... | @@ -151,10 +151,9 @@ 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
|
|
|
```
|
|
|
|
|
|
### Comments:
|
|
|
**--dQuadMon12 --fix-dQuadMon1 0.0**
|
|
|
|
|
|
* Ask about new line character.
|
|
|
* The case where we fix one of the parameters, does indeed print fixed values for that parameter during the sampling.
|
|
|
LALInference Command and output:
|
|
|
|
|
|
```
|
|
|
lalinference_nest --L1-flow 20 --approx IMRPhenomPv2threePointFivePN --psdlength 492.0 --V1-timeslide 0 --V1-cache LALSimAdVirgo --chirpmass-max 9.519249 --nlive 1024 --inj S190814bv.xml --comp-max 54.40873232560802 --adapt-temps --srate 4096.0 --event 0 --H1-timeslide 0 --V1-fhigh 135.811 --neff 1000 --seglen 16.0 --L1-channel L1:LDAS-STRAIN --L1-fhigh 135.811 --stance-max 500 --0noise --trigtime 900000000 --tol 1.0 --psdstart 899999474.0 --H1-cache LALSimAdLIGO --progress --tolerance 0.1 --H1-channel H1:LDAS-STRAIN --V1-channel V1:h_16384Hz --comp-min 1.6378358668107575 --resume --V1-flow 20 --fref 20 --outfile lalinferencenest-0-V1H1L1-900000000.0-0.hdf5 --L1-cache LALSimAdLIGO --randomseed 1732024500 --dataseed 3000 --L1-timeslide 0 --q-min 0.055728090000841224 --chirpmass-min 5.141979 --H1-flow 20 --H1-fhigh 135.11 --ifo V1 --ifo H1 --ifo L1 --dQuadMon12 --fix-dQuadMon1 0.0
|
... | ... | @@ -177,6 +176,10 @@ Both dQuadMon1 and dQaudMon2 are sampleddQM1: 0.000000e+00, dQM2: -4.098038e+01 |
|
|
Both dQuadMon1 and dQaudMon2 are sampleddQM1: 0.000000e+00, dQM2: -7.584580e+01
|
|
|
```
|
|
|
|
|
|
* Tried for the other 3 cases as well, with identical results:
|
|
|
* --dQuadMonSA --fix-dQuadMonA 0.0
|
|
|
* --dQuadMonSA --fix-dQuadMonS 0.0
|
|
|
* --dQuadMon12 --fix-dQuadMon2 0.0
|
|
|
|
|
|
## Overall code status
|
|
|
|
... | ... | @@ -195,3 +198,8 @@ Both dQuadMon1 and dQaudMon2 are sampleddQM1: 0.000000e+00, dQM2: -7.584580e+01 |
|
|
### Notes on the codes
|
|
|
|
|
|
* There seems to be an inconsistency between naming the variables with lower and upper case: "dquadmona" vs "dQuadMon1". The post-processing scripts have lower case, while the sampling scripts have upper case. `Clarify with Krishnendu`.
|
|
|
### Comments
|
|
|
|
|
|
* Newline characters missing at the end of Lines 237,245,270,278,309 and 317 in [diff.patch](https://git.ligo.org/nv.krishnendu/lalsuite/commit/7ec7378129a05b343dcf5d088f97426e41321949). `Action Item`
|
|
|
|
|
|
* The sampling is generating a lot of text; which will probably overload the log files. We should remove the print statements from the `LALInferenceCheckVariable` conditions within `lalinference/src/LALInferenceTemplate.c`. `Action Item` |
|
|
\ No newline at end of file |