diff --git a/astrodata/doc/conf.py b/astrodata/doc/conf.py index ecc8ebabf..facbbdaa8 100644 --- a/astrodata/doc/conf.py +++ b/astrodata/doc/conf.py @@ -75,7 +75,7 @@ # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: # -today = 'September 2024' +today = 'October 2024' # # Else, today_fmt is used as the format for a strftime call. # diff --git a/doc/DRAGONS/changes.rst b/doc/DRAGONS/changes.rst index 0479f245d..1e248d973 100644 --- a/doc/DRAGONS/changes.rst +++ b/doc/DRAGONS/changes.rst @@ -9,11 +9,17 @@ Change Logs 3.2.2 ===== +Bug Fixes +--------- **geminidr.ghost** * Fix an issue where the GHOST reduction would fail if specific header values were not in the expected format. +Improvements +------------ +* Reduce memory usage in ``flagCosmicRays`` and ``QECorrect`` primitives. + 3.2.1 ===== diff --git a/doc/DRAGONS/conf.py b/doc/DRAGONS/conf.py index 8a977b13d..4cf5b3769 100644 --- a/doc/DRAGONS/conf.py +++ b/doc/DRAGONS/conf.py @@ -72,7 +72,7 @@ # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: -today = 'September 2024' +today = 'October 2024' # Else, today_fmt is used as the format for a strftime call. #today_fmt = '%B %d, %Y' diff --git a/doc/DRAGONS/releasenotes.rst b/doc/DRAGONS/releasenotes.rst index c64222a0b..ac5f3d583 100644 --- a/doc/DRAGONS/releasenotes.rst +++ b/doc/DRAGONS/releasenotes.rst @@ -13,6 +13,9 @@ This is bug fix release in support of GHOST. Unplanned changes in header values led to GHOST reduction to fail in some cases. This release offers a more resilient implementation. +We also include memory usage optimizations to the ``flagCosmicRays`` and +``QECorrect`` primitives. + V3.2.1 ====== diff --git a/geminidr/doc/tutorials/F2Img-DRTutorial/conf.py b/geminidr/doc/tutorials/F2Img-DRTutorial/conf.py index 598e9550f..7c3a13469 100644 --- a/geminidr/doc/tutorials/F2Img-DRTutorial/conf.py +++ b/geminidr/doc/tutorials/F2Img-DRTutorial/conf.py @@ -87,7 +87,7 @@ # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: -today = 'September 2024' +today = 'October 2024' # Else, today_fmt is used as the format for a strftime call. #today_fmt = '%B %d, %Y' diff --git a/geminidr/doc/tutorials/GHOST-DRTutorial/conf.py b/geminidr/doc/tutorials/GHOST-DRTutorial/conf.py index bee44fc39..c1c8f06c5 100644 --- a/geminidr/doc/tutorials/GHOST-DRTutorial/conf.py +++ b/geminidr/doc/tutorials/GHOST-DRTutorial/conf.py @@ -28,7 +28,7 @@ #release = '3.2.x' #rtdurl = 'release-'+release -today = 'September 2024' +today = 'October 2024' # -- General configuration --------------------------------------------------- diff --git a/geminidr/doc/tutorials/GMOSImg-DRTutorial/conf.py b/geminidr/doc/tutorials/GMOSImg-DRTutorial/conf.py index 9f70799cb..d6ca06633 100644 --- a/geminidr/doc/tutorials/GMOSImg-DRTutorial/conf.py +++ b/geminidr/doc/tutorials/GMOSImg-DRTutorial/conf.py @@ -86,7 +86,7 @@ # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: -today = 'September 2024' +today = 'October 2024' # Else, today_fmt is used as the format for a strftime call. #today_fmt = '%B %d, %Y' diff --git a/geminidr/doc/tutorials/GMOSLS-DRTutorial/conf.py b/geminidr/doc/tutorials/GMOSLS-DRTutorial/conf.py index cc7ecb767..ebe9068da 100644 --- a/geminidr/doc/tutorials/GMOSLS-DRTutorial/conf.py +++ b/geminidr/doc/tutorials/GMOSLS-DRTutorial/conf.py @@ -29,7 +29,7 @@ #rtdurl = 'release-'+release #rtdurl = 'latest' -today = 'September 2024' +today = 'October 2024' # -- General configuration --------------------------------------------------- diff --git a/geminidr/doc/tutorials/GNIRSImg-DRTutorial/conf.py b/geminidr/doc/tutorials/GNIRSImg-DRTutorial/conf.py index 42a7b552a..ed2898b84 100644 --- a/geminidr/doc/tutorials/GNIRSImg-DRTutorial/conf.py +++ b/geminidr/doc/tutorials/GNIRSImg-DRTutorial/conf.py @@ -73,7 +73,7 @@ # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: -today = 'September 2024' +today = 'October 2024' # Else, today_fmt is used as the format for a strftime call. #today_fmt = '%B %d, %Y' diff --git a/geminidr/doc/tutorials/GSAOIImg-DRTutorial/conf.py b/geminidr/doc/tutorials/GSAOIImg-DRTutorial/conf.py index 462fdf4b8..f4c770d32 100644 --- a/geminidr/doc/tutorials/GSAOIImg-DRTutorial/conf.py +++ b/geminidr/doc/tutorials/GSAOIImg-DRTutorial/conf.py @@ -86,7 +86,7 @@ # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: -today = 'September 2024' +today = 'October 2024' # Else, today_fmt is used as the format for a strftime call. #today_fmt = '%B %d, %Y' diff --git a/geminidr/doc/tutorials/NIRIImg-DRTutorial/conf.py b/geminidr/doc/tutorials/NIRIImg-DRTutorial/conf.py index 265c6d0c3..f56a4a725 100644 --- a/geminidr/doc/tutorials/NIRIImg-DRTutorial/conf.py +++ b/geminidr/doc/tutorials/NIRIImg-DRTutorial/conf.py @@ -72,7 +72,7 @@ # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: -today = 'September 2024' +today = 'October 2024' # Else, today_fmt is used as the format for a strftime call. #today_fmt = '%B %d, %Y' diff --git a/recipe_system/doc/rs_ProgManual/conf.py b/recipe_system/doc/rs_ProgManual/conf.py index 04983e2bf..d3e993e17 100644 --- a/recipe_system/doc/rs_ProgManual/conf.py +++ b/recipe_system/doc/rs_ProgManual/conf.py @@ -103,7 +103,7 @@ # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: -today = 'September 2024' +today = 'October 2024' # Else, today_fmt is used as the format for a strftime call. #today_fmt = '%B %d, %Y' diff --git a/recipe_system/doc/rs_UsersManual/conf.py b/recipe_system/doc/rs_UsersManual/conf.py index a374350d6..4f2e598a9 100644 --- a/recipe_system/doc/rs_UsersManual/conf.py +++ b/recipe_system/doc/rs_UsersManual/conf.py @@ -70,7 +70,7 @@ # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: -today = 'September 2024' +today = 'October 2024' # Else, today_fmt is used as the format for a strftime call. #today_fmt = '%B %d, %Y'