-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(hfbcat): Move get_doppler_shifted_freq from ephemeris (#73)
This isn't going to go with the rest of the ephemeris code to the new repository, so let's put is somewhere else. Weirdly, the original docstring for this function seems to indicate it was meant to go in `tools`, but since its hardcoded to work work only on the `HFBCatalog` putting it in `hfbcat` directly seems most intuitive. The re-constituted stub in `ephermis` avoids the circular import.
- Loading branch information
1 parent
5db74ef
commit 487532e
Showing
2 changed files
with
100 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters