Select Git revision
plot_data.py
Forked from
Gregory Ashton / PyFstat
Source project has a limited visibility.
-
Gregory Ashton authored
Prior to this, the analytic fits data was all for twoF = 60, this updates this and adds a tag to the filename to make it it clear
Gregory Ashton authoredPrior to this, the analytic fits data was all for twoF = 60, this updates this and adds a tag to the filename to make it it clear
setup.py 409 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'],
include_package_data=True,
package_data={'pyfstat': ['pyCUDAkernels/cudaTransientFstatExpWindow.cu',
'pyCUDAkernels/cudaTransientFstatRectWindow.cu']},
)