Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Gregory Ashton
PyFstat
Commits
b5af700f
Commit
b5af700f
authored
Dec 20, 2017
by
Gregory Ashton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes error in SemiCoherentGlitchSearch
parent
9c84967a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pyfstat/core.py
pyfstat/core.py
+1
-1
No files found.
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
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