... | ... | @@ -7,7 +7,42 @@ |
|
|
|
|
|
|
|
|
# GW150914 IMRPhenomPv2 (bilby)
|
|
|
Trigger time
|
|
|
```
|
|
|
trigger-time = 1126259462.3910 # Trigger time from G184098
|
|
|
```
|
|
|
Detector set up
|
|
|
```
|
|
|
detectors = [H1, L1]
|
|
|
duration = 4
|
|
|
coherence-test = False
|
|
|
channel-dict = {H1:DCS-CALIB_STRAIN_C02, L1:DCS-CALIB_STRAIN_C02}
|
|
|
psd-dict = {H1:./h1_psd.dat, L1:./l1_psd.dat}
|
|
|
```
|
|
|
Data setup
|
|
|
```
|
|
|
maximum-frequency=1024
|
|
|
minimum-frequency=20
|
|
|
sampling-frequency=4096
|
|
|
reference-frequency = 20
|
|
|
waveform-approximant = IMRPhenomPV2
|
|
|
deltaT = 0.2
|
|
|
|
|
|
calibration-model=CubicSpline
|
|
|
spline-calibration-envelope-dict = {H1:GWTC1_GW150914_H_CalEnv.txt, L1:GWTC1_GW150914_L_CalEnv.txt}
|
|
|
spline_calibration-nodes = 10
|
|
|
```
|
|
|
Sampler args
|
|
|
```
|
|
|
time-marginalization=True
|
|
|
distance-marginalization=True
|
|
|
phase-marginalization=True
|
|
|
|
|
|
sampler = dynesty
|
|
|
sampler-kwargs = {nlive: 1000, sample: rwalk, walks=100, n_check_point=2000}
|
|
|
n-parallel = 4
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
# GW150914 IMRPhenomPv2 (parallel bilby) |