Functions | |
| def | test_antenna (detector) |
| Test that the default, LAL and lookup table implementations match. More... | |
Variables | |
| PSI = np.random.uniform(0., 2.*np.pi) | |
| RA = np.random.uniform(0., 2.*np.pi) | |
| DEC = np.random.uniform(-np.pi/2., np.pi/2.) | |
| int | T0 = 1234567890. |
| TIMES = np.linspace(T0, T0 + DAYSID_SI, 1000) | |
| args | |
| def test_antenna.test_antenna | ( | detector | ) |
Test that the default, LAL and lookup table implementations match.
Definition at line 45 of file test_antenna.py.
| test_antenna.PSI = np.random.uniform(0., 2.*np.pi) |
Definition at line 32 of file test_antenna.py.
| test_antenna.RA = np.random.uniform(0., 2.*np.pi) |
Definition at line 33 of file test_antenna.py.
| test_antenna.DEC = np.random.uniform(-np.pi/2., np.pi/2.) |
Definition at line 34 of file test_antenna.py.
| int test_antenna.T0 = 1234567890. |
Definition at line 37 of file test_antenna.py.
Definition at line 38 of file test_antenna.py.
| test_antenna.args |
Definition at line 64 of file test_antenna.py.