Fixes to the austrialian_detector example
Compare changes
@@ -27,9 +27,10 @@ np.random.seed(88170232)
@@ -99,7 +100,7 @@ for key in ['a_1', 'a_2', 'tilt_1', 'tilt_2', 'phi_12', 'phi_jl', 'psi',
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 1 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.
The australian_detector.py
example is broken with the current implementation of pygwinc due to the removal of the noise_calc
function. This fixes that problem and a couple of other minor issues.