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

make_sfts.py

Blame
  • Forked from Gregory Ashton / PyFstat
    Source project has a limited visibility.
    • David Keitel's avatar
      73fee787
      configurable transient windows: · 73fee787
      David Keitel authored
       -replaces boolean 'transient' flag
       -window type [none,rect,exp]
        for both injections and searches
       -t0, tau bands for gridsearch,
        single-point use (e.g. MCMC) should be unchanged
      73fee787
      History
      configurable transient windows:
      David Keitel authored
       -replaces boolean 'transient' flag
       -window type [none,rect,exp]
        for both injections and searches
       -t0, tau bands for gridsearch,
        single-point use (e.g. MCMC) should be unchanged
    setup.py 213 B
    #!/usr/bin/env python
    
    from distutils.core import setup
    
    setup(name='PyFstat',
          version='0.2',
          author='Gregory Ashton',
          author_email='gregory.ashton@ligo.org',
          packages=['pyfstat'],
          )