Select Git revision
__init__.py
Forked from
Gregory Ashton / PyFstat
301 commits behind the upstream repository.

Gregory Ashton authored
A search, based on Reinhard's J0537-6910 work, in which the search is performed over F0 in a sliding window. Able to track changes in the power and frequency of the signal.
__init__.py 386 B
from __future__ import division as _division
from .core import BaseSearchClass, ComputeFstat, Writer, SemiCoherentSearch, SemiCoherentGlitchSearch
from .mcmc_based_searches import MCMCSearch, MCMCGlitchSearch, MCMCSemiCoherentSearch, MCMCFollowUpSearch, MCMCTransientSearch
from .grid_based_searches import GridSearch, GridUniformPriorSearch, GridGlitchSearch, FrequencySlidingWindow