Skip to content
Snippets Groups Projects
Select Git revision
  • c0d1c423741658ddf87516e4ac41993bc03e13a2
  • master default protected
  • develop-GA
  • timeFstatmap
  • add-higher-spindown-components
  • develop-DK
  • adds-header-to-grid-search
  • v1.2
  • v1.1.2
  • v1.1.0
  • v1.0.1
11 results

mcmc_based_searches.py

Blame
  • Forked from Gregory Ashton / PyFstat
    Source project has a limited visibility.
    __init__.py 422 B
    from __future__ import division as _division
    
    from .core import BaseSearchClass, ComputeFstat, SemiCoherentSearch, SemiCoherentGlitchSearch
    from .make_sfts import Writer
    from .mcmc_based_searches import MCMCSearch, MCMCGlitchSearch, MCMCSemiCoherentSearch, MCMCFollowUpSearch, MCMCTransientSearch
    from .grid_based_searches import GridSearch, GridUniformPriorSearch, GridGlitchSearch, FrequencySlidingWindow, DMoff_NO_SPIN