@@ -255,13 +255,20 @@ This is due to different normalization items.
...
@@ -255,13 +255,20 @@ This is due to different normalization items.
### (i) How to remake:
### (i) How to remake:
In this test we get frequency domain noise-free signals at detector directly.
In this test we get frequency domain noise-free signals at detector directly.
What I did: To make my data exactly the same to Hunter's test data, I delete 'adding white Gaussian noise' step, which doesn't show up in Hunter's code.(The method of making test data is written in ‘gen_benchmark_pe.py’) And if I add this step, my data will look so different from Hunter's.
What I did: To make my data exactly the same to Hunter's test data, I delete 'adding white Gaussian noise' step, which doesn't show up in Hunter's code.(The method of making test data is written in ‘gen_benchmark_pe.py’) And if I add this step, my data will look so different from Hunter's.
P.S. When Hunter inputs this test data into VItamin, he adds white Gaussian noise additionally, so I shouldn't skip this step.
Since we use the totally same parameters, the signal should also look the same. But they don't, because different version of Bilby call different default PSD file.
After we point to the same file: 'aLIGO_O4_high_asd.txt', Hunter's waveform is like:
@@ -269,57 +276,21 @@ I fail to generate a time-domain waveform whose amplitude comes to zero quickly
...
@@ -269,57 +276,21 @@ I fail to generate a time-domain waveform whose amplitude comes to zero quickly
In Hunter's test data, the amplitude also doesn't come to zero after merging(as you can see in Fig. 1), and there is a vibration, although it is not obvious. I think whitening step reduces it.
In Hunter's test data, the amplitude also doesn't come to zero after merging(as you can see in Fig. 1), and there is a vibration, although it is not obvious. I think whitening step reduces it.
### (iii) Comparison of their performances in VItamin:
### (iii) Comparison of their performances in VItamin:
There are 4 data sets for test data.Except the first one, all the corner plots from my data are extremely similar to Hunter's.
Hunter's corner plot is on the top, and mine is below.
*Hunter's corner plot is on the top, and mine is below.