Functions | |
def | pointsbyknot (ppint) |
def | pointsbyfrequency (ppint, f0, ngte, kgte) |
def | pointsrandom (ppint) |
def | thisint (point) |
def | samplepointcheck (points, checkfirstintervals=True) |
def | samplepoints (ppint, f0, ngte, kgte) |
def | pointsbyfrequencywithinknots (knotnuma, knotnumb, ppint, f0, ngte, kgte) |
def | samplepointswithinknots (knotnuma, knotnumb, ppint, f0, ngte, kgte) |
Variables | |
bool | normalpoints = False |
bool | freqpoints = True |
def lalpulsar.piecewise_model.sampling_methods.pointsbyknot | ( | ppint | ) |
Definition at line 33 of file sampling_methods.py.
def lalpulsar.piecewise_model.sampling_methods.pointsbyfrequency | ( | ppint, | |
f0, | |||
ngte, | |||
kgte | |||
) |
Definition at line 49 of file sampling_methods.py.
def lalpulsar.piecewise_model.sampling_methods.pointsrandom | ( | ppint | ) |
Definition at line 68 of file sampling_methods.py.
def lalpulsar.piecewise_model.sampling_methods.thisint | ( | point | ) |
Definition at line 84 of file sampling_methods.py.
def lalpulsar.piecewise_model.sampling_methods.samplepointcheck | ( | points, | |
checkfirstintervals = True |
|||
) |
Definition at line 105 of file sampling_methods.py.
def lalpulsar.piecewise_model.sampling_methods.samplepoints | ( | ppint, | |
f0, | |||
ngte, | |||
kgte | |||
) |
Definition at line 128 of file sampling_methods.py.
def lalpulsar.piecewise_model.sampling_methods.pointsbyfrequencywithinknots | ( | knotnuma, | |
knotnumb, | |||
ppint, | |||
f0, | |||
ngte, | |||
kgte | |||
) |
Definition at line 147 of file sampling_methods.py.
def lalpulsar.piecewise_model.sampling_methods.samplepointswithinknots | ( | knotnuma, | |
knotnumb, | |||
ppint, | |||
f0, | |||
ngte, | |||
kgte | |||
) |
Definition at line 173 of file sampling_methods.py.
bool lalpulsar.piecewise_model.sampling_methods.normalpoints = False |
Definition at line 80 of file sampling_methods.py.
bool lalpulsar.piecewise_model.sampling_methods.freqpoints = True |
Definition at line 81 of file sampling_methods.py.