template_bank_generator_HM.get_efficient_frequencies#
Back to Module page
Summary#
Return a grid of frequencies that allows to safely get unwrapped phase. At low frequencies (fmin < f < fmid) it guarantees that the post-Newtonian phase increases by constant amounts of <= delta_radians for mchirp >= mchirp_min. At high frequencies (fmid < f < fmax) it switches to a regular grid.
Signature#
def get_efficient_frequencies(fmin = 24, fmid = 128, fmax = 512, mchirp_min = 2 ** (-0.2), delta_radians = 1)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
24 |
||
|
128 |
||
|
512 |
||
|
2 ** (-0.2) |
||
|
1 |
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
Docstring#
Return a grid of frequencies that allows to safely
get unwrapped phase.
At low frequencies (fmin < f < fmid) it guarantees that
the post-Newtonian phase increases by constant amounts of
<= delta_radians for mchirp >= mchirp_min.
At high frequencies (fmid < f < fmax) it switches to a
regular grid.