Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation of local ephemerides #1833

Merged
merged 2 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ the released changes.
- `event_optimize`: Fixed a bug that was causing the results.txt file to be written without the median values.
- SWX model now has SWXP_0001 frozen by default, and new segments should also have SWXP frozen
- Can now properly use local files for ephemeris
- Typos in `explanation.rst` regarding local ephemeris.
### Removed
- Removed the argument `--usepickle` in `event_optimize` as the `load_events_weights` function checks the events file type to see if the
file is a pickle file.
Expand Down
4 changes: 2 additions & 2 deletions docs/explanation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ Ephemerides
'''''''''''

JPL Solar System ephemerides (of the form ``DE*.bsp``) are typically downloaded automatically
and stored using ```astropy``'s data downloading and caching mechanism. The list of URLs used for this
are given in :module:`pint.solar_system_ephemerides`. However, you can also specify a local file instead.
and stored using ``astropy``'s data downloading and caching mechanism. The list of URLs used for this
are given in :mod:`pint.solar_system_ephemerides`. However, you can also specify a local file instead.
To do this, load the file explicitly with:
::

Expand Down
Loading