Skip to content

Commit

Permalink
Merge branch 'nanograv:master' into reorganize-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisrkckl authored Aug 29, 2024
2 parents 69e0f8f + c024f34 commit 34ef785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,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

0 comments on commit 34ef785

Please sign in to comment.