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

space

parent 196ce4a9
Branches
No related tags found
No related merge requests found
......@@ -15,9 +15,9 @@ def gen(**kwds):
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
"""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