janosch314 / GWFish

Simulation of detector networks with Fisher-matrix PE
33 stars 20 forks source link

Response at high frequency for ground-based detectors #90

Closed AndreaCozzumbo closed 1 month ago

AndreaCozzumbo commented 1 month ago

Changes inside detection.py and detector.yaml to include the possibility to avoid the long wavelength approximation. Inside detection.py, I added the possibility to read the arm length to compute f_c = c/(2 pi L). Then, I added the Michelson transfer function and finally, when long_wavelength_approx = True, you can modify the projection in the Earth case including the response at high frequencies.

janosch314 commented 1 month ago

@AndreaCozzumbo Just to check, I assume you mean that long_wavelength_approx = True means that everything is simulated as in the past, while setting it to False, you calculate the high-f response accurately, right?

AndreaCozzumbo commented 1 month ago

Yes, long_wavelength_approx = False activates the transfer function at high frequency