pycbc.waveform.waveform.get_td_waveform #4851
Unanswered
hibiki-iwanaga
asked this question in
Q&A
Replies: 1 comment
-
@hibiki-iwanaga Parameters are always in the detector frame. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
When generating a waveform using pycbc.waveform.waveform.get_td_waveform as shown below, are the values for mass, spin, and other parameters that are directly specified given in the source frame or the detector frame?
hp, hc = get_td_waveform(approximant="SEOBNRv4_opt",
mass1=m1,
mass2=m2,
spin1z=s1,
spin2z=s2,
delta_t=dt,
f_lower=f_low,
distance=d)
Beta Was this translation helpful? Give feedback.
All reactions