Skip to content
Snippets Groups Projects
Commit a77d0762 authored by Yifan Wang's avatar Yifan Wang
Browse files

space

parent aa424a15
Branches
No related tags found
No related merge requests found
......@@ -14,10 +14,10 @@ def gen(**kwds):
return hp_parity, hc_parity
def imrphenomtphm_length_in_time(**kwargs):
from pycbc.waveform import waveform
"""Estimates the duration of IMRPhenom waveforms that include higher modes.
"""
# Default maximum node number for IMRPhenomHM is 4
# However, the maximum mode number for IMRPhenomTPHM is 5
# The relevant lower order approximant here is IMRPhenomD
return waveform.get_hm_length_in_time("IMRPhenomD", 5, **kwargs)
\ No newline at end of file
from pycbc.waveform import waveform
"""Estimates the duration of IMRPhenom waveforms that include higher modes.
"""
# Default maximum node number for IMRPhenomHM is 4
# However, the maximum mode number for IMRPhenomTPHM is 5
# The relevant lower order approximant here is IMRPhenomD
return waveform.get_hm_length_in_time("IMRPhenomD", 5, **kwargs)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment