UCBerkeleySETI / hyperseti

A SETI / technosignature search code to find intelligent life beyond Earth
https://hyperseti.readthedocs.io
11 stars 4 forks source link

dedoppler.py fails to import apply_boxcar #47

Closed texadactyl closed 2 years ago

texadactyl commented 2 years ago

Fix .....

Change: from .filter import apply_boxcar_drift to: from .filter import apply_boxcar_drift, apply_boxcar

texadactyl commented 2 years ago

Fixed in PR #45.