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',
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.