Update comp_snr_ts authored by Kentaro Mogushi's avatar Kentaro Mogushi
......@@ -104,8 +104,7 @@ optimal_snr = np.abs(snr_timeseries_n.data)[peak_window_start_index: peak_window
print(optimal_snr)
```
![Screen_Shot_2021-03-11_at_4.34.42_PM](uploads/63e5b574a76a6b0ec1a8bf3b7a927684/Screen_Shot_2021-03-11_at_4.34.42_PM.png)
![Screen_Shot_2021-03-11_at_4.43.10_PM](uploads/2a25b3824d66cbb369eb873537aaf0da/Screen_Shot_2021-03-11_at_4.43.10_PM.png)
- find the snr time series in **gwpy**
......
......