Closed jacopok closed 2 years ago
The issue might be connected to the non-power-of-2 nature of the df computed by mlgw_bns.multibanding.seglen_from_freq
.
Fixing that, and unifying it with mlgw_bns.dataset_generation.Dataset.optimal_df_hz
is the priority.
Also, the EOB waveforms I'm comparing to are not computed properly, they are uniform in frequency!
The aforementioned issues are all solved by https://github.com/jacopok/mlgw_bns/commit/852591d6c9597916b19e32cefe3fd27148579c0e, but I will not close this yet since I need to test multibanding with the reconstruction of sub-20Hz waveforms.
This is now done, since the default dataset is multibanded since https://github.com/jacopok/mlgw_bns/commit/3ff3cc09666a5e994d8bc68a49d37a5014631751
When using multibanding it seems that sometimes the reconstruction mismatches are very high; is this a "real" problem or an implementation bug?
Also, we need more tests for it.