Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
PORTER Edward
GWHMC
Commits
96dc2214
Commit
96dc2214
authored
Jan 17, 2021
by
Marc Arene
Browse files
back to using 59 sec
parent
2ca86063
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Codes/set_injection_parameters.py
Codes/set_injection_parameters.py
+2
-2
No files found.
Codes/set_injection_parameters.py
View file @
96dc2214
...
...
@@ -223,8 +223,8 @@ def compute_extended_analysis_dict(mass_1, mass_2, geocent_time, chirp_mass, **a
sampling_frequency
=
2
*
maximum_frequency_ifo
# duration = 64
#
duration = int(tc_3p5PN) + 1 + t_end_minus_tc
duration
=
next_power_of_two
(
tc_3p5PN
+
t_end_minus_tc
)
duration
=
int
(
tc_3p5PN
)
+
1
+
t_end_minus_tc
#
duration = next_power_of_two(tc_3p5PN + t_end_minus_tc)
# Use an integer because frame files have an integer start_time
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment