Skip to content
Snippets Groups Projects
Commit 99d9f275 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Merge branch 'master' of git.ligo.org:Monash/tupak

parents 3e7cf736 6cf07145
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ def asd_from_freq_series(freq_data, df):
Output:
asd = array of real-valued normalized frequency domain ASD data
"""
asd = np.absolute(freq_data) * (2 * df)**0.5
asd = np.absolute(freq_data) * 2 * df**0.5
return asd
......
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