Metadata-Version: 2.1
Name: pyhough
Version: 0.0.1
Summary: Package to compute the Frequency-Hough Transform to search for continuous gravitational waves in LIGO, Virgo and KAGRA data
Project-URL: Homepage, https://github.com/andrew-l-miller/pyhough
Project-URL: Issues, https://github.com/andrew-l-miller/pyhough/issues
Author-email: "Andrew L. Miller" <andrew.miller.ligo@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# pyhough Package

This package provides codes to perform the frequency-Hough transform to search for continuous gravitational waves from asymetrically rotating neutron stars.

In the package, which builds off of spectrograms created by Pyfstat, one can create a time/frequency peakmap, doppler correct it, and perform the Hough Transform.

The Hough Transform can be applied to either the spectrogrma directly or the peakmap.

