Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
pbilby_gen [2022/08/19 10:06] theoastro |
pbilby_gen [2022/08/30 14:32] (current) theoastro |
||
---|---|---|---|
Line 2: | Line 2: | ||
===The Basic Idea=== | ===The Basic Idea=== | ||
- | To run efficiently, | + | To run efficiently, |
===Data Generation arguments=== | ===Data Generation arguments=== | ||
Line 28: | Line 28: | ||
Their use is thefore highly encouraged. However, they require a lot of memory and should be adapted to the expected parameter space, implying constraints on the prior. As of 2022, constructing advanced ROQs is a global community effort. Some early ROQs can be found [[https:// | Their use is thefore highly encouraged. However, they require a lot of memory and should be adapted to the expected parameter space, implying constraints on the prior. As of 2022, constructing advanced ROQs is a global community effort. Some early ROQs can be found [[https:// | ||
- | | + | === Prior arguments=== |
prior-file = bilby/ | prior-file = bilby/ | ||
- | You will need to specify the prior from which samples | + | You will need to specify the prior from which samples |
+ | Bilby provides several standard priors in the directory '' | ||
+ | |||
+ | Alternatively, | ||
+ | prior-dict={mass_1_source = Constraint(name=' | ||
+ | mass_2_source = Constraint(name=' | ||
+ | mass_1 = Constraint(name=' | ||
+ | mass_2 = Constraint(name=' | ||
+ | mass_ratio = Uniform(name=' | ||
+ | chirp_mass_source = Uniform(name=' | ||
+ | chirp_mass = Constraint(name=' | ||
+ | chi_1 = bilby.gw.prior.AlignedSpin(name=' | ||
+ | chi_2 = bilby.gw.prior.AlignedSpin(name=' | ||
+ | luminosity_distance = bilby.gw.prior.UniformComovingVolume(name=' | ||
+ | minimum=5, maximum=500, | ||
+ | dec = -0.408084 | ||
+ | ra = 3.44616 | ||
+ | cos_theta_jn = Uniform(name=' | ||
+ | psi = Uniform(name=' | ||
+ | phase = Uniform(name=' | ||
+ | lambda_1 = Constraint(name=' | ||
+ | lambda_2 = Constraint(name=' | ||
+ | This is an optimised prior for a double neutron star coalescence. Note how the sky localisation has been fixed to the position of GW170817 and multiple constraints have been introduced in the source frame as well as on the tidal disformabilities $\Lambda_{1, | ||
+ | The sampler will not use sampling keys that were provided as constraints or fixed values. | ||
+ | As a rule of thumb, the priors should be kept as narrow as possible to minimise the computational cost, but the posterior should only cover its edges if logically necessary. In other words: If a posterior distribution obtained from the above prior peaks near a luminosity distance of 500Mpc, this indicates a poorly chosen prior, while a peak in mass ratio close to 1 is unproblematic by its definition. | ||
+ | |||
+ | ===EoS Arguments=== | ||
+ | When using the [[bilbyfw_install# | ||
+ | |||
+ | **For this to work, your EoSs need to strictly adhere to the following format:** | ||
+ | Assume you want to sample over 500 EoS. Each of these needs to be given by the [[https:// | ||
+ | The files must contain exactly three columns of equal length for -- from left to right -- radius, mass and $Lambda$, without any headers. The entries must be ordered by increasing mass and cover a mass range from about 0.15 solar masses to the TOV-limit. About 100 data points should be sufficient as the programme will interpolate between them. Experienced users might prefer to apply patches of their own to accomodate different needs. | ||
+ | Once this is completed, add these arguments to your '' | ||
+ | eos = true | ||
+ | Neos = [YOUR_NUMBER_OF_EOS] | ||
+ | path-to-eos-data =[EOS_DIR] | ||
+ | |||
+ | You likely have reasons to ascribe a higher prior belief to some of the EoSs. This can be expressed by using sampling weights. They need again to be stored in a single txt-file '' | ||
+ | path-to-eos-weight =[YOUR_ORDERED_EOS_WEIGHTS.dat/ | ||
+ | Find some routines to help you with this task as well as example EoS- and weight-files in this '' | ||
+ | |||
+ | === Injection arguments=== | ||
+ | These are required if you do not provide data to be analysed but rather wish that '' | ||
+ | injection = True | ||
+ | gaussian-noise = True | ||
+ | injection-numbers=[0] | ||
+ | n-simulation = 1 | ||
+ | injection-file =[YOUR_INJECTION].json | ||
+ | The injected parameters in '' | ||
+ | If you are interested in optimal conditions, you might also want to use '' | ||
+ | The '' | ||
+ | |||
+ | |||
+ | === Waveform arguments=== | ||
+ | |||
+ | frequency-domain-source-model = lal_binary_neutron_star | ||
+ | waveform_approximant = IMRPhenomD_NRTidalv2 | ||
+ | maximum-frequency=2048 | ||
+ | minimum-frequency= 30 | ||
+ | duration = 256 | ||
+ | catch-waveform-errors=True | ||
+ | |||
+ | ===sampler arguments=== | ||
+ | nact = 30 | ||
+ | nlive = 2048 | ||
+ | maxmcmc = 10000 | ||
+ | sampling-seed = 42 | ||
+ | no-plot = True | ||
+ | generation-seed=500221 | ||
+ | # | ||
===Job Submission arguments=== | ===Job Submission arguments=== | ||
label = inj | label = inj |
Last modified: le 2022/08/19 10:06