Skip to content
Snippets Groups Projects
Select Git revision
  • 6de7b83439e9b6c56790bbaeb069bbd5c4d6026a
  • 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

semi_coherent_search_using_MCMC.py

Blame
  • Forked from Gregory Ashton / PyFstat
    Source project has a limited visibility.
    setup.py 215 B
    #!/usr/bin/env python
    
    from distutils.core import setup
    
    setup(name='PyFstat',
          version='0.1',
          author='Gregory Ashton',
          author_email='gregory.ashton@ligo.org',
          py_modules=['pyfstat'],
          )