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)
Input variables#

Name

Type

Default

Description

fmin

24

fmid

128

fmax

512

mchirp_min

2 ** (-0.2)

delta_radians

1

Output variables#

Return annotation

Docstring type

Description

None

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.