IMRPhenomXP
Functions:
| Name | Description |
|---|---|
gen_IMRPhenomXP_hphc |
Generate PhenomXP frequency domain waveform. |
gen_IMRPhenomXP_hphc(f: Float[Array, ' n_freq'], theta: Float[Array, 12], f_ref: float) -> tuple[Complex[Array, ' n_freq'], Complex[Array, ' n_freq']]
ยค
Generate PhenomXP frequency domain waveform. vars array contains both intrinsic and extrinsic variables theta = [Mchirp, eta, s1x, s1y, s1z, s2x, s2y, s2z, D, tc, phic, iota] Mchirp: Chirp mass of the system [solar masses] eta: Symmetric mass ratio [between 0.0 and 0.25] chi1: Dimensionless aligned spin of the primary object [between -1 and 1] chi2: Dimensionless aligned spin of the secondary object [between -1 and 1] D: Luminosity distance to source [Mpc] tc: Time of coalesence. This only appears as an overall linear in f contribution to the phase phic: Phase of coalesence iota: Inclination angle of the binary [between 0 and PI]
f_ref: Reference frequency for the waveform
Returns:
| Name | Type | Description |
|---|---|---|
hp |
array
|
Strain of the plus polarization |
hc |
array
|
Strain of the cross polarization |