Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALMetaIO 4.0.6.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
SimRingdownTable Struct Reference

Detailed Description

This structure contains the required information for generating a ringdown injection.

The fields are:

waveform
Description of the type of waveform to inject.
coordinates
Type of coordinate system to perform injection.
geocent_start_time
The GPS start time of the waveform at the center of the earth.
h_start_time
The GPS start time of the waveform at the LIGO Hanford Observatory.
l_start_time
The GPS start time of the waveform at the LIGO Livingston Observatory.
v_start_time
The GPS start time of the waveform at the Virgo Observatory.
start_time_gmst
The start time of the waveform at the in siderial time.
longitude
The longitude of the source defined in the stated coordinate system.
latitude
The latitude of the source defined in the stated coordinate system.
distance
The distance to the source defined in the stated coordinate system in megaparsecs (Mpc).
inclination
The inclination angle \(\iota\) of the source.
polarization
The polarization angle \(\Psi\) of the source.
frequency
The central frequency of the ringdown waveform (in Hz).
quality
The quality factor \(Q\) of the ringdown waveform.
phase
The initial phase of the ringdown signal \(\phi_0\).
mass
The mass \(M\) of the black hole (in solar masses, \(M_\odot\)).
spin
The dimensionless spin parameter of the black hole \({\hat{a}}\) where the spin is \(S={\hat{a}}GM^2/c\) ( \(G\) is Newton constant and \(c\) is the speed of light).
epsilon
The fractional mass loss \(\epsilon\) of the initial black hole mass in ringdown radiation.
amplitude
The peak strain amplitude \(h_0\) of the waveform, given by

\begin{equation} h_0=\sqrt{\frac{5}{2}\epsilon}\left(\frac{GM}{c^2 r}\right) Q^{-\frac{1}{2}} F(Q)^{-\frac{1}{2}} g(a)^{-\frac{1}{2}}, \end{equation}

where \(F(Q) = 1 + 7/(24 Q^2)\), \(g(a) = 1 - 0.63(1-a)^{3/10}\) and \(r\) is the distance to the trigger.
h_eff_dist
The effective distance to the source from the LIGO Hanford Observatory in megaparsecs (Mpc).
l_eff_dist
The effective distance to the source from the LIGO Livingston Observatory in megaparsecs (Mpc).
v_eff_dist
The effective distance to the source from the Virgo Observatory in megaparsecs (Mpc).
hrss
Define.
hrss_h
Define.
hrss_l
Define.
hrss_v
Define.

Definition at line 564 of file LIGOMetadataTables.h.

Data Fields

struct tagSimRingdownTable * next
 
CHAR waveform [LIGOMETA_WAVEFORM_MAX]
 
CHAR coordinates [LIGOMETA_COORDINATES_MAX]
 
LIGOTimeGPS geocent_start_time
 
LIGOTimeGPS h_start_time
 
LIGOTimeGPS l_start_time
 
LIGOTimeGPS v_start_time
 
REAL8 start_time_gmst
 
REAL4 longitude
 
REAL4 latitude
 
REAL4 distance
 
REAL4 inclination
 
REAL4 polarization
 
REAL4 frequency
 
REAL4 quality
 
REAL4 phase
 
REAL4 mass
 
REAL4 spin
 
REAL4 epsilon
 
REAL4 amplitude
 
REAL4 eff_dist_h
 
REAL4 eff_dist_l
 
REAL4 eff_dist_v
 
REAL4 hrss
 
REAL4 hrss_h
 
REAL4 hrss_l
 
REAL4 hrss_v
 
long simulation_id
 

Field Documentation

◆ next

struct tagSimRingdownTable* SimRingdownTable::next

Definition at line 567 of file LIGOMetadataTables.h.

◆ waveform

CHAR SimRingdownTable::waveform[LIGOMETA_WAVEFORM_MAX]

Definition at line 568 of file LIGOMetadataTables.h.

◆ coordinates

CHAR SimRingdownTable::coordinates[LIGOMETA_COORDINATES_MAX]

Definition at line 569 of file LIGOMetadataTables.h.

◆ geocent_start_time

LIGOTimeGPS SimRingdownTable::geocent_start_time

Definition at line 570 of file LIGOMetadataTables.h.

◆ h_start_time

LIGOTimeGPS SimRingdownTable::h_start_time

Definition at line 571 of file LIGOMetadataTables.h.

◆ l_start_time

LIGOTimeGPS SimRingdownTable::l_start_time

Definition at line 572 of file LIGOMetadataTables.h.

◆ v_start_time

LIGOTimeGPS SimRingdownTable::v_start_time

Definition at line 573 of file LIGOMetadataTables.h.

◆ start_time_gmst

REAL8 SimRingdownTable::start_time_gmst

Definition at line 574 of file LIGOMetadataTables.h.

◆ longitude

REAL4 SimRingdownTable::longitude

Definition at line 575 of file LIGOMetadataTables.h.

◆ latitude

REAL4 SimRingdownTable::latitude

Definition at line 576 of file LIGOMetadataTables.h.

◆ distance

REAL4 SimRingdownTable::distance

Definition at line 577 of file LIGOMetadataTables.h.

◆ inclination

REAL4 SimRingdownTable::inclination

Definition at line 578 of file LIGOMetadataTables.h.

◆ polarization

REAL4 SimRingdownTable::polarization

Definition at line 579 of file LIGOMetadataTables.h.

◆ frequency

REAL4 SimRingdownTable::frequency

Definition at line 580 of file LIGOMetadataTables.h.

◆ quality

REAL4 SimRingdownTable::quality

Definition at line 581 of file LIGOMetadataTables.h.

◆ phase

REAL4 SimRingdownTable::phase

Definition at line 582 of file LIGOMetadataTables.h.

◆ mass

REAL4 SimRingdownTable::mass

Definition at line 583 of file LIGOMetadataTables.h.

◆ spin

REAL4 SimRingdownTable::spin

Definition at line 584 of file LIGOMetadataTables.h.

◆ epsilon

REAL4 SimRingdownTable::epsilon

Definition at line 585 of file LIGOMetadataTables.h.

◆ amplitude

REAL4 SimRingdownTable::amplitude

Definition at line 586 of file LIGOMetadataTables.h.

◆ eff_dist_h

REAL4 SimRingdownTable::eff_dist_h

Definition at line 587 of file LIGOMetadataTables.h.

◆ eff_dist_l

REAL4 SimRingdownTable::eff_dist_l

Definition at line 588 of file LIGOMetadataTables.h.

◆ eff_dist_v

REAL4 SimRingdownTable::eff_dist_v

Definition at line 589 of file LIGOMetadataTables.h.

◆ hrss

REAL4 SimRingdownTable::hrss

Definition at line 590 of file LIGOMetadataTables.h.

◆ hrss_h

REAL4 SimRingdownTable::hrss_h

Definition at line 591 of file LIGOMetadataTables.h.

◆ hrss_l

REAL4 SimRingdownTable::hrss_l

Definition at line 592 of file LIGOMetadataTables.h.

◆ hrss_v

REAL4 SimRingdownTable::hrss_v

Definition at line 593 of file LIGOMetadataTables.h.

◆ simulation_id

long SimRingdownTable::simulation_id

Definition at line 594 of file LIGOMetadataTables.h.