Functions | |
| def | waveform (h0, cosi, freq, f1dot) |
| def | compute_Fstat_spindown_reference () |
| def | compute_Fstat_spindown_simulateCW () |
| def | test_fstatistic () |
| def | test_random_seeds () |
Variables | |
| prog_bar = tqdm | |
| earth_ephem_file | |
| sun_ephem_file | |
| ephemerides = lalpulsar.InitBarycenter(earth_ephem_file, sun_ephem_file) | |
| int | h0 = 1e-24 |
| int | assume_sqrtSh = 1e-23 |
| float | cosi = 0.123 |
| float | psi = 2.345 |
| float | phi0 = 3.210 |
| float | freq = 10.0 |
| float | fcmin = 5.0 |
| float | fcmax = 15.0 |
| float | f1dot = -1.35e-8 |
| float | alpha = 6.12 |
| float | delta = 1.02 |
| string | detector = "V1" |
| int | tref = 900043200 |
| int | tstart = 900000000 |
| int | Tdata = 86400 |
| float | fmax = 32.0 |
| int | Tsft = 1800 |
| float | dfreq = 0.1 / Tdata |
| int | Nfs = 111 |
| float | fsmin = freq - (Nfs - 1) * 0.5 * dfreq |
| args = sys.argv[1:] or ["-v", "-rs", "--junit-xml=junit-simulateCW.xml"] | |
| def test_simulateCW.waveform | ( | h0, | |
| cosi, | |||
| freq, | |||
| f1dot | |||
| ) |
Definition at line 80 of file test_simulateCW.py.
| def test_simulateCW.compute_Fstat_spindown_reference | ( | ) |
Definition at line 91 of file test_simulateCW.py.
| def test_simulateCW.compute_Fstat_spindown_simulateCW | ( | ) |
Definition at line 134 of file test_simulateCW.py.
| def test_simulateCW.test_fstatistic | ( | ) |
Definition at line 198 of file test_simulateCW.py.
| def test_simulateCW.test_random_seeds | ( | ) |
Definition at line 223 of file test_simulateCW.py.
| test_simulateCW.prog_bar = tqdm |
Definition at line 33 of file test_simulateCW.py.
| test_simulateCW.earth_ephem_file |
Definition at line 38 of file test_simulateCW.py.
| test_simulateCW.sun_ephem_file |
Definition at line 41 of file test_simulateCW.py.
| test_simulateCW.ephemerides = lalpulsar.InitBarycenter(earth_ephem_file, sun_ephem_file) |
Definition at line 44 of file test_simulateCW.py.
Definition at line 47 of file test_simulateCW.py.
Definition at line 48 of file test_simulateCW.py.
| float test_simulateCW.cosi = 0.123 |
Definition at line 49 of file test_simulateCW.py.
| float test_simulateCW.psi = 2.345 |
Definition at line 50 of file test_simulateCW.py.
| float test_simulateCW.phi0 = 3.210 |
Definition at line 51 of file test_simulateCW.py.
| float test_simulateCW.freq = 10.0 |
Definition at line 54 of file test_simulateCW.py.
| float test_simulateCW.fcmin = 5.0 |
Definition at line 55 of file test_simulateCW.py.
| float test_simulateCW.fcmax = 15.0 |
Definition at line 56 of file test_simulateCW.py.
| float test_simulateCW.f1dot = -1.35e-8 |
Definition at line 57 of file test_simulateCW.py.
| float test_simulateCW.alpha = 6.12 |
Definition at line 58 of file test_simulateCW.py.
| float test_simulateCW.delta = 1.02 |
Definition at line 59 of file test_simulateCW.py.
| string test_simulateCW.detector = "V1" |
Definition at line 62 of file test_simulateCW.py.
| int test_simulateCW.tref = 900043200 |
Definition at line 65 of file test_simulateCW.py.
| int test_simulateCW.tstart = 900000000 |
Definition at line 66 of file test_simulateCW.py.
| int test_simulateCW.Tdata = 86400 |
Definition at line 67 of file test_simulateCW.py.
| float test_simulateCW.fmax = 32.0 |
Definition at line 70 of file test_simulateCW.py.
| int test_simulateCW.Tsft = 1800 |
Definition at line 71 of file test_simulateCW.py.
| float test_simulateCW.dfreq = 0.1 / Tdata |
Definition at line 74 of file test_simulateCW.py.
| int test_simulateCW.Nfs = 111 |
Definition at line 75 of file test_simulateCW.py.
Definition at line 76 of file test_simulateCW.py.
| test_simulateCW.args = sys.argv[1:] or ["-v", "-rs", "--junit-xml=junit-simulateCW.xml"] |
Definition at line 301 of file test_simulateCW.py.