Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kbwestfall committed Jul 31, 2024
1 parent 4850162 commit 4722c1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/releases/1.16.1dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Script Changes
expansion of and changes to the cache system.
- Added ``pypeit_clean_cache`` script to facilitate both viewing and removing
files in the cache.

- A new script, called `pypeit_extract_datacube`, allows 1D spectra of point
sources to be extracted from datacubes.
- The sensitivity function is now generated outside of datacube generation.
Expand All @@ -48,6 +47,9 @@ Under-the-hood Improvements
- Introduced :class:`~pypeit.pypeitdata.PypeItDataPaths` to handle all
interactions with the ``pypeit/data`` directory, which provides a unified
interface for accessing on-disk and cached files.
- When adding missing orders, the full syncing procedure is no longer performed.
The code now only checks that the edges are still synced after the missed
orders are added.

Bug Fixes
---------
Expand Down

0 comments on commit 4722c1d

Please sign in to comment.