LALInference 4.1.9.1-eeff03c
test_detframe.py File Reference

Prototypes

def test_detframe.test_invertable ()
 

Go to the source code of this file.

Namespaces

namespace  test_detframe
 

Variables

int test_detframe.NTEST = 1000
 
 test_detframe.LHO = lal.CachedDetectors[lal.LALDetectorIndexLHODIFF]
 
 test_detframe.LLO = lal.CachedDetectors[lal.LALDetectorIndexLLODIFF]
 
 test_detframe.RAS = np.random.uniform(low=0, high=lal.TWOPI, size=NTEST)
 
 test_detframe.DECS = np.random.uniform(low=-lal.PI/2.0, high=lal.PI/2.0, size=NTEST)
 
 test_detframe.TIMES = np.random.uniform(low=0, high=lal.DAYSID_SI, size=NTEST)
 
 test_detframe.args = sys.argv[1:] or ["-v", "-rs", "--junit-xml=junit-detframe.xml"]