cogwheel.gw_prior.extrinsic.ReferenceDetectorMixin¶
- class cogwheel.gw_prior.extrinsic.ReferenceDetectorMixin¶
Bases:
objectMethods for priors that need to know about the reference detector. They must have tgps, ref_det_name attributes.
Methods
Antenna coefficients (F+, Fx) at the reference detector.
Return the complex geometric factor
Time delay from Earth center to the reference detector.
Attributes
3d location of the reference detector on Earth [meters].
- fplus_fcross_refdet(ra, dec, psi)¶
Antenna coefficients (F+, Fx) at the reference detector.
- geometric_factor_refdet(ra, dec, psi, iota)¶
Return the complex geometric factor
\[R = \frac{1+\cos^2 \iota}{2} F_{+} - i \cos \iota \ F_{\times}\]that relates a waveform with generic orientation to an overhead face-on one for quadrupolar waveforms. Note that the amplitude
|R|is between 0 and 1.
- property ref_det_location¶
3d location of the reference detector on Earth [meters].
- time_delay_refdet(ra, dec)¶
Time delay from Earth center to the reference detector.