-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbroadinjs2_config.ini
62 lines (51 loc) · 1.25 KB
/
broadinjs2_config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
;==============================================================================
;
; Broad NSBH injections parameters
;
;==============================================================================
; This configuration file provides a parameter space covered by binary-black hole injections.
; Static parameters like the approximant are fixed for all injections.
; The mass range and the spin range used are 3-100 and -0.98 - +0.98 for the primary component
; and 1-3 and -0.1 - +0.1 for the secondary component.
; Priors for angles and sky localization are also provided below.
; The distance can be moved from static to variable parameters if desired.
[variable_params]
mass1 =
mass2 =
spin1 =
spin2 =
inclination =
coa_phase =
polarization =
ra =
dec =
[static_params]
approximant = IMRPhenomXAS
f_ref = 10
f_lower = 10
f_final = 0
distance = 10
[prior-mass1]
name = uniform
min-mass1 = 3
max-mass1 = 97
[prior-mass2]
name = uniform
min-mass2 = 1
max-mass2 = 3
[prior-spin1]
name = uniform
min-spin1 = -0.98
max-spin1 = 0.98
[prior-spin2]
name = uniform
min-spin2 = -0.1
max-spin2 = 0.1
[prior-inclination]
name = sin_angle
[prior-coa_phase]
name = uniform_angle
[prior-polarization]
name = uniform_angle
[prior-ra+dec]
name = uniform_sky