Inputs to the function that computes the moments of the PSD.
The moment is defined as:
\[I(p) \equiv \int_{x_\textrm{min}}^{x_\textrm{max}} \frac{x^{-p}}{S_h(x)} dx,\]
where \(x=f/f_0\) is a scaled frequency, \(f_0\) being a fiducial frequency, taken in these routines as the user supplied lower cutoff of the detector response.
Definition at line 481 of file LALInspiralBank.h.
Data Fields | |
REAL8 | xmin |
lower limit of the integral \(x_\textrm{min}\) More... | |
REAL8 | xmax |
upper limit of the integral \(x_\textrm{max}\) More... | |
REAL8 | ndx |
index \(p\) (without the negative sign) in the moment integral as above More... | |
REAL8 | norm |
norm to be used in computing the moment, the returned value is the above integral divided by the norm More... | |
REAL8FrequencySeries * | shf |
the frequency series containing the noise psd More... | |
REAL8 InspiralMomentsIn::xmin |
lower limit of the integral \(x_\textrm{min}\)
Definition at line 484 of file LALInspiralBank.h.
REAL8 InspiralMomentsIn::xmax |
upper limit of the integral \(x_\textrm{max}\)
Definition at line 485 of file LALInspiralBank.h.
REAL8 InspiralMomentsIn::ndx |
index \(p\) (without the negative sign) in the moment integral as above
Definition at line 486 of file LALInspiralBank.h.
REAL8 InspiralMomentsIn::norm |
norm to be used in computing the moment, the returned value is the above integral divided by the norm
Definition at line 487 of file LALInspiralBank.h.
REAL8FrequencySeries* InspiralMomentsIn::shf |
the frequency series containing the noise psd
Definition at line 488 of file LALInspiralBank.h.