BLIP currently operates on a series of short Fourier transforms. The GLASS global fit operates in the wavelet domain; see https://arxiv.org/abs/2009.00043. To ready BLIP for Global Fit integration, we should be able to do wavelet domain analyses as well.
Steps:
Research the LISA wavelet-domain response functions
Add code to calculate these response functions
Research the wavelet-domain likelihood
Implement the wavelet-domain likelihood
Test and compare SGWB analyses for short Fourier transforms vs. the new wavelet domain analyses
BLIP currently operates on a series of short Fourier transforms. The GLASS global fit operates in the wavelet domain; see https://arxiv.org/abs/2009.00043. To ready BLIP for Global Fit integration, we should be able to do wavelet domain analyses as well. Steps: