... | ... | @@ -120,4 +120,22 @@ int SEOBNRv4HMROMNSBH_Modes_Core( |
|
|
UNUSED UINT4 nModes, /**< Number of modes to use. This should be 1 for SEOBNRv4_ROM and 5 for SEOBNRv4HM_ROM */
|
|
|
UNUSED bool use_hybridization /**< Whether the ROM should be hybridized */
|
|
|
)
|
|
|
|
|
|
int SEOBNRv4HMROM_NRTidal_Core(
|
|
|
UNUSED struct tagCOMPLEX16FrequencySeries **hptilde, /**< Output: Frequency-domain waveform h+ */
|
|
|
UNUSED struct tagCOMPLEX16FrequencySeries **hctilde, /**< Output: Frequency-domain waveform hx */
|
|
|
UNUSED REAL8 phiRef, /**< Phase at reference time */
|
|
|
UNUSED REAL8 fRef, /**< Reference frequency (Hz); 0 defaults to fLow */
|
|
|
UNUSED REAL8 distance, /**< Distance of source (m) */
|
|
|
UNUSED REAL8 inclination, /**< Inclination of source (rad) */
|
|
|
UNUSED REAL8 m1_SI, /**< Mass of neutron star 1 (kg) */
|
|
|
UNUSED REAL8 m2_SI, /**< Mass of neutron star 2 (kg) */
|
|
|
UNUSED REAL8 chi1, /**< Dimensionless aligned component spin of NS 1 */
|
|
|
UNUSED REAL8 chi2, /**< Dimensionless aligned component spin of NS 2 */
|
|
|
UNUSED REAL8 lambda1, /**< Dimensionless tidal deformability of NS 1 */
|
|
|
UNUSED REAL8 lambda2, /**< Dimensionless tidal deformability of NS 2 */
|
|
|
UNUSED const REAL8Sequence *freqs_in, /**< Frequency points at which to evaluate the waveform (Hz) */
|
|
|
UNUSED REAL8 deltaF, /**< Sampling frequency (Hz) */
|
|
|
UNUSED LALDict *LALparams, /**< LAL dictionary containing accessory parameters */
|
|
|
UNUSED NRTidal_version_type NRTidal_version /**< Version of NRTides; can be any one of NRTidal_V (arXiv:1706.02969), NRTidalv2_V (arXiv:1905. 06011) or NRTidalv2NoAmpCorr_V (arXiv:1905.06011, without amplitude corrections) */ )
|
|
|
``` |
|
|
\ No newline at end of file |