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

Minor fixes to MCMCGlitchSearch

parent 7d386698
Branches
Tags
No related merge requests found
...@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment