Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyFstat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gregory Ashton
PyFstat
Commits
b115297e
Commit
b115297e
authored
8 years ago
by
Gregory Ashton
Browse files
Options
Downloads
Patches
Plain Diff
Minor fixes to MCMCGlitchSearch
parent
7d386698
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyfstat.py
+2
-0
2 additions, 0 deletions
pyfstat.py
with
2 additions
and
0 deletions
pyfstat.py
+
2
−
0
View file @
b115297e
...
@@ -301,6 +301,8 @@ class SemiCoherentGlitchSearch(BaseSearchClass, ComputeFstat):
...
@@ -301,6 +301,8 @@ class SemiCoherentGlitchSearch(BaseSearchClass, ComputeFstat):
self
.
earth_ephem
=
self
.
earth_ephem_default
self
.
earth_ephem
=
self
.
earth_ephem_default
if
self
.
sun_ephem
is
None
:
if
self
.
sun_ephem
is
None
:
self
.
sun_ephem
=
self
.
sun_ephem_default
self
.
sun_ephem
=
self
.
sun_ephem_default
self
.
transient
=
True
self
.
binary
=
False
self
.
init_computefstatistic_single_point
()
self
.
init_computefstatistic_single_point
()
def
compute_nglitch_fstat
(
self
,
F0
,
F1
,
F2
,
Alpha
,
Delta
,
*
args
):
def
compute_nglitch_fstat
(
self
,
F0
,
F1
,
F2
,
Alpha
,
Delta
,
*
args
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment