Functions | |
| def | setknotarchivepath (path) |
| def | metricelementspacingonl (l, coeffs, mu) |
| def | knotatl (l, s, durmin, durmax, steps, f0, ngte, kgte, mu) |
| def | knotatleff (l, s, negdur, posdur, steps, f0, ngte, kgte, mu, checkfirst=False, recursiondepth=0, ps=None, negcounter=0) |
| def | knotatleffusinggivenknotlist (l, s, negdur, posdur, steps, f0, ngte, kgte, knotslist, mu, checkfirst=False, counter=0, ps=None, negcounter=0, prevdiffvalneg=np.inf) |
| def | addnextknottofile (f0, nmax, kgte, s, mu, steps=30) |
| def | addknottoknotnum (s, knotnum, f0, nmax, kgte, mu, steps=30) |
| def | addknottodur (s, dur, f0, nmax, kgte, mu, steps=30) |
| def | allidealisedknots (s, dur, steps, f0, nmax, kgte, mu, knotnum=0) |
Variables | |
| knotarchivefile = None | |
| list | parameterspacings = [] |
| bool | fullMOLS = True |
| def lalpulsar.piecewise_model.estimating_knots.setknotarchivepath | ( | path | ) |
Definition at line 38 of file estimating_knots.py.
| def lalpulsar.piecewise_model.estimating_knots.metricelementspacingonl | ( | l, | |
| coeffs, | |||
| mu | |||
| ) |
Definition at line 87 of file estimating_knots.py.
| def lalpulsar.piecewise_model.estimating_knots.knotatl | ( | l, | |
| s, | |||
| durmin, | |||
| durmax, | |||
| steps, | |||
| f0, | |||
| ngte, | |||
| kgte, | |||
| mu | |||
| ) |
Definition at line 106 of file estimating_knots.py.
| def lalpulsar.piecewise_model.estimating_knots.knotatleff | ( | l, | |
| s, | |||
| negdur, | |||
| posdur, | |||
| steps, | |||
| f0, | |||
| ngte, | |||
| kgte, | |||
| mu, | |||
checkfirst = False, |
|||
recursiondepth = 0, |
|||
ps = None, |
|||
negcounter = 0 |
|||
| ) |
Definition at line 158 of file estimating_knots.py.
| def lalpulsar.piecewise_model.estimating_knots.knotatleffusinggivenknotlist | ( | l, | |
| s, | |||
| negdur, | |||
| posdur, | |||
| steps, | |||
| f0, | |||
| ngte, | |||
| kgte, | |||
| knotslist, | |||
| mu, | |||
checkfirst = False, |
|||
counter = 0, |
|||
ps = None, |
|||
negcounter = 0, |
|||
prevdiffvalneg = np.inf |
|||
| ) |
Definition at line 387 of file estimating_knots.py.
| def lalpulsar.piecewise_model.estimating_knots.addnextknottofile | ( | f0, | |
| nmax, | |||
| kgte, | |||
| s, | |||
| mu, | |||
steps = 30 |
|||
| ) |
Definition at line 659 of file estimating_knots.py.
| def lalpulsar.piecewise_model.estimating_knots.addknottoknotnum | ( | s, | |
| knotnum, | |||
| f0, | |||
| nmax, | |||
| kgte, | |||
| mu, | |||
steps = 30 |
|||
| ) |
Definition at line 749 of file estimating_knots.py.
| def lalpulsar.piecewise_model.estimating_knots.addknottodur | ( | s, | |
| dur, | |||
| f0, | |||
| nmax, | |||
| kgte, | |||
| mu, | |||
steps = 30 |
|||
| ) |
Definition at line 772 of file estimating_knots.py.
| def lalpulsar.piecewise_model.estimating_knots.allidealisedknots | ( | s, | |
| dur, | |||
| steps, | |||
| f0, | |||
| nmax, | |||
| kgte, | |||
| mu, | |||
knotnum = 0 |
|||
| ) |
Definition at line 794 of file estimating_knots.py.
| lalpulsar.piecewise_model.estimating_knots.knotarchivefile = None |
Definition at line 35 of file estimating_knots.py.
| list lalpulsar.piecewise_model.estimating_knots.parameterspacings = [] |
Definition at line 83 of file estimating_knots.py.
| bool lalpulsar.piecewise_model.estimating_knots.fullMOLS = True |
Definition at line 384 of file estimating_knots.py.