Skip to content
Snippets Groups Projects
Select Git revision
  • fea5d7c39da5dc1ac65f4fe292df34f722a4e2e6
  • master default protected
  • Binary
  • add-version-information
  • os-path-join
  • develop-GA
  • timeFstatmap
  • add-higher-spindown-components
  • develop-DK
  • adds-header-to-grid-search
  • v1.3
  • v1.2
  • v1.1.2
  • v1.1.0
  • v1.0.1
15 results

__init__.py

Blame
  • Forked from Gregory Ashton / PyFstat
    301 commits behind the upstream repository.
    gregory.ashton's avatar
    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.
    fea5d7c3
    History
    __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