print("{:3} - {} - Acc = {:.1%}".format(l,traj_status,Acc),end='',file=stdout_terminal)# print also in terminal in order to know in real time how many trajectories have been computed.
# These two lines have been added to be able to plot the injected value on phi_c on the corner plots. Otherwise the `phi_c` and `tc_3p5PN` keys are not used in the code.
Analytical estimation in millisecond of the time it should take to compute one numerical gradient `dlogL` for the 9 parameters. This is based on the following description of what is implemented in bilby_waveform.dlogL_ThreeDetectors():