Creating data¶
The events dictionary¶
The WF4Py functions take as input dictionaries containing the parameters of the events to analyse.
As an example, the dictionary can be structured as
- events¶
- Type
events = {
'Mc':np.array([…]),'eta':np.array([…]),'dL':np.array([…]),'iota':np.array([…]),'Phicoal':np.array([…]),'chi1x':np.array([…]),'chi2x':np.array([…]),'chi1y':np.array([…]),'chi2y':np.array([…]),'chi1z':np.array([…]),'chi2z':np.array([…]),'LambdaTilde':np.array([…]),'deltaLambda':np.array([…]),'ecc':np.array([…])}
Note
The arrays in the events dictionary have to be 1-D and all of the same size.
Parameters names and conventions¶
Here we report the naming conventions used in WF4Py, as well as the units of the parameters and their physical range
Parameter symbol |
Parameter name |
Parameter description |
Units in |
Physical range |
|---|---|---|---|---|
\({\cal M}_c\) |
|
chirp mass |
\(\rm M_{\odot}\) |
\((0,\,+\infty)\) |
\(\eta\) |
|
symmetric mass ratio |
– |
\((0,\,0.25]\) |
\(d_L\) |
|
luminosity distance |
\(\rm Gpc\) |
\((0,\,+\infty)\) |
\(\iota\) |
|
inclination angle with respect to orbital angular momentum |
\(\rm rad\) |
\([0,\,\pi]\) |
\(\theta_{JN}\) |
|
inclination angle with respect to total angular momentum |
\(\rm rad\) |
\([0,\,\pi]\) |
\(\Phi_c\) |
|
phase at coalescence |
\(\rm rad\) |
\([0,\,2\pi]\) |
\(\chi_{1,x}\) |
|
spin of object 1 along the axis \(x\) |
– |
\([-1,\,1]\) |
\(\chi_{2,x}\) |
|
spin of object 2 along the axis \(x\) |
– |
\([-1,\,1]\) |
\(\chi_{1,y}\) |
|
spin of object 1 along the axis \(y\) |
– |
\([-1,\,1]\) |
\(\chi_{2,y}\) |
|
spin of object 2 along the axis \(y\) |
– |
\([-1,\,1]\) |
\(\chi_{1,z}\) |
|
spin of object 1 along the axis \(z\) |
– |
\([-1,\,1]\) |
\(\chi_{2,z}\) |
|
spin of object 2 along the axis \(z\) |
– |
\([-1,\,1]\) |
\(\chi_s\) |
|
symmetric spin component |
– |
\([-1,\,1]\) |
\(\chi_a\) |
|
asymmetric spin component |
– |
\([-1,\,1]\) |
\(\chi_1\) |
|
spin magnitude of object 1 |
– |
\([0,\,1]\) |
\(\chi_2\) |
|
spin magnitude of object 2 |
– |
\([0,\,1]\) |
\(\theta_{s,1}\) |
|
spin tilt of object 1 |
\(\rm rad\) |
\([0,\,\pi]\) |
\(\theta_{s,2}\) |
|
spin tilt of object 2 |
\(\rm rad\) |
\([0,\,\pi]\) |
\(\phi_{JL}\) |
|
azimuthal angle of orbital angular momentum relative to total angular momentum |
\(\rm rad\) |
\([0,\,2\pi]\) |
\(\phi_{1,2}\) |
|
difference in azimuthal angle between spin vectors |
\(\rm rad\) |
\([0,\,2\pi]\) |
\(\Lambda_1\) |
|
adimensional tidal deformability of object 1 |
– |
\([0,\,+\infty)\) |
\(\Lambda_2\) |
|
adimensional tidal deformability of object 2 |
– |
\([0,\,+\infty)\) |
\(\tilde{\Lambda}\) |
|
adimensional tidal deformability of combination \(\tilde{\Lambda}\) |
– |
\([0,\,+\infty)\) |
\(\delta\tilde{\Lambda}\) |
|
adimensional tidal deformability of combination \(\delta\tilde{\Lambda}\) |
– |
\((-\infty,\,+\infty)\) |
\(e_0\) |
|
orbital eccentricity at reference frequency \(f_{e_{0}}\) |
– |
\([0,\,1)\) |
Warning
The spin components are defined on a sphere, i.e. they have to satisfy \(\chi_{1,x}^2 + \chi_{1,y}^2 + \chi_{1,z}^2\leq 1\) and \(\chi_{2,x}^2 + \chi_{2,y}^2 + \chi_{2,z}^2\leq 1\).
Note
The symmetric and asymmetric spin components are defined as
Note
The adimensional tidal deformability combinations \(\tilde{\Lambda}\) and \(\delta\tilde{\Lambda}\) are defined as (see arXiv:1402.5156).