From 6d25adc090f9062fee483ed668ed32cf1db57050 Mon Sep 17 00:00:00 2001 From: Kyle Westfall Date: Fri, 19 Nov 2021 16:18:23 -0800 Subject: [PATCH] CHANGES --- CHANGES.rst | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index f1414a2a52..7c6a7fd040 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,23 +1,27 @@ -1.6.1dev --------- + + +1.7.0 (19 Nov 2021) +------------------- - Introduces pypeit_parse_calib_id script -- Throw a warning if the chosen spectrograph has a header which does not match expectation -- Pypeit can now read (currently for Keck DEIMOS only) the list of arc lamps from - the header and use it for wavelength calibration. +- Throw a warning if the chosen spectrograph has a header which does not + match expectation +- Pypeit can now read (currently for Keck DEIMOS only) the list of arc + lamps from the header and use it for wavelength calibration. - Allow one to restrict the wavelength range of the arxiv template - Set DEIMOS FWHM default to 10 pixels -- Fixed a bug in HolyGrail that did not allow for sigdetect and rms_wavelength to be - slit dependent lists. +- Fixed a bug in HolyGrail that did not allow for sigdetect and + rms_wavelength to be slit dependent lists. - Improvements for MOSFIRE: - uses slitmask info in the slit edge tracing - associates RA, Dec and Object name to each extracted object - - extracts undetected objects using the predicted position from slitmask info - - uses dither offeset recorded in the header as default slitmask_offset, - but the user can provide the maskdef_id of a slit with a bright object that can trace the offset. + - extracts undetected objects using the predicted position from + slitmask info + - uses dither offeset recorded in the header as default + slitmask_offset, but the user can provide the maskdef_id of a slit + with a bright object that can trace the offset. - improvements in the frame typing -- Implements new Mark4 detector for Keck/LRISr (aka keck_lris_red_mark4) - +- Implements new Mark4 detector for Keck/LRISr (aka keck_lris_red_mark4) 1.6.0 (1 Oct 2021) ------------------