Skip to content
Snippets Groups Projects
Commit adb7db79 authored by Lee McCuller's avatar Lee McCuller
Browse files

Merge branch 'remove-sqzOptimalSqueezeAngle' into 'master'

remove vestigial function calculating squeeze angle

See merge request gwinc/pygwinc!150
parents 4bd943ee 90ffe03e
No related branches found
No related tags found
No related merge requests found
......@@ -12,13 +12,6 @@ from .. import const
from ..struct import Struct
def sqzOptimalSqueezeAngle(Mifo, eta):
vHD = np.array([[sin(eta), cos(eta)]])
H = getProdTF(vHD, Mifo)[0]
alpha = arctan(abs(H[1]), abs(H[0]))
return alpha
def getSqzParams(ifo):
"""Determine squeezer type, if any, and extract common parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment