# 1: sets the PSDs from official GWTC-1 open PSD data; 2: computes PSDs using Welch methods from gwosc open strain data; 3: uses bilby's analytical pre-stored PSD files.
# Number of trajectories using numericalgradients in phase 1.
n_traj_fit=10
# Number of iterations if phase1 loop to go over for this run. This permits to split phase1 into several chunks. If set to 0, then the value will be set to that of n_traj_fit
n_traj_for_this_run=200000
# Number of points used to sub-select points in Ordered Look-Up Tables for local fit bimodal parameters like (cos(inc), psi, logD)
n_fit_1=2000
# Number of points sub-selected from the above n1 ones to perform a linera fit
n_fit_2=200
# Length of numerical trajectories during phase1
length_num_traj=200
# Stepsize between steps of trajectories used for phase1.
epsilon0=5e-3
# Python file to configure your search parameter space