@@ -227,7 +227,7 @@ However, SNR would be good if it is greater than 10. This can be fixed by adjust
SNR_L1 = 21.86, SNR_H1 = 18.43, SNR_V1 = 10.87
Now they well meet the requirement.
## (10)t_zero
In a waveform, t_zero is defined as a time coordinate where the absolute maximum amplitude is. It's also an injection parameter called geocent_time in geocentric reference system.
In a waveform, t_zero is defined as a time coordinate where the absolute maximum amplitude is. It's also an injection parameter called geocent_time in geocentric reference system. However, till now I don't think the reference frame transformation matters to VItamin analysis, since what VItamin expects is just 'y_noisy_data', instead of 'time' series.
## (11)Whitening comparision
Problem: It looks like the amplitude of bilby whitened signal has a greater order of magnitude(10^1, which supposed to be 10^0). So I make a comparision between Hunter's whitening method and mine.
First, Hunter gets frequency domain noise-free signals at detector directly, instead of getting time domain signals and make Fourier transform.
...
...
@@ -243,12 +243,17 @@ To get a time domain signal, and operate it with Fourier transformation :
Though there are some problems above, we can still test VItamin by following the way that Hunter trains it strictly. In this test we get frequency domain noise-free signals at detector directly.