Skip to content
Snippets Groups Projects
Commit 6004c11a authored by Roland Haas's avatar Roland Haas
Browse files

POWER: add suggestion about better retardation time

parent 040db719
No related branches found
No related tags found
No related merge requests found
......@@ -390,6 +390,10 @@ def POWER(sim_path, radii, modes):
#-----------------------------------------
# retardate time by estimated travel time to each detector,
# convert from psi4 to r*psi4 to account for initial 1/r falloff
# RH: it might be even better (though harder to define) to
# get a retardating time by looking at the time of the
# maximum (found as an optimization over an interpolating
# function, not argmax)
mp_psi4_vars[i][:, 0] -= RadialToTortoise(radius, ADMMass)
mp_psi4_vars[i][:, 1] *= radii[i]
mp_psi4_vars[i][:, 2] *= radii[i]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment