Next: Example: compute_dist program
Up: GRASP Routines: Gravitational Radiation
Previous: Function: inspiral_dist()
  Contents
Function: merger_dist()
void merger_dist(double *deff, double *z, double *Vc, double m1_z,
double m2_z, double snr, double S_h[], int npoint,
double srate,double h100)
This function computes the effective distance to which a binary
merger with redshifted masses m1_z and m2_z can be
seen with the noise spectrum S_h[].
It uses the energy spectrum
 |
(6.34.158) |
to describe the merger, using parameters
,
,
(as in reference
[13]). As such it is, strictly speaking, only
applicable to binary black hole mergers. Its operation is otherwise
identical to inspiral_dist().
The arguments to the function are:
- deff: Output. The effective distance in megaparsecs.
- z: Output. Redshift corresponding that effective distance.
- Vc: Output. Comoving volume at the redshift in cubic
megaparsecs.
- m1_z: Input. Redshifted mass one,
.
- m2_z: Input. Redshifted mass two,
.
- snr: Input. The signal-to-noise ratio at which the
effective distance is deff.
- S_h: Input. The spectral density of noise in Hz
.
- npoint: Input. The number of data points in S_h.
- srate: Input. The sampling rate used to construct the
noise spectrum, Hz.
- h100: Input. The Hubble constant in units of 100 km/sec/Mpc.
- Author: Scott Hughes, hughes@tapir.caltech.edu
Next: Example: compute_dist program
Up: GRASP Routines: Gravitational Radiation
Previous: Function: inspiral_dist()
  Contents
Bruce Allen
2000-11-19