Skip to content

Commit

Permalink
Upgrade to use fixes from upstream to save the correct frame id of th…
Browse files Browse the repository at this point in the history
…e calibration data products.
  • Loading branch information
cmccully committed Apr 15, 2024
1 parent 9681532 commit d691979
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,4 @@ test_data/

test.db

dump*
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.9.1 (2024-04-15)
------------------
- Upgrade to use fixes from upstream to save the correct frame id of the calibration data products.

0.9.0 (2024-04-02)
------------------
- Fixes based on Joey's comments
Expand Down
1 change: 0 additions & 1 deletion banzai_floyds/frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def get_1d_and_2d_spectra_products(self, runtime_context):
fits_1d = frame_1d.to_fits(runtime_context)
if 'EXTRACTED' in fits_1d:
fits_1d['EXTRACTED'].name = 'SPECTRUM'
# TODO: Save telluric and sensitivity corrections that were applied

filename_2d = filename_1d.replace('-1d.fits', '-2d.fits')

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ python_requires = >=3.7
setup_requires = setuptools_scm
install_requires =
astropy >= 4.3
banzai @ git+https://github.com/lcogt/banzai.git@fix/header-only-fits
banzai @ git+https://github.com/lcogt/banzai.git@output-product-frameid
astroscrappy
matplotlib

Expand Down

0 comments on commit d691979

Please sign in to comment.