Functions | |
def | test_inf (m1, m2, chi1, chi2, tilt1, tilt2, phi12, f0, tilt1_inf, tilt2_inf, version) |
Regression test for prec_avg_tilt_comp for calculating tilts at infinity. More... | |
def | test_inf_mpmath (m1, m2, chi1, chi2, tilt1, tilt2, phi12, f0, tilt1_inf, tilt2_inf, version) |
Regression test for prec_avg_tilt_comp for calculating tilts at infinity with the mpmath evolution. More... | |
def | test_Lf (m1, m2, chi1, chi2, tilt1, tilt2, phi12, f0, Lf, tilt1_sep_min, tilt1_sep_max, tilt1_sep_avg, tilt2_sep_min, tilt2_sep_max, tilt2_sep_avg, version) |
Regression test for prec_avg_tilt_comp for calculating tilts at finite separation. More... | |
def | test_Lf_mpmath (m1, m2, chi1, chi2, tilt1, tilt2, phi12, f0, Lf, tilt1_sep_min, tilt1_sep_max, tilt1_sep_avg, tilt2_sep_min, tilt2_sep_max, tilt2_sep_avg, version) |
Regression test for prec_avg_tilt_comp for calculating tilts at finite separation. More... | |
Variables | |
list | test_data_inf |
list | test_data_inf_mpmath |
list | test_data_Lf |
list | test_data_Lf_mpmath |
args = sys.argv[1:] or ["-v", "-rs", "--junit-xml=junit-prec_avg_evol.xml"] | |
def test_prec_avg_evol.test_inf | ( | m1, | |
m2, | |||
chi1, | |||
chi2, | |||
tilt1, | |||
tilt2, | |||
phi12, | |||
f0, | |||
tilt1_inf, | |||
tilt2_inf, | |||
version | |||
) |
Regression test for prec_avg_tilt_comp for calculating tilts at infinity.
m1, m2: Detector frame masses of the binary, in kg chi1, chi2: Dimensionless spin magnitudes of the binary tilt1, tilt2: Tilt angles of the binary's spins (w.r.t. the orbital angular momentum) at fref phi12: Angle between the in-plane components of the spins at fref fref: Reference frequency, in Hz tilt1_inf, tilt2_inf: Tilt angles at infinity version: Version of calculation to test
Definition at line 102 of file test_prec_avg_evol.py.
def test_prec_avg_evol.test_inf_mpmath | ( | m1, | |
m2, | |||
chi1, | |||
chi2, | |||
tilt1, | |||
tilt2, | |||
phi12, | |||
f0, | |||
tilt1_inf, | |||
tilt2_inf, | |||
version | |||
) |
Regression test for prec_avg_tilt_comp for calculating tilts at infinity with the mpmath evolution.
m1, m2: Detector frame masses of the binary, in kg chi1, chi2: Dimensionless spin magnitudes of the binary tilt1, tilt2: Tilt angles of the binary's spins (w.r.t. the orbital angular momentum) at fref phi12: Angle between the in-plane components of the spins at fref fref: Reference frequency, in Hz tilt1_inf, tilt2_inf: Tilt angles at infinity version: Version of calculation to test
Definition at line 122 of file test_prec_avg_evol.py.
def test_prec_avg_evol.test_Lf | ( | m1, | |
m2, | |||
chi1, | |||
chi2, | |||
tilt1, | |||
tilt2, | |||
phi12, | |||
f0, | |||
Lf, | |||
tilt1_sep_min, | |||
tilt1_sep_max, | |||
tilt1_sep_avg, | |||
tilt2_sep_min, | |||
tilt2_sep_max, | |||
tilt2_sep_avg, | |||
version | |||
) |
Regression test for prec_avg_tilt_comp for calculating tilts at finite separation.
m1, m2: Detector frame masses of the binary, in kg chi1, chi2: Dimensionless spin magnitudes of the binary tilt1, tilt2: Tilt angles of the binary's spins (w.r.t. the orbital angular momentum) at fref phi12: Angle between the in-plane components of the spins at fref fref: Reference frequency, in Hz Lf: Final magnitude of orbital angular momentum in total mass = 1 units for output at finite separation tilt1_sep_min, tilt1_sep_max, tilt1_sep_avg, tilt2_sep_min, tilt2_sep_max, tilt2_sep_avg: Minimum, maximum, and average tilts at separation version: Version of calculation to test
Definition at line 146 of file test_prec_avg_evol.py.
def test_prec_avg_evol.test_Lf_mpmath | ( | m1, | |
m2, | |||
chi1, | |||
chi2, | |||
tilt1, | |||
tilt2, | |||
phi12, | |||
f0, | |||
Lf, | |||
tilt1_sep_min, | |||
tilt1_sep_max, | |||
tilt1_sep_avg, | |||
tilt2_sep_min, | |||
tilt2_sep_max, | |||
tilt2_sep_avg, | |||
version | |||
) |
Regression test for prec_avg_tilt_comp for calculating tilts at finite separation.
m1, m2: Detector frame masses of the binary, in kg chi1, chi2: Dimensionless spin magnitudes of the binary tilt1, tilt2: Tilt angles of the binary's spins (w.r.t. the orbital angular momentum) at fref phi12: Angle between the in-plane components of the spins at fref fref: Reference frequency, in Hz Lf: Final magnitude of orbital angular momentum in total mass = 1 units for output at finite separation tilt1_sep_min, tilt1_sep_max, tilt1_sep_avg, tilt2_sep_min, tilt2_sep_max, tilt2_sep_avg: Minimum, maximum, and average tilts at separation version: Version of calculation to test
Definition at line 171 of file test_prec_avg_evol.py.
list test_prec_avg_evol.test_data_inf |
Definition at line 32 of file test_prec_avg_evol.py.
list test_prec_avg_evol.test_data_inf_mpmath |
Definition at line 52 of file test_prec_avg_evol.py.
list test_prec_avg_evol.test_data_Lf |
Definition at line 62 of file test_prec_avg_evol.py.
list test_prec_avg_evol.test_data_Lf_mpmath |
Definition at line 82 of file test_prec_avg_evol.py.
test_prec_avg_evol.args = sys.argv[1:] or ["-v", "-rs", "--junit-xml=junit-prec_avg_evol.xml"] |
Definition at line 188 of file test_prec_avg_evol.py.