Functions | |
def | integralzerocheck (i, borc, l) |
def | doubleintegralzerocheck (i1, i2, borc1, borc2, l) |
def | integratebasisfunctiononl (pe, l, borc, s, coeffs) |
def | singlephaseaverageonl (l, i, borc, s, coeffs) |
def | singlephaseaveragesquaredonl (l, i1, i2, borc1, borc2, s1, s2, coeffs) |
def | doublephaseaverageonl (l, i1, i2, borc1, borc2, s1, s2, coeffs) |
def | metricelementonl (l, i1, i2, borc1, borc2, s1, s2, coeffs) |
def | twocoordstothreecoords (i, s) |
def | coordslist (s) |
def | metriconl (l, coords, coeffs) |
def | metric (s) |
def | PreCompSingleSegMetric (Tdata, s) |
def | PreCompMetric (s) |
def lalpulsar.piecewise_model.semicoherent_metric_methods.integralzerocheck | ( | i, | |
borc, | |||
l | |||
) |
Definition at line 53 of file semicoherent_metric_methods.py.
def lalpulsar.piecewise_model.semicoherent_metric_methods.doubleintegralzerocheck | ( | i1, | |
i2, | |||
borc1, | |||
borc2, | |||
l | |||
) |
Definition at line 62 of file semicoherent_metric_methods.py.
def lalpulsar.piecewise_model.semicoherent_metric_methods.integratebasisfunctiononl | ( | pe, | |
l, | |||
borc, | |||
s, | |||
coeffs | |||
) |
Definition at line 72 of file semicoherent_metric_methods.py.
def lalpulsar.piecewise_model.semicoherent_metric_methods.singlephaseaverageonl | ( | l, | |
i, | |||
borc, | |||
s, | |||
coeffs | |||
) |
Definition at line 84 of file semicoherent_metric_methods.py.
def lalpulsar.piecewise_model.semicoherent_metric_methods.singlephaseaveragesquaredonl | ( | l, | |
i1, | |||
i2, | |||
borc1, | |||
borc2, | |||
s1, | |||
s2, | |||
coeffs | |||
) |
Definition at line 106 of file semicoherent_metric_methods.py.
def lalpulsar.piecewise_model.semicoherent_metric_methods.doublephaseaverageonl | ( | l, | |
i1, | |||
i2, | |||
borc1, | |||
borc2, | |||
s1, | |||
s2, | |||
coeffs | |||
) |
Definition at line 125 of file semicoherent_metric_methods.py.
def lalpulsar.piecewise_model.semicoherent_metric_methods.metricelementonl | ( | l, | |
i1, | |||
i2, | |||
borc1, | |||
borc2, | |||
s1, | |||
s2, | |||
coeffs | |||
) |
Definition at line 155 of file semicoherent_metric_methods.py.
def lalpulsar.piecewise_model.semicoherent_metric_methods.twocoordstothreecoords | ( | i, | |
s | |||
) |
Definition at line 165 of file semicoherent_metric_methods.py.
def lalpulsar.piecewise_model.semicoherent_metric_methods.coordslist | ( | s | ) |
Definition at line 175 of file semicoherent_metric_methods.py.
def lalpulsar.piecewise_model.semicoherent_metric_methods.metriconl | ( | l, | |
coords, | |||
coeffs | |||
) |
Definition at line 189 of file semicoherent_metric_methods.py.
def lalpulsar.piecewise_model.semicoherent_metric_methods.metric | ( | s | ) |
Definition at line 212 of file semicoherent_metric_methods.py.
def lalpulsar.piecewise_model.semicoherent_metric_methods.PreCompSingleSegMetric | ( | Tdata, | |
s | |||
) |
Definition at line 233 of file semicoherent_metric_methods.py.
def lalpulsar.piecewise_model.semicoherent_metric_methods.PreCompMetric | ( | s | ) |
Definition at line 326 of file semicoherent_metric_methods.py.