From 6c1c13925748e97b2cf47c975831621469da9076 Mon Sep 17 00:00:00 2001 From: Hannu Parviainen Date: Tue, 10 Dec 2024 19:16:44 +0000 Subject: [PATCH] Modified the change log to mention 'specreduce.utils.align_2d_spectrum_along_trace'. --- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index fd0136c..af6a4ca 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -25,6 +25,13 @@ New Features API Changes ^^^^^^^^^^^ +New Features +^^^^^^^^^^^^ +- Added a ``specreduce.utils.align_2d_spectrum_along_trace`` utility function that aligns a + rectilinear 2D spectrum image along a spectrum trace. The rectification can be done using + either linear interpolation, giving a sub-pixel shift resolution, or using integer shifts. + The function also updates the image mask and propagates the uncertainties. + Bug Fixes ^^^^^^^^^