LAL  7.5.0.1-89842e6
test_antenna Namespace Reference

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
 

Function Documentation

◆ test_antenna()

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.

Variable Documentation

◆ PSI

test_antenna.PSI = np.random.uniform(0., 2.*np.pi)

Definition at line 32 of file test_antenna.py.

◆ RA

test_antenna.RA = np.random.uniform(0., 2.*np.pi)

Definition at line 33 of file test_antenna.py.

◆ DEC

test_antenna.DEC = np.random.uniform(-np.pi/2., np.pi/2.)

Definition at line 34 of file test_antenna.py.

◆ T0

int test_antenna.T0 = 1234567890.

Definition at line 37 of file test_antenna.py.

◆ TIMES

test_antenna.TIMES = np.linspace(T0, T0 + DAYSID_SI, 1000)

Definition at line 38 of file test_antenna.py.

◆ args

test_antenna.args

Definition at line 64 of file test_antenna.py.