diff --git a/.gitignore b/.gitignore index 37e86e8..2989f7e 100644 --- a/.gitignore +++ b/.gitignore @@ -141,3 +141,4 @@ test_data/ test.db +dump* diff --git a/CHANGES.md b/CHANGES.md index ff81784..504b8c4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/banzai_floyds/frames.py b/banzai_floyds/frames.py index 6c7edef..6d925b8 100644 --- a/banzai_floyds/frames.py +++ b/banzai_floyds/frames.py @@ -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') diff --git a/setup.cfg b/setup.cfg index f99507b..d22d4c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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