BUGFIX: Fix whitening procedure
Compare changes
Files
3@@ -618,13 +618,17 @@ class Interferometer(object):
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
Currently the attribute interferometer.whitened_frequency_domain_strain
does not return strain with unit variance. This MR fixes this attribute and the ensuing plotting methods of the CBCResult object where it was called so that those plot the whitened time-domain strain with unit variance. Should I add a unit test that the interferometer.whitened_frequency_domain_strain
actually returns unit-variance strain?