CHANGELOG.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
versioneer.py
PyFstat.egg-info/PKG-INFO
PyFstat.egg-info/SOURCES.txt
PyFstat.egg-info/dependency_links.txt
PyFstat.egg-info/requires.txt
PyFstat.egg-info/top_level.txt
examples/run_all_examples.py
examples/binary_examples/PyFstat_example_binary_mcmc_vs_grid_comparison.py
examples/binary_examples/PyFstat_example_semi_coherent_binary_search_using_MCMC.py
examples/followup_examples/PyFstat_example_semi_coherent_directed_follow_up.py
examples/glitch_examples/PyFstat_example_glitch_robust_directed_MCMC_search_on_1_glitch.py
examples/glitch_examples/PyFstat_example_glitch_robust_directed_grid_search_on_1_glitch.py
examples/glitch_examples/PyFstat_example_make_data_for_search_on_1_glitch.py
examples/glitch_examples/PyFstat_example_standard_directed_MCMC_search_on_1_glitch.py
examples/grid_examples/PyFstat_example_grid_search_F0.py
examples/grid_examples/PyFstat_example_grid_search_F0F1.py
examples/grid_examples/PyFstat_example_grid_search_F0F1F2.py
examples/grid_examples/PyFstat_example_grid_search_with_BSGL.py
examples/mcmc_examples/PyFstat_example_MCMC_search_using_initialisation.py
examples/mcmc_examples/PyFstat_example_fully_coherent_MCMC_search.py
examples/mcmc_examples/PyFstat_example_fully_coherent_MCMC_search_with_BSGL.py
examples/mcmc_examples/PyFstat_example_semi_coherent_MCMC_search.py
examples/mcmc_vs_grid_simple_example/PyFstat_example_simple_mcmc_vs_grid_comparison.py
examples/other_examples/PyFstat_example_InjectionParametersGenerator.py
examples/other_examples/PyFstat_example_injecting_into_noise_sfts.py
examples/other_examples/PyFstat_example_spectrogram.py
examples/other_examples/PyFstat_example_twoF_cumulative.py
examples/transient_examples/PyFstat_example_long_transient_MCMC_search.py
examples/transient_examples/PyFstat_example_make_data_for_long_transient_search.py
examples/transient_examples/PyFstat_example_make_data_for_short_transient_search.py
examples/transient_examples/PyFstat_example_short_transient_MCMC_search.py
examples/transient_examples/PyFstat_example_short_transient_grid_search.py
examples/tutorials/tutorial_utils.py
pyfstat/__init__.py
pyfstat/_version.py
pyfstat/core.py
pyfstat/grid_based_searches.py
pyfstat/gridcorner.py
pyfstat/injection_parameters.py
pyfstat/logging.py
pyfstat/make_sfts.py
pyfstat/mcmc_based_searches.py
pyfstat/optimal_setup_functions.py
pyfstat/snr.py
pyfstat/tcw_fstat_map_funcs.py
pyfstat/pyCUDAkernels/cudaTransientFstatExpWindow.cu
pyfstat/pyCUDAkernels/cudaTransientFstatRectWindow.cu
pyfstat/utils/__init__.py
pyfstat/utils/atoms.py
pyfstat/utils/cli.py
pyfstat/utils/converting.py
pyfstat/utils/ephemeris.py
pyfstat/utils/formatting.py
pyfstat/utils/gsl.py
pyfstat/utils/importing.py
pyfstat/utils/io.py
pyfstat/utils/predict.py
pyfstat/utils/runlalsuite.py
pyfstat/utils/sft.py
tests/commons_for_tests.py
tests/test_core.py
tests/test_grid_based_searches.py
tests/test_injection_parameters.py
tests/test_logging.py
tests/test_make_sfts.py
tests/test_mcmc_based_searches.py
tests/test_snr.py
tests/test_tcw_fstat_map_funcs.py