Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gregory Ashton
PyFstat
Commits
b5af700f
Commit
b5af700f
authored
Dec 20, 2017
by
Gregory Ashton
Browse files
Fixes error in SemiCoherentGlitchSearch
parent
9c84967a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyfstat/core.py
View file @
b5af700f
...
...
@@ -1085,7 +1085,7 @@ class SemiCoherentGlitchSearch(ComputeFstat):
twoFSum
=
0
for
i
,
theta_i_at_tref
in
enumerate
(
thetas
):
ts
,
te
=
tboundaries
[
i
],
tboundaries
[
i
+
1
]
if
te
-
t
e
>
1800
:
if
te
-
t
s
>
1800
:
twoFVal
=
self
.
get_fullycoherent_twoF
(
ts
,
te
,
theta_i_at_tref
[
1
],
theta_i_at_tref
[
2
],
theta_i_at_tref
[
3
],
Alpha
,
Delta
)
...
...
Write
Preview
Supports
Markdown
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