Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
estimating_knots.py File Reference

Construct a list of knots which gives the maximum allowed spacing between them while maintaining the desired accuracy. More...

Prototypes

def lalpulsar.piecewise_model.estimating_knots.setknotarchivepath (path)
 
def lalpulsar.piecewise_model.estimating_knots.metricelementspacingonl (l, coeffs, mu)
 
def lalpulsar.piecewise_model.estimating_knots.knotatl (l, s, durmin, durmax, steps, f0, ngte, kgte, mu)
 
def lalpulsar.piecewise_model.estimating_knots.knotatleff (l, s, negdur, posdur, steps, f0, ngte, kgte, mu, checkfirst=False, recursiondepth=0, ps=None, negcounter=0)
 
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)
 
def lalpulsar.piecewise_model.estimating_knots.addnextknottofile (f0, nmax, kgte, s, mu, steps=30)
 
def lalpulsar.piecewise_model.estimating_knots.addknottoknotnum (s, knotnum, f0, nmax, kgte, mu, steps=30)
 
def lalpulsar.piecewise_model.estimating_knots.addknottodur (s, dur, f0, nmax, kgte, mu, steps=30)
 
def lalpulsar.piecewise_model.estimating_knots.allidealisedknots (s, dur, steps, f0, nmax, kgte, mu, knotnum=0)
 

Detailed Description

Construct a list of knots which gives the maximum allowed spacing between them while maintaining the desired accuracy.

Definition in file estimating_knots.py.

Go to the source code of this file.

Namespaces

namespace  lalpulsar
 
namespace  lalpulsar.piecewise_model
 
namespace  lalpulsar.piecewise_model.estimating_knots
 

Variables

 lalpulsar.piecewise_model.estimating_knots.knotarchivefile = None
 
list lalpulsar.piecewise_model.estimating_knots.parameterspacings = []
 
bool lalpulsar.piecewise_model.estimating_knots.fullMOLS = True